diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-21 19:12:15 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-21 19:12:15 +0200 |
commit | 66a55e59bd4b3684b60e55840999539d04a8057c (patch) | |
tree | dec1499b53f73d573c68b4d9eb8b566ae2d74022 | |
parent | eaafa4bd4a5dfd202f7650ec8e1b7af453ace608 (diff) |
gnome-bluetooth git: bump SRCREV
-rw-r--r-- | recipes/gnome/gnome-bluetooth_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/gnome/gnome-bluetooth_git.bb b/recipes/gnome/gnome-bluetooth_git.bb index b6690f4bb6..8d33cf51cb 100644 --- a/recipes/gnome/gnome-bluetooth_git.bb +++ b/recipes/gnome/gnome-bluetooth_git.bb @@ -5,14 +5,14 @@ DEFAULT_PREFERENCE = "-1" inherit autotools gnome pkgconfig -SRC_URI = "git://git.gnome.org/gnome-bluetooth;protocol=git \ +SRC_URI = "git://git.gnome.org/gnome-bluetooth;branch=gnome-2-28;protocol=git \ file://gtk-doc.make \ " S = "${WORKDIR}/git" -SRCREV = "59efa1c06153cd5bdaff64f7efca791c11c77f2f" -PV = "2.27.8" +SRCREV = "0622ea93f4e42d1599f2467e6bef5dca49cd99fd" +PV = "2.28.1" PR = "r0" PR_append = "+gitr${SRCREV}" |