diff options
-rw-r--r-- | packages/freesmartphone/fso-gpsd_git.bb | 4 | ||||
-rw-r--r-- | packages/freesmartphone/gsm0710muxd_git.bb | 2 | ||||
-rw-r--r-- | packages/freesmartphone/illume-theme-freesmartphone_git.bb | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/packages/freesmartphone/fso-gpsd_git.bb b/packages/freesmartphone/fso-gpsd_git.bb index 4e6f9e10e8..7c92b25dc8 100644 --- a/packages/freesmartphone/fso-gpsd_git.bb +++ b/packages/freesmartphone/fso-gpsd_git.bb @@ -2,8 +2,8 @@ DESCRIPTION = "freesmartphone.org gpsd compatibility daemon" LICENSE = "GPL" SECTION = "network" DEPENDS = "dbus-glib" -PV = "0.6+${PR}+gitr${SRCREV}" -PR = "r3" +PV = "0.7+gitr${SRCREV}" +PR = "r0" SRC_URI = "\ ${FREESMARTPHONE_GIT}/fso-gpsd.git;protocol=git;branch=master \ diff --git a/packages/freesmartphone/gsm0710muxd_git.bb b/packages/freesmartphone/gsm0710muxd_git.bb index 0c146079d0..7828500f2f 100644 --- a/packages/freesmartphone/gsm0710muxd_git.bb +++ b/packages/freesmartphone/gsm0710muxd_git.bb @@ -5,7 +5,7 @@ SECTION = "console/network" DEPENDS = "dbus dbus-glib" RDEPENDS = "dbus dbus-glib" LICENSE = "GPL" -PV = "0.9.1+${PR}-gitr${SRCREV}" +PV = "0.9.2+gitr${SRCREV}" PR = "r0" SRC_URI = "${FREESMARTPHONE_GIT}/gsm0710muxd.git;protocol=git;branch=master" diff --git a/packages/freesmartphone/illume-theme-freesmartphone_git.bb b/packages/freesmartphone/illume-theme-freesmartphone_git.bb index 1e6306f624..1351674a18 100644 --- a/packages/freesmartphone/illume-theme-freesmartphone_git.bb +++ b/packages/freesmartphone/illume-theme-freesmartphone_git.bb @@ -2,8 +2,8 @@ DESCRIPTION = "Illume theme for the freesmartphone.org project" HOMEPAGE = "http://illume.projects.openmoko.org/" LICENSE = "MIT/BSD" DEPENDS = "edje-native eet-native" -PV = "0.0+${PR}-gitr${SRCREV}" -PR = "r2" +PV = "0.1.0+gitr${SRCREV}" +PR = "r0" SRC_URI = "${FREESMARTPHONE_GIT}/artwork.git;protocol=git;branch=master" S = "${WORKDIR}/git/illume" |