[oe-commits] Klaus Kurzmann : phoneui-apps_git.bb: make the main package an empty meta package

git version control git at git.openembedded.org
Mon Oct 26 16:13:08 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: ecdcf40ea13a119720780611bf347cb6f191c931
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ecdcf40ea13a119720780611bf347cb6f191c931

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Oct 26 17:08:38 2009 +0100

phoneui-apps_git.bb: make the main package an empty meta package

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/shr/phoneui-apps_git.bb |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/recipes/shr/phoneui-apps_git.bb b/recipes/shr/phoneui-apps_git.bb
index a1916df..f2683b2 100644
--- a/recipes/shr/phoneui-apps_git.bb
+++ b/recipes/shr/phoneui-apps_git.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://shr-project.org/"
 LICENSE = "GPL"
 SECTION = "x11/applications"
 DEPENDS += "dbus-glib"
-PV = "0.0.0+gitr${SRCPV}"
+PV = "0.1+gitr${SRCPV}"
 PR = "r0"
 
 inherit pkgconfig autotools
@@ -11,7 +11,12 @@ inherit pkgconfig autotools
 SRC_URI = "git://git.shr-project.org/repo/phoneui-apps.git;protocol=http;branch=master"
 S = "${WORKDIR}/git"
 
-PACKAGES = "${PN}-dialer ${PN}-messages ${PN}-contacts"
+PACKAGES += "${PN}-dialer ${PN}-messages ${PN}-contacts"
+
+ALLOW_EMPTY_${PN} = "1"
+RDEPENDS_${PN} = "phoneuid ${PN}-dialer ${PN}-messages ${PN}-contacts"
+
+FILES_${PN} = ""
 
 FILES_${PN}-dialer = "\
 	/usr/bin/phoneui-dialer \





More information about the Openembedded-commits mailing list