[yocto] [meta-ivi][PATCH 16/23] node-startup-controller: Remove git version recipe

Andrei Gherzan andrei.gherzan at windriver.com
Sun Jan 6 03:54:55 PST 2013


Signed-off-by: Andrei Gherzan <andrei.gherzan at windriver.com>
---
 .../node-startup-controller_git.bb                 |   53 --------------------
 1 file changed, 53 deletions(-)
 delete mode 100644 recipes-extended/node-startup-controller/node-startup-controller_git.bb

diff --git a/recipes-extended/node-startup-controller/node-startup-controller_git.bb b/recipes-extended/node-startup-controller/node-startup-controller_git.bb
deleted file mode 100644
index 0d3b90c..0000000
--- a/recipes-extended/node-startup-controller/node-startup-controller_git.bb
+++ /dev/null
@@ -1,53 +0,0 @@
-SUMMARY = "GENIVI Node Startup Controller"
-DESCRIPTION = "The GENIVI Node Startup Controller \
-		- manages the Last User Context (LUC) \
-		- monitors node startup \
-		  and \
-		- manages legacy applications within a node \
-		"
-
-HOMEPAGE = "https://www.genivi.org/"
-SECTION = "base"
-
-LICENSE = "MPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=815ca599c9df247a0c7f619bab123dad"
-
-SRCREV = "958e5ab2bc93ac0d885ca75f4f33988cbdd3e758"
-PV = "1.0.0+git${SRCPV}"
-PR = "r2"
-
-DEFAULT_PREFERENCE = "-1"
-
-SRC_URI = "git://git.projects.genivi.org/lifecycle/node-startup-controller.git;protocol=git"
-
-DEPENDS = "glib-2.0 dlt-daemon systemd"
-
-S = "${WORKDIR}/git"
-
-inherit autotools gtk-doc
-do_configure_prepend () {
-        mkdir m4
-}
-
-PACKAGES =+ "${PN}-nsm-dummy ${PN}-nsm-dummy-dbg"
-
-RRECOMMENDS_${PN} += "${PN}-nsm-dummy"
-
-
-FILES_${PN} += "\
-	${libdir}/${PN}-1/${PN} \
-	${libdir}/${PN}-1/legacy-app-handler \
-	${libdir}/systemd/system/${PN}.service \
-	${datadir}/dbus-1/system-services/org.genivi.NodeStartupController1.service \
-	"
-FILES_${PN}-dbg += "\
-	${libdir}/${PN}-1/.debug/*ler \
-	"
-FILES_${PN}-nsm-dummy = "\
-	${libdir}/${PN}-1/nsm-dummy \
-	${libdir}/systemd/system/nsm-dummy.service \
-	${datadir}/dbus-1/system-services/org.genivi.NodeStateManager.* \
-	"
-FILES_${PN}-nsm-dummy-dbg = "\
-	${libdir}/${PN}-1/.debug/nsm-dummy \
-	"
-- 
1.7.9.5




More information about the yocto mailing list