[oe-commits] Tom : shr-wizard: Remove the inclusion of the debug modules to the package

git version control git at git.openembedded.org
Tue Dec 8 12:38:02 UTC 2009


Module: openembedded.git
Branch: martin_jansa/xorg-7.5
Commit: 5dd6b25f054731c1c77f781a54b8eaffef8ef3f4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5dd6b25f054731c1c77f781a54b8eaffef8ef3f4

Author: Tom <tom at stosb.com>
Date:   Sat Dec  5 16:11:31 2009 +0000

shr-wizard: Remove the inclusion of the debug modules to the package

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

---

 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 b26c48f..ec63fb1 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"
 
 





More information about the Openembedded-commits mailing list