From 4f654891e905d437764d7e2315fc667bf871c7b3 Mon Sep 17 00:00:00 2001 From: Dan McGregor Date: Thu, 4 May 2017 13:34:25 -0600 Subject: gateone: fixup rdepends and prefix --- meta-python/recipes-connectivity/gateone/gateone_git.bb | 5 ++--- 1 file 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 \ -- cgit 1.2.3-korg