diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-12-12 19:50:39 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-12-15 14:14:39 -0500 |
commit | 6d4f8294b4495b7564905be1881f17ab95fa6e02 (patch) | |
tree | 8a6f0eea07c0c3c3ad99997f82569091d75d311a | |
parent | 0b7dcae08ff40536568f3fce12152edce15c6dd9 (diff) | |
download | meta-openembedded-6d4f8294b4495b7564905be1881f17ab95fa6e02.tar.gz |
ndisc: Remove buildpaths from binaries
configure emits its arguments into binaries via PACKAGE_CONFIGURE_INVOCATION
therefore edit the paths from this in generated config.h before it gets into
binaries.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/ndisc6/ndisc6_1.0.8.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_1.0.8.bb b/meta-networking/recipes-support/ndisc6/ndisc6_1.0.8.bb index a827e7f42a..fb00b83516 100644 --- a/meta-networking/recipes-support/ndisc6/ndisc6_1.0.8.bb +++ b/meta-networking/recipes-support/ndisc6/ndisc6_1.0.8.bb | |||
@@ -27,6 +27,10 @@ do_configure:prepend() { | |||
27 | ${S}/autogen.sh | 27 | ${S}/autogen.sh |
28 | } | 28 | } |
29 | 29 | ||
30 | do_configure:append() { | ||
31 | sed -i -e 's|${WORKDIR}|<scrubbed>|g' ${B}/config.h | ||
32 | } | ||
33 | |||
30 | do_install:append () { | 34 | do_install:append () { |
31 | rm -rf ${D}${localstatedir} | 35 | rm -rf ${D}${localstatedir} |
32 | # Enable SUID bit for applications that need it | 36 | # Enable SUID bit for applications that need it |