diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-20 10:02:28 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-20 10:02:28 +0100 |
commit | 3da02dae8866f92250c9c9586ab6c5ce4f1f300d (patch) | |
tree | 5c17305625f8c387252dc3d068a206c588606f8c /meta-oe/recipes-connectivity | |
parent | 189318c38747dfb0737d9c75cd8c489e010936fb (diff) | |
download | meta-openembedded-3da02dae8866f92250c9c9586ab6c5ce4f1f300d.tar.gz |
gateone: convert to allarch, it's pure python + js
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/gateone/gateone_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb index 0bcfca549..264a57b13 100644 --- a/meta-oe/recipes-connectivity/gateone/gateone_git.bb +++ b/meta-oe/recipes-connectivity/gateone/gateone_git.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "HTML5 (plugin-free) web-based terminal emulator and SSH client" | |||
2 | LICENSE = "AGPLv3" | 2 | LICENSE = "AGPLv3" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=07d5a2790569bd3e3b422b69ccd43bec" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=07d5a2790569bd3e3b422b69ccd43bec" |
4 | 4 | ||
5 | PR = "r11" | 5 | PR = "r12" |
6 | 6 | ||
7 | PV = "0.9" | 7 | PV = "0.9" |
8 | SRCREV = "3983772b2294ea976d6f1422dc294b8950ad0e75" | 8 | SRCREV = "3983772b2294ea976d6f1422dc294b8950ad0e75" |
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/liftoff/GateOne.git \ | |||
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | inherit distutils systemd | 16 | inherit distutils allarch systemd |
17 | 17 | ||
18 | do_configure_prepend() { | 18 | do_configure_prepend() { |
19 | sed -i -e s:/opt:${D}${localstatedir}/lib: setup.py | 19 | sed -i -e s:/opt:${D}${localstatedir}/lib: setup.py |