diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-23 09:28:31 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-23 09:41:11 +0200 |
commit | 11581aaa9eafd51d09e7a359ff96cf47643b5361 (patch) | |
tree | 15da0ed3372315cebdca7b7df8a69319cb566b96 /recipes/ekiga | |
parent | d15a13236efc42c68a9dc5af651017267bac87fe (diff) |
ekiga git: bump SRCREV, change PV
Diffstat (limited to 'recipes/ekiga')
-rw-r--r-- | recipes/ekiga/ekiga_git.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/ekiga/ekiga_git.bb b/recipes/ekiga/ekiga_git.bb index 787a0e8bc9..c5ec7cd83c 100644 --- a/recipes/ekiga/ekiga_git.bb +++ b/recipes/ekiga/ekiga_git.bb @@ -3,14 +3,14 @@ LICENSE = "GPLv2" ARM_INSTRUCTION_SET = "arm" -DEFAULT_PREFERENCE = "-1" -PV = "3.2.0+git" -PR = "r0+gitr${SRCREV}" -SRCREV = "c7f3abd149ccca669bb13e2a02b0d46076301f7d" +DEFAULT_PREFERENCE = "1" +PV = "3.2.6+git" +PR = "r2+gitr${SRCREV}" +SRCREV = "4af42b2f4fd8e6b52c2c578bb4a5d5ad9c26e8f2" inherit gnome -SRC_URI = "git://git.gnome.org/ekiga;protocol=git" +SRC_URI = "git://git.gnome.org/ekiga;protocol=git;branch=gnome-2-26" S = "${WORKDIR}/git" DEPENDS += " avahi libnotify eds-dbus libgnome gtkmm libsigc++-2.0 gstreamer gst-plugins-good gst-plugins-base gst-plugins-bad opal ptlib gnome-doc-utils" |