From 7d554be57b4b365db45e88f26af72cddc7468ac4 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 17 Nov 2013 14:11:39 +0100 Subject: 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 --- 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 85c32cc29a..ac5aa5b7fa 100644 --- a/meta-oe/recipes-connectivity/gateone/gateone_git.bb +++ b/meta-oe/recipes-connectivity/gateone/gateone_git.bb @@ -15,7 +15,7 @@ SRC_URI = "git://github.com/liftoff/GateOne.git \ S = "${WORKDIR}/git" -inherit distutils allarch python-dir systemd update-rc.d +inherit distutils python-dir systemd update-rc.d export prefix = "${localstatedir}/lib" -- cgit 1.2.3-korg