mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
6bff9188c7
commit
7091189c6f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user