From 5dd6b25f054731c1c77f781a54b8eaffef8ef3f4 Mon Sep 17 00:00:00 2001 From: Tom Date: Sat, 5 Dec 2009 16:11:31 +0000 Subject: [PATCH] shr-wizard: Remove the inclusion of the debug modules to the package Signed-off-by: Klaus Kurzmann --- recipes/shr/shr-wizard_git.bb | 4 ++-- 1 file 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" -- 2.39.5