aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-11-17 14:11:39 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-11-19 13:01:08 +0100
commit7ffd054687958b403e3413ddc7dcf6e73b7f7732 (patch)
tree46cf18794363f99c0d4783068b9d26352a356fba
parent80e8c34db0c96ba2fe7c1838312df99001ff6602 (diff)
downloadmeta-openembedded-contrib-7ffd054687958b403e3413ddc7dcf6e73b7f7732.tar.gz
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@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/gateone/gateone_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
index e5b8527c5d..e94376f3a3 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"