diff options
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" |