diff options
Diffstat (limited to 'meta/recipes-bsp/v86d/v86d_0.1.10.bb')
-rw-r--r-- | meta/recipes-bsp/v86d/v86d_0.1.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/meta/recipes-bsp/v86d/v86d_0.1.10.bb index f97b80d08f..84e27d2007 100644 --- a/meta/recipes-bsp/v86d/v86d_0.1.10.bb +++ b/meta/recipes-bsp/v86d/v86d_0.1.10.bb | |||
@@ -12,7 +12,7 @@ PR = "r2" | |||
12 | SRC_URI = "http://snapshot.debian.org/archive/debian/20110427T035506Z/pool/main/v/${BPN}/${BPN}_${PV}.orig.tar.gz \ | 12 | SRC_URI = "http://snapshot.debian.org/archive/debian/20110427T035506Z/pool/main/v/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
13 | file://Update-x86emu-from-X.org.patch \ | 13 | file://Update-x86emu-from-X.org.patch \ |
14 | file://ar-from-env.patch \ | 14 | file://ar-from-env.patch \ |
15 | file://aarch64-host.patch \ | 15 | file://Support-for-cross-compilation.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI[md5sum] = "889686ec8424468fe0d205742e77a4c2" | 18 | SRC_URI[md5sum] = "889686ec8424468fe0d205742e77a4c2" |
@@ -22,7 +22,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
22 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 22 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
23 | 23 | ||
24 | do_configure () { | 24 | do_configure () { |
25 | ./configure --with-x86emu | 25 | TARGET_ARCH="${TARGET_ARCH}" ./configure --with-x86emu |
26 | } | 26 | } |
27 | 27 | ||
28 | do_compile () { | 28 | do_compile () { |