diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-19 12:14:50 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-25 15:54:30 +0200 |
commit | bdd5aeeee76dbcd20234d38850520f1ecca9ff7e (patch) | |
tree | 73b361ff4c9db96e731da658645e779b714f6bc9 | |
parent | e659d5692b4f93d9e3065d1272e4560c68c25f28 (diff) | |
download | meta-openembedded-bdd5aeeee76dbcd20234d38850520f1ecca9ff7e.tar.gz |
sethdlc: Set MACHINE_ARCH, because of virtual/kernel dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-networking/recipes-connectivity/sethdlc/sethdlc.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/sethdlc/sethdlc.bb b/meta-networking/recipes-connectivity/sethdlc/sethdlc.bb index 3a9692f86..cf7482755 100644 --- a/meta-networking/recipes-connectivity/sethdlc/sethdlc.bb +++ b/meta-networking/recipes-connectivity/sethdlc/sethdlc.bb | |||
@@ -12,7 +12,8 @@ SRC_URI[sha256sum] = "21b1e2e1cb0e288b0ec8fcfd9fed449914e0f8e6fc273706bd5b3d4f6a | |||
12 | 12 | ||
13 | S = "${WORKDIR}/${BPN}-1.18" | 13 | S = "${WORKDIR}/${BPN}-1.18" |
14 | 14 | ||
15 | DEPENDS="virtual/kernel" | 15 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
16 | DEPENDS = "virtual/kernel" | ||
16 | 17 | ||
17 | EXTRA_OEMAKE="CROSS_COMPILE=${TARGET_PREFIX} CC='${CC} ${LDFLAGS}' \ | 18 | EXTRA_OEMAKE="CROSS_COMPILE=${TARGET_PREFIX} CC='${CC} ${LDFLAGS}' \ |
18 | KERNEL_DIR=${STAGING_KERNEL_DIR} " | 19 | KERNEL_DIR=${STAGING_KERNEL_DIR} " |