mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +00:00
ntpsec, net-snmp: drop ${PE}, ${PR} from /usr/src/debug paths
Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -178,7 +178,7 @@ do_install_ptest() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SYSROOT_PREPROCESS_FUNCS += "net_snmp_sysroot_preprocess"
|
SYSROOT_PREPROCESS_FUNCS += "net_snmp_sysroot_preprocess"
|
||||||
SNMP_DBGDIR = "/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}"
|
SNMP_DBGDIR = "${TARGET_DBGSRC_DIR}"
|
||||||
|
|
||||||
net_snmp_sysroot_preprocess () {
|
net_snmp_sysroot_preprocess () {
|
||||||
if [ -e ${D}${bindir}/net-snmp-config ]; then
|
if [ -e ${D}${bindir}/net-snmp-config ]; then
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ EXTRA_OEWAF_BUILD ?= "-v"
|
|||||||
|
|
||||||
NTP_USER_HOME ?= "/var/lib/ntp"
|
NTP_USER_HOME ?= "/var/lib/ntp"
|
||||||
|
|
||||||
BISONFLAGS = "--file-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}"
|
BISONFLAGS = "--file-prefix-map=${WORKDIR}=${TARGET_DBGSRC_DIR}"
|
||||||
|
|
||||||
do_configure:prepend() {
|
do_configure:prepend() {
|
||||||
export BISONFLAGS="${BISONFLAGS}"
|
export BISONFLAGS="${BISONFLAGS}"
|
||||||
|
|||||||
Reference in New Issue
Block a user