mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
@@ -27,6 +27,10 @@ do_configure:prepend() {
|
||||
${S}/autogen.sh
|
||||
}
|
||||
|
||||
do_configure:append() {
|
||||
sed -i -e 's|${WORKDIR}|<scrubbed>|g' ${B}/config.h
|
||||
}
|
||||
|
||||
do_install:append () {
|
||||
rm -rf ${D}${localstatedir}
|
||||
# Enable SUID bit for applications that need it
|
||||
|
||||
Reference in New Issue
Block a user