diff options
-rw-r--r-- | conf/distro/include/shr-autorev.inc | 1 | ||||
-rw-r--r-- | recipes/shr/shr-installer_git.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/include/shr-autorev.inc b/conf/distro/include/shr-autorev.inc index 9449b87604..75f389cf83 100644 --- a/conf/distro/include/shr-autorev.inc +++ b/conf/distro/include/shr-autorev.inc @@ -13,5 +13,6 @@ SRCREV_pn-libphone-ui = "${AUTOREV}" SRCREV_pn-libphone-ui-shr = "${AUTOREV}" SRCREV_pn-libphone-utils = "${AUTOREV}" SRCREV_pn-opimd-utils = "${AUTOREV}" +SRCREV_pn-shr-installer = "${AUTOREV}" SRCREV_pn-shr-wizard = "${AUTOREV}" diff --git a/recipes/shr/shr-installer_git.bb b/recipes/shr/shr-installer_git.bb index ca5eb59b0f..53cf9ac8fd 100644 --- a/recipes/shr/shr-installer_git.bb +++ b/recipes/shr/shr-installer_git.bb @@ -5,7 +5,7 @@ LICENSE ?= "GPL" RDEPENDS = "python-elementary python-dbus python-core python-edbus packagekit" SECTION = "x11/application" -PV = "0.0.1+gitr${SRCREV}" +PV = "0.0.2+gitr${SRCREV}" PR = "r0" inherit setuptools |