diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-08-14 20:15:47 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-15 10:28:12 -0700 |
commit | 181409fef4042d0e67060e3c36448d124958f109 (patch) | |
tree | 75e534bedfc3624dd1cabe63cdabc40ce02946f8 | |
parent | 3267d1cf307d10eab23b99118d0adcc1f580ae1c (diff) | |
download | meta-openembedded-181409fef4042d0e67060e3c36448d124958f109.tar.gz |
libforms: Remove buildpaths from fd2ps and fdesign scripts
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 | } | ||