aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2017-05-04 13:34:25 -0600
committerDan McGregor <dan.mcgregor@usask.ca>2017-05-09 13:02:31 -0600
commit4f654891e905d437764d7e2315fc667bf871c7b3 (patch)
treed36d8bee3126f74deb4ce2a361c4cf6d6cf34276
parent9d9aae078c51857a79522e2b80ce25187a455cf0 (diff)
downloadmeta-openembedded-contrib-dankm/tmux.tar.gz
gateone: fixup rdepends and prefixdankm/tmux
-rw-r--r--meta-python/recipes-connectivity/gateone/gateone_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-python/recipes-connectivity/gateone/gateone_git.bb b/meta-python/recipes-connectivity/gateone/gateone_git.bb
index 8b2a19263e..f54079989e 100644
--- a/meta-python/recipes-connectivity/gateone/gateone_git.bb
+++ b/meta-python/recipes-connectivity/gateone/gateone_git.bb
@@ -14,10 +14,10 @@ SRC_URI = "git://github.com/liftoff/GateOne.git;branch=master \
S = "${WORKDIR}/git"
-inherit setuptools python-dir systemd update-rc.d
+inherit distutils setuptools python-dir systemd update-rc.d
DISTUTILS_INSTALL_ARGS = "--root=${D} \
- --prefix=${prefix} \
+ --prefix=${localstatedir} \
--install-lib=${PYTHON_SITEPACKAGES_DIR} \
--install-data=${PYTHON_SITEPACKAGES_DIR} \
--install-scripts=${bindir} \
@@ -59,7 +59,6 @@ RDEPENDS_${PN} = "mime-support \
python-fcntl \
python-futures \
python-html \
- python-imaging \
python-io \
python-json \
python-logging \