diff options
author | Tom 'TAsn" Hacohen <tom@stosb.com> | 2010-02-27 08:54:24 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-27 16:46:56 +0100 |
commit | 944327edd9c0a20a607d940a67df33d85205031f (patch) | |
tree | 2715ba3e638d85703a376078d66f3d64588caa73 /recipes/shr/phoneui-apps_git.bb | |
parent | 8d46d9b17f6377a9fccd8eade24cff5327848529 (diff) |
phoneui-apps: Added phoneui-quick-settings to recipe.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/shr/phoneui-apps_git.bb')
-rw-r--r-- | recipes/shr/phoneui-apps_git.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes/shr/phoneui-apps_git.bb b/recipes/shr/phoneui-apps_git.bb index a6e3e17aee..1ddb0c60e4 100644 --- a/recipes/shr/phoneui-apps_git.bb +++ b/recipes/shr/phoneui-apps_git.bb @@ -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 \ +" + |