diff options
-rw-r--r-- | meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb b/meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb index 251c07adf0..db648ec8c2 100644 --- a/meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb +++ b/meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb | |||
@@ -24,3 +24,8 @@ DEPENDS = "libxpm jpeg libx11 virtual/libgl" | |||
24 | RDEPENDS:${PN} = "bash" | 24 | RDEPENDS:${PN} = "bash" |
25 | 25 | ||
26 | EXTRA_OECONF = "--with-extra-inc=${S}/lib" | 26 | EXTRA_OECONF = "--with-extra-inc=${S}/lib" |
27 | |||
28 | do_compile:append() { | ||
29 | sed -i -e 's|${B}|.|' ${B}/fd2ps/fd2ps | ||
30 | sed -i -e 's|${B}|.|' ${B}/fdesign/fdesign | ||
31 | } | ||