diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-17 14:11:39 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-12-05 19:46:40 +0100 |
commit | de85a5f183bc92d518c9db2c2e8ddfb7f8c4aafc (patch) | |
tree | 47b910531d324f2977d60b549f9e1d5311143199 /meta-oe/recipes-connectivity | |
parent | 97f3a9604f7d33d8a2863e1e1080f4f3a0c5ed4c (diff) | |
download | meta-openembedded-de85a5f183bc92d518c9db2c2e8ddfb7f8c4aafc.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>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/gateone/gateone_git.bb | 2 |
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 85c32cc29..ac5aa5b7f 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 \ | |||
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | inherit distutils allarch python-dir systemd update-rc.d | 18 | inherit distutils python-dir systemd update-rc.d |
19 | 19 | ||
20 | export prefix = "${localstatedir}/lib" | 20 | export prefix = "${localstatedir}/lib" |
21 | 21 | ||