[oe-commits] Martin Jansa : gateone: Drop allarch

git at git.openembedded.org git at git.openembedded.org
Fri Jan 10 07:50:38 UTC 2014


Module: meta-openembedded.git
Branch: dylan-next
Commit: 7ffd054687958b403e3413ddc7dcf6e73b7f7732
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7ffd054687958b403e3413ddc7dcf6e73b7f7732

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Nov 17 14:11:39 2013 +0100

gateone: Drop allarch

* runtime dependencies are TUNE_PKGARCH causing do_package_write_*
  task to have different signature for MACHINEs with different
  TUNE_PKGARCH

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

---

 meta-oe/recipes-connectivity/gateone/gateone_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
index e5b8527..e94376f 100644
--- a/meta-oe/recipes-connectivity/gateone/gateone_git.bb
+++ b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/liftoff/GateOne.git \
 
 S = "${WORKDIR}/git"
 
-inherit distutils allarch python-dir systemd
+inherit distutils python-dir systemd
 
 export prefix = "${localstatedir}/lib"
 



More information about the Openembedded-commits mailing list