phoneui-apps: Added phoneui-quick-settings to recipe.
authorTom 'TAsn" Hacohen <tom@stosb.com>
Sat, 27 Feb 2010 08:54:24 +0000 (08:54 +0000)
committerMartin Jansa <Martin.Jansa@gmail.com>
Sat, 27 Feb 2010 15:46:56 +0000 (16:46 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/shr/phoneui-apps_git.bb

index a6e3e17..1ddb0c6 100644 (file)
@@ -4,14 +4,14 @@ LICENSE = "GPL"
 SECTION = "x11/applications"
 DEPENDS += "dbus-glib"
 PV = "0.0.0+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 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 ${PN}-quick-settings"
 
 FILES_${PN}-dialer = "\
        /usr/bin/phoneui-dialer \
@@ -26,3 +26,7 @@ FILES_${PN}-contacts = "\
        /usr/share/applications/phoneui-contacts.desktop \
 "
 
+FILES_${PN}-quick-settings = "\
+       /usr/bin/phoneui-quick-settings \
+"
+