[oe-commits] [meta-openembedded] 22/29: gateone: remove custom prefix for /var

git at git.openembedded.org git at git.openembedded.org
Fri Aug 12 12:05:49 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 542a07d4b69996593783705255be203a2a9269f1
Author: Derek Straka <derek at asterius.io>
AuthorDate: Thu Aug 11 21:27:17 2016 -0400

    gateone: remove custom prefix for /var
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-connectivity/gateone/gateone_git.bb | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta-python/recipes-connectivity/gateone/gateone_git.bb b/meta-python/recipes-connectivity/gateone/gateone_git.bb
index 44df604..6a93f83 100644
--- a/meta-python/recipes-connectivity/gateone/gateone_git.bb
+++ b/meta-python/recipes-connectivity/gateone/gateone_git.bb
@@ -15,7 +15,6 @@ SRC_URI = "git://github.com/liftoff/GateOne.git;branch=master \
 S = "${WORKDIR}/git"
 
 inherit distutils python-dir systemd update-rc.d
-export prefix = "${localstatedir}"
 
 DISTUTILS_INSTALL_ARGS = "--root=${D} \
     --prefix=${prefix} \
@@ -87,6 +86,3 @@ RDEPENDS_${PN} = "mime-support \
 
 SYSTEMD_SERVICE_${PN} = "gateone.service"
 INITSCRIPT_NAME = "gateone"
-
-# http://errors.yoctoproject.org/Errors/Details/74489/
-PNBLACKLIST[gateone] ?= "BROKEN: Fails to detect python's Makefile"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list