From: Koen Kooi Date: Sun, 20 Nov 2011 09:02:28 +0000 (+0100) Subject: gateone: convert to allarch, it's pure python + js X-Git-Tag: rev_ivi_2015_02_04~5313 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1c4e0a7be4484575fad8b41e3ac4f0abce0e0c8;p=scm%2Fbb%2Ftizen-distro.git gateone: convert to allarch, it's pure python + js (From meta-openembedded rev: 3da02dae8866f92250c9c9586ab6c5ce4f1f300d) Signed-off-by: Koen Kooi Signed-off-by: Patrick Ohly --- diff --git a/meta-openembedded/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-openembedded/meta-oe/recipes-connectivity/gateone/gateone_git.bb index 0bcfca5..264a57b 100644 --- a/meta-openembedded/meta-oe/recipes-connectivity/gateone/gateone_git.bb +++ b/meta-openembedded/meta-oe/recipes-connectivity/gateone/gateone_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "HTML5 (plugin-free) web-based terminal emulator and SSH client" LICENSE = "AGPLv3" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=07d5a2790569bd3e3b422b69ccd43bec" -PR = "r11" +PR = "r12" PV = "0.9" SRCREV = "3983772b2294ea976d6f1422dc294b8950ad0e75" @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/liftoff/GateOne.git \ S = "${WORKDIR}/git" -inherit distutils systemd +inherit distutils allarch systemd do_configure_prepend() { sed -i -e s:/opt:${D}${localstatedir}/lib: setup.py