mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 05:02:59 +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:
parent
4f84234a27
commit
2487442cfb
@ -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}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user