diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-09 12:51:30 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-09 12:51:30 +0100 |
| commit | db658e9954586f209c9ad3737c7f7488065ece38 (patch) | |
| tree | c1b26fbd64215b0b5778aefcef9bf103c70b2da0 | |
| parent | e5d7b0b90c71b986cdda3319b2a3be03254144b2 (diff) | |
| download | meta-openembedded-db658e9954586f209c9ad3737c7f7488065ece38.tar.gz | |
gateone: make it work
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-oe/recipes-connectivity/gateone/gateone_git.bb | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb index 65e7190257..fdccadd550 100644 --- a/meta-oe/recipes-connectivity/gateone/gateone_git.bb +++ b/meta-oe/recipes-connectivity/gateone/gateone_git.bb | |||
| @@ -2,10 +2,10 @@ 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 = "r3" | 5 | PR = "r5" |
| 6 | 6 | ||
| 7 | PV = "0.9" | 7 | PV = "0.9" |
| 8 | SRCREV = "3a10118f10aeea457be0cbea89a5e1e642fbf59f" | 8 | SRCREV = "031a85e8e24ae499e41e15b5077c33a4bd647bd3" |
| 9 | SRC_URI = "git://github.com/liftoff/GateOne.git" | 9 | SRC_URI = "git://github.com/liftoff/GateOne.git" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| @@ -16,7 +16,11 @@ do_configure_prepend() { | |||
| 16 | sed -i -e s:/opt:${D}${localstatedir}/lib: setup.py | 16 | sed -i -e s:/opt:${D}${localstatedir}/lib: setup.py |
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | FILES_${PN} = "${localstatedir}/lib/" | 19 | do_install_append() { |
| 20 | install -d ${D}${localstatedir}/log/${BPN} | ||
| 21 | } | ||
| 22 | |||
| 23 | FILES_${PN} = "${localstatedir}" | ||
| 20 | RDEPENDS_${PN} = "python-tornado \ | 24 | RDEPENDS_${PN} = "python-tornado \ |
| 21 | python-datetime \ | 25 | python-datetime \ |
| 22 | python-shell \ | 26 | python-shell \ |
| @@ -34,4 +38,8 @@ RDEPENDS_${PN} = "python-tornado \ | |||
| 34 | python-pyopenssl \ | 38 | python-pyopenssl \ |
| 35 | findutils \ | 39 | findutils \ |
| 36 | python-simplejson \ | 40 | python-simplejson \ |
| 41 | python-multiprocessing \ | ||
| 42 | file \ | ||
| 43 | openssh-ssh \ | ||
| 44 | mime-support \ | ||
| 37 | " | 45 | " |
