aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xtf_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen/xtf_git.bb')
-rw-r--r--recipes-extended/xen/xtf_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/xen/xtf_git.bb b/recipes-extended/xen/xtf_git.bb
index 537abc39..f1e76f7b 100644
--- a/recipes-extended/xen/xtf_git.bb
+++ b/recipes-extended/xen/xtf_git.bb
@@ -12,7 +12,7 @@ COMPATIBLE_HOST = '(x86_64.*).*-linux'
LIC_FILES_CHKSUM = "file://COPYING;md5=a5680865974e05cf0510615ee1d745d8"
-PV = "0+git${SRCPV}"
+PV = "0+git"
S = "${WORKDIR}/git"
@@ -30,7 +30,7 @@ RDEPENDS:${PN} = " \
"
do_compile() {
- oe_runmake CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}" \
+ oe_runmake CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS} ${DEBUG_PREFIX_MAP}" \
CPP="${CPP}" \
LD="${LD}" \
OBJCOPY="${OBJCOPY}" \