[gnome-continuous-yocto/gnomeostree-3.28-rocko: 664/8267] neard: do not package python test scripts



commit 48bd64078071888a0a7ed6339f1fc5ff94139089
Author: Alexander Kanavin <alexander kanavin linux intel com>
Date:   Thu Jun 2 12:25:44 2016 +0300

    neard: do not package python test scripts
    
    They require python-dbus and python-gobject
    (which are only provided for Python 3), and have not
    been ported to Python 3.
    
    (From OE-Core rev: 6334de28bfd5252343deef326e4edca785254b85)
    
    Signed-off-by: Alexander Kanavin <alexander kanavin linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-connectivity/neard/neard_0.15.bb |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)
---
diff --git a/meta/recipes-connectivity/neard/neard_0.15.bb b/meta/recipes-connectivity/neard/neard_0.15.bb
index 93bddb3..065cbec 100644
--- a/meta/recipes-connectivity/neard/neard_0.15.bb
+++ b/meta/recipes-connectivity/neard/neard_0.15.bb
@@ -33,18 +33,9 @@ do_install_append() {
                  > ${D}${sysconfdir}/init.d/neard
                chmod 0755 ${D}${sysconfdir}/init.d/neard
        fi
-
-       # Install the tests for neard-tests
-       install -d ${D}${libdir}/neard
-       install -m 0755 ${S}/test/* ${D}${libdir}/${BPN}/
-       install -m 0755 ${B}/tools/nfctool/nfctool ${D}${libdir}/${BPN}/
 }
 
-PACKAGES =+ "${PN}-tests"
-
-FILES_${PN}-tests = "${libdir}/${BPN}/*-test"
-
-RDEPENDS_${PN} = "dbus python python-dbus python-pygobject"
+RDEPENDS_${PN} = "dbus"
 
 # Bluez & Wifi are not mandatory except for handover
 RRECOMMENDS_${PN} = "\
@@ -52,8 +43,6 @@ RRECOMMENDS_${PN} = "\
                      ${@bb.utils.contains('DISTRO_FEATURES', 'wifi','wpa-supplicant', '', d)} \
                     "
 
-RDEPENDS_${PN}-tests = "python python-dbus python-pygobject"
-
 INITSCRIPT_NAME = "neard"
 INITSCRIPT_PARAMS = "defaults 64"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]