diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-01 11:53:43 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-01 11:53:43 +0100 |
| commit | 812d5908976c56bc3fc2a840233a63dff190f38f (patch) | |
| tree | b74450f6a51ee0103e1fa835afc800fd6a44ce10 | |
| parent | adfefe93f7a0719ee82151a49d76ddc4c12a4c09 (diff) | |
| download | meta-openembedded-812d5908976c56bc3fc2a840233a63dff190f38f.tar.gz | |
gateone git: update to pull in prefix fix
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-oe/recipes-connectivity/gateone/gateone_git.bb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb index 264a57b134..a5f44c9b1d 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 = "r12" | 5 | PR = "r13" |
| 6 | 6 | ||
| 7 | PV = "0.9" | 7 | PV = "0.9" |
| 8 | SRCREV = "3983772b2294ea976d6f1422dc294b8950ad0e75" | 8 | SRCREV = "e0e23fae6ee7f1276e27e38f9ca4ac619b292308" |
| 9 | SRC_URI = "git://github.com/liftoff/GateOne.git \ | 9 | SRC_URI = "git://github.com/liftoff/GateOne.git \ |
| 10 | file://gateone-avahi.service \ | 10 | file://gateone-avahi.service \ |
| 11 | file://gateone.service \ | 11 | file://gateone.service \ |
| @@ -15,9 +15,7 @@ S = "${WORKDIR}/git" | |||
| 15 | 15 | ||
| 16 | inherit distutils allarch systemd | 16 | inherit distutils allarch systemd |
| 17 | 17 | ||
| 18 | do_configure_prepend() { | 18 | export prefix = "${localstatedir}/lib" |
| 19 | sed -i -e s:/opt:${D}${localstatedir}/lib: setup.py | ||
| 20 | } | ||
| 21 | 19 | ||
| 22 | do_install_append() { | 20 | do_install_append() { |
| 23 | install -d ${D}${localstatedir}/log/${BPN} | 21 | install -d ${D}${localstatedir}/log/${BPN} |
| @@ -32,7 +30,7 @@ do_install_append() { | |||
| 32 | SYSTEMD_PACKAGES = "${PN}" | 30 | SYSTEMD_PACKAGES = "${PN}" |
| 33 | SYSTEMD_SERVICE = "gateone.service" | 31 | SYSTEMD_SERVICE = "gateone.service" |
| 34 | 32 | ||
| 35 | FILES_${PN} = "${localstatedir} ${base_libdir} ${sysconfdir}" | 33 | FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${base_libdir} ${sysconfdir}" |
| 36 | RDEPENDS_${PN} = "python-tornado \ | 34 | RDEPENDS_${PN} = "python-tornado \ |
| 37 | python-datetime \ | 35 | python-datetime \ |
| 38 | python-shell \ | 36 | python-shell \ |
