diff options
-rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.3.bb | 2 | ||||
-rw-r--r-- | meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.3.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.3.bb index f40fb8bbd6..6f1c114177 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.3.bb +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.3.bb | |||
@@ -178,7 +178,7 @@ do_install_ptest() { | |||
178 | } | 178 | } |
179 | 179 | ||
180 | SYSROOT_PREPROCESS_FUNCS += "net_snmp_sysroot_preprocess" | 180 | SYSROOT_PREPROCESS_FUNCS += "net_snmp_sysroot_preprocess" |
181 | SNMP_DBGDIR = "/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}" | 181 | SNMP_DBGDIR = "${TARGET_DBGSRC_DIR}" |
182 | 182 | ||
183 | net_snmp_sysroot_preprocess () { | 183 | net_snmp_sysroot_preprocess () { |
184 | if [ -e ${D}${bindir}/net-snmp-config ]; then | 184 | if [ -e ${D}${bindir}/net-snmp-config ]; then |
diff --git a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb index af41d4989d..9ad97e7689 100644 --- a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb +++ b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb | |||
@@ -70,7 +70,7 @@ EXTRA_OEWAF_BUILD ?= "-v" | |||
70 | 70 | ||
71 | NTP_USER_HOME ?= "/var/lib/ntp" | 71 | NTP_USER_HOME ?= "/var/lib/ntp" |
72 | 72 | ||
73 | BISONFLAGS = "--file-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}" | 73 | BISONFLAGS = "--file-prefix-map=${WORKDIR}=${TARGET_DBGSRC_DIR}" |
74 | 74 | ||
75 | do_configure:prepend() { | 75 | do_configure:prepend() { |
76 | export BISONFLAGS="${BISONFLAGS}" | 76 | export BISONFLAGS="${BISONFLAGS}" |