[oe-commits] Martin Jansa : ktap: Set MACHINE_ARCH because of ktap-module runtime dependency

git at git.openembedded.org git at git.openembedded.org
Tue Jul 1 16:05:17 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 200fab3d9f0dc39318c74c91bd86c4f3fd7cd7fb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=200fab3d9f0dc39318c74c91bd86c4f3fd7cd7fb

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jun 19 12:15:11 2014 +0200

ktap: Set MACHINE_ARCH because of ktap-module runtime dependency

* it's possible to exclude ktap-module dependency from siggen, but
  then we would need to exclude virtual/kernel and that doesn't work
  we would need to list all posisble providers as
  ktap->linux-yocto
  ktap->linux-foo
  ....

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-kernel/ktap/ktap_0.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-kernel/ktap/ktap_0.4.bb b/meta-oe/recipes-kernel/ktap/ktap_0.4.bb
index 20f94d5..cbdabf8 100644
--- a/meta-oe/recipes-kernel/ktap/ktap_0.4.bb
+++ b/meta-oe/recipes-kernel/ktap/ktap_0.4.bb
@@ -22,5 +22,5 @@ do_install() {
     install -m 0755 ${S}/ktap ${D}${bindir}/
 }
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
 RDEPENDS_${PN} = "kernel-module-ktapvm"
-



More information about the Openembedded-commits mailing list