mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
gateone: convert to allarch, it's pure python + js
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user