mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-17 08:19:17 +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
|
${S}/autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_configure:append() {
|
||||||
|
sed -i -e 's|${WORKDIR}|<scrubbed>|g' ${B}/config.h
|
||||||
|
}
|
||||||
|
|
||||||
do_install:append () {
|
do_install:append () {
|
||||||
rm -rf ${D}${localstatedir}
|
rm -rf ${D}${localstatedir}
|
||||||
# Enable SUID bit for applications that need it
|
# Enable SUID bit for applications that need it
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user