diff options
author | Tom <tom@stosb.com> | 2009-12-05 16:11:31 +0000 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2009-12-05 21:14:26 +0100 |
commit | 5dd6b25f054731c1c77f781a54b8eaffef8ef3f4 (patch) | |
tree | eee063fbba0ffecaf265f57d135cd29cf1cd159e /recipes | |
parent | 6f0acb0fc59a269abe10736a80acedb50ef3bddf (diff) |
shr-wizard: Remove the inclusion of the debug modules to the package
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/shr/shr-wizard_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/shr/shr-wizard_git.bb b/recipes/shr/shr-wizard_git.bb index b26c48f79a..ec63fb13fc 100644 --- a/recipes/shr/shr-wizard_git.bb +++ b/recipes/shr/shr-wizard_git.bb @@ -4,13 +4,13 @@ LICENSE = "GPL" RDEPENDS = "python-elementary shr-settings python-phoneutils e-wm python-dbus python-edbus" SECTION = "x11/application" PV = "0.0.0+gitr${SRCREV}" -PR = "r0" +PR = "r1" inherit autotools SRC_URI = "git://git.shr-project.org/repo/shr-wizard.git;protocol=http;branch=master" S = "${WORKDIR}/git" -FILES_${PN} += "${libdir}/enlightenment/modules/wizard/*/*" +FILES_${PN} += "${libdir}/enlightenment/modules/wizard/*/page_900.so" |