mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 22:23:14 +00:00
gateone: fix unpackaged files
* fixes: gateone-1.1: gateone: Files/directories were installed but not shipped /usr /usr/lib /usr/lib/python2.7 /usr/lib/python2.7/site-packages /usr/lib/python2.7/site-packages/gateone-1.1-py2.7.egg-info Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
ab1ab6a9ac
commit
5f131ed5d8
@ -2,7 +2,7 @@ DESCRIPTION = "HTML5 (plugin-free) web-based terminal emulator and SSH client"
|
|||||||
LICENSE = "AGPLv3"
|
LICENSE = "AGPLv3"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ee5b168fc7de89a0cadc49e27830aa2c"
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ee5b168fc7de89a0cadc49e27830aa2c"
|
||||||
|
|
||||||
PR = "r8"
|
PR = "r9"
|
||||||
|
|
||||||
PV = "1.1"
|
PV = "1.1"
|
||||||
SRCREV = "bb74e1095adb66b04b51ed6ff10ae0aa96afdd46"
|
SRCREV = "bb74e1095adb66b04b51ed6ff10ae0aa96afdd46"
|
||||||
@ -13,7 +13,7 @@ SRC_URI = "git://github.com/liftoff/GateOne.git \
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit distutils allarch
|
inherit distutils allarch python-dir
|
||||||
|
|
||||||
export prefix = "${localstatedir}/lib"
|
export prefix = "${localstatedir}/lib"
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ do_install_append() {
|
|||||||
install -m 0644 ${WORKDIR}/server.conf ${D}/var/lib/gateone/server.conf
|
install -m 0644 ${WORKDIR}/server.conf ${D}/var/lib/gateone/server.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${base_libdir} ${sysconfdir}"
|
FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${base_libdir} ${sysconfdir} ${PYTHON_SITEPACKAGES_DIR}"
|
||||||
RDEPENDS_${PN} = "file \
|
RDEPENDS_${PN} = "file \
|
||||||
mime-support \
|
mime-support \
|
||||||
openssh-ssh \
|
openssh-ssh \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user