diff options
Diffstat (limited to 'recipes-devtools/qemu')
-rw-r--r-- | recipes-devtools/qemu/qemu-qoriq_4.2.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/qemu/qemu.inc | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/recipes-devtools/qemu/qemu-qoriq_4.2.bb b/recipes-devtools/qemu/qemu-qoriq_4.2.bb index 5ac774ed2..20ba6b535 100644 --- a/recipes-devtools/qemu/qemu-qoriq_4.2.bb +++ b/recipes-devtools/qemu/qemu-qoriq_4.2.bb | |||
@@ -17,8 +17,6 @@ SRC_URI = "gitsm://github.com/nxp-qoriq/qemu;protocol=https;nobranch=1 \ | |||
17 | 17 | ||
18 | SRCREV = "14fda5a42df6c72e890d6a97ff88c5852172604b" | 18 | SRCREV = "14fda5a42df6c72e890d6a97ff88c5852172604b" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | python() { | 20 | python() { |
23 | d.appendVar('PROVIDES', ' ' + d.getVar('BPN').replace('-qoriq', '')) | 21 | d.appendVar('PROVIDES', ' ' + d.getVar('BPN').replace('-qoriq', '')) |
24 | pkgs = d.getVar('PACKAGES').split() | 22 | pkgs = d.getVar('PACKAGES').split() |
diff --git a/recipes-devtools/qemu/qemu.inc b/recipes-devtools/qemu/qemu.inc index b8b5f318f..60686bde8 100644 --- a/recipes-devtools/qemu/qemu.inc +++ b/recipes-devtools/qemu/qemu.inc | |||
@@ -97,7 +97,7 @@ EXTRA_OECONF = " \ | |||
97 | ${PACKAGECONFIG_CONFARGS} \ | 97 | ${PACKAGECONFIG_CONFARGS} \ |
98 | " | 98 | " |
99 | 99 | ||
100 | export LIBTOOL="${HOST_SYS}-libtool" | 100 | export LIBTOOL = "${HOST_SYS}-libtool" |
101 | 101 | ||
102 | B = "${WORKDIR}/build" | 102 | B = "${WORKDIR}/build" |
103 | 103 | ||