mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
net-snmp: fix invalid paths in target net-snmp-config
Remove build host paths form target net-snmp-config. Signed-off-by: Catalin Enache <catalin.enache@windriver.com> Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
3da22ee404
commit
3b0b5aa94a
@@ -118,6 +118,10 @@ do_install_append() {
|
|||||||
sed -e "s@^NSC_SRCDIR=.*@NSC_SRCDIR=.@g" \
|
sed -e "s@^NSC_SRCDIR=.*@NSC_SRCDIR=.@g" \
|
||||||
-i ${D}${bindir}/net-snmp-create-v3-user
|
-i ${D}${bindir}/net-snmp-create-v3-user
|
||||||
sed -e "s@^NSC_SRCDIR=.*@NSC_SRCDIR=.@g" \
|
sed -e "s@^NSC_SRCDIR=.*@NSC_SRCDIR=.@g" \
|
||||||
|
-e "s@${STAGING_DIR_NATIVE}[=]*@@g" \
|
||||||
|
-e "s@${STAGING_DIR_HOST}[=]*@@g" \
|
||||||
|
-e "s@${WORKDIR}[=]*@@g" \
|
||||||
|
-e "s@${D}@@g" \
|
||||||
-i ${D}${bindir}/net-snmp-config
|
-i ${D}${bindir}/net-snmp-config
|
||||||
|
|
||||||
if [ "${HAS_PERL}" = "1" ]; then
|
if [ "${HAS_PERL}" = "1" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user