diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-09-16 20:47:26 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-19 17:56:26 +0100 |
commit | 2c5079be86b6f32fd8a8193ce13ec44c549768f3 (patch) | |
tree | b68b93d29c94ede2d91feabc2f4fe1f6d486c323 /meta | |
parent | 913944d904266bf90af0cad94b4f0fb3652bd29d (diff) | |
download | poky-2c5079be86b6f32fd8a8193ce13ec44c549768f3.tar.gz |
recipes: bump PR to rebuild after libffi5 -> libffi6
(From OE-Core rev: 211200fb98a72ba815e7c411fbebfd781879064c)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
32 files changed, 34 insertions, 30 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.6.31.bb b/meta/recipes-connectivity/avahi/avahi_0.6.31.bb index e56bb1d504..cff097449f 100644 --- a/meta/recipes-connectivity/avahi/avahi_0.6.31.bb +++ b/meta/recipes-connectivity/avahi/avahi_0.6.31.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | |||
6 | file://avahi-daemon/main.c;endline=21;md5=9ee77368c5407af77caaef1b07285969 \ | 6 | file://avahi-daemon/main.c;endline=21;md5=9ee77368c5407af77caaef1b07285969 \ |
7 | file://avahi-client/client.h;endline=23;md5=f4ac741a25c4f434039ba3e18c8674cf" | 7 | file://avahi-client/client.h;endline=23;md5=f4ac741a25c4f434039ba3e18c8674cf" |
8 | 8 | ||
9 | PR = "${INC_PR}.0" | 9 | PR = "${INC_PR}.1" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "2f22745b8f7368ad5a0a3fddac343f2d" | 11 | SRC_URI[md5sum] = "2f22745b8f7368ad5a0a3fddac343f2d" |
12 | SRC_URI[sha256sum] = "8372719b24e2dd75de6f59bb1315e600db4fd092805bd1201ed0cb651a2dab48" | 12 | SRC_URI[sha256sum] = "8372719b24e2dd75de6f59bb1315e600db4fd092805bd1201ed0cb651a2dab48" |
diff --git a/meta/recipes-connectivity/gypsy/gypsy_0.9.bb b/meta/recipes-connectivity/gypsy/gypsy_0.9.bb index 9b99267ef4..51207c9a06 100644 --- a/meta/recipes-connectivity/gypsy/gypsy_0.9.bb +++ b/meta/recipes-connectivity/gypsy/gypsy_0.9.bb | |||
@@ -14,7 +14,7 @@ SECTION = "x11" | |||
14 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt" | 14 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt" |
15 | 15 | ||
16 | SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz" | 16 | SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz" |
17 | PR = "r0" | 17 | PR = "r1" |
18 | 18 | ||
19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
20 | 20 | ||
diff --git a/meta/recipes-connectivity/gypsy/gypsy_git.bb b/meta/recipes-connectivity/gypsy/gypsy_git.bb index 495467e146..867582d9d3 100644 --- a/meta/recipes-connectivity/gypsy/gypsy_git.bb +++ b/meta/recipes-connectivity/gypsy/gypsy_git.bb | |||
@@ -4,7 +4,7 @@ DEFAULT_PREFERENCE = "-1" | |||
4 | 4 | ||
5 | SRCREV = "3652e1f37e82b8e63983e30fda3482cd099a8cf5" | 5 | SRCREV = "3652e1f37e82b8e63983e30fda3482cd099a8cf5" |
6 | PV = "0.8+git${SRCPV}" | 6 | PV = "0.8+git${SRCPV}" |
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
diff --git a/meta/recipes-core/dbus/dbus-glib_0.100.bb b/meta/recipes-core/dbus/dbus-glib_0.100.bb index f96d04e3cc..786cb994d2 100644 --- a/meta/recipes-core/dbus/dbus-glib_0.100.bb +++ b/meta/recipes-core/dbus/dbus-glib_0.100.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require dbus-glib.inc | 1 | require dbus-glib.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r1" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "d33959a9c0c6a158f5ac6d640316e89e" | 5 | SRC_URI[md5sum] = "d33959a9c0c6a158f5ac6d640316e89e" |
6 | SRC_URI[sha256sum] = "80ddf7584a659590103817798dd95d7e451d666f385e5e95a83abf85c46d4605" | 6 | SRC_URI[sha256sum] = "80ddf7584a659590103817798dd95d7e451d666f385e5e95a83abf85c46d4605" |
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb index 3a075d48e8..10c0b615ed 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require glib.inc | 1 | require glib.inc |
2 | 2 | ||
3 | PR = "r5" | 3 | PR = "r6" |
4 | PE = "1" | 4 | PE = "1" |
5 | 5 | ||
6 | DEPENDS += "libffi python-argparse-native zlib" | 6 | DEPENDS += "libffi python-argparse-native zlib" |
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb b/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb index 990fb543d5..8c2404c1d3 100644 --- a/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb +++ b/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | |||
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | DEPENDS = "glib-2.0 gnutls intltool-native" | 9 | DEPENDS = "glib-2.0 gnutls intltool-native" |
10 | 10 | ||
11 | PR = "r2" | 11 | PR = "r3" |
12 | 12 | ||
13 | SRC_URI = "${GNOME_MIRROR}/${BPN}/2.28/${BPN}-${PV}.tar.bz2" | 13 | SRC_URI = "${GNOME_MIRROR}/${BPN}/2.28/${BPN}-${PV}.tar.bz2" |
14 | 14 | ||
diff --git a/meta/recipes-devtools/python/python-dbus_1.1.1.bb b/meta/recipes-devtools/python/python-dbus_1.1.1.bb index 51d5bc26f0..5bf01a644f 100644 --- a/meta/recipes-devtools/python/python-dbus_1.1.1.bb +++ b/meta/recipes-devtools/python/python-dbus_1.1.1.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f5612614133e9a2f2dad527d97554670" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f5612614133e9a2f2dad527d97554670" |
6 | DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native" | 6 | DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native" |
7 | PR = "r0" | 7 | PR = "r1" |
8 | 8 | ||
9 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" | 9 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" |
10 | 10 | ||
diff --git a/meta/recipes-devtools/python/python-gst_0.10.22.bb b/meta/recipes-devtools/python/python-gst_0.10.22.bb index 7bd6d0671c..8b041c3da0 100644 --- a/meta/recipes-devtools/python/python-gst_0.10.22.bb +++ b/meta/recipes-devtools/python/python-gst_0.10.22.bb | |||
@@ -3,7 +3,7 @@ SECTION = "devel/python" | |||
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | DEPENDS = "gstreamer gst-plugins-base python-pygobject" | 4 | DEPENDS = "gstreamer gst-plugins-base python-pygobject" |
5 | RDEPENDS_${PN} += "python-pygtk" | 5 | RDEPENDS_${PN} += "python-pygtk" |
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ | 8 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ |
9 | file://python-path.patch" | 9 | file://python-path.patch" |
diff --git a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb b/meta/recipes-devtools/python/python-pygobject_2.27.91.bb index d79ab2f908..d08668e1dd 100644 --- a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb +++ b/meta/recipes-devtools/python/python-pygobject_2.27.91.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | |||
5 | DEPENDS = "python python-pygobject-native glib-2.0" | 5 | DEPENDS = "python python-pygobject-native glib-2.0" |
6 | DEPENDS_virtclass-native = "glib-2.0-native" | 6 | DEPENDS_virtclass-native = "glib-2.0-native" |
7 | RDEPENDS_virtclass-native = "" | 7 | RDEPENDS_virtclass-native = "" |
8 | PR = "r4" | 8 | PR = "r5" |
9 | 9 | ||
10 | MAJ_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | 10 | MAJ_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" |
11 | 11 | ||
diff --git a/meta/recipes-devtools/python/python-pygtk_2.24.0.bb b/meta/recipes-devtools/python/python-pygtk_2.24.0.bb index 20d54a33e1..4747d98ca3 100644 --- a/meta/recipes-devtools/python/python-pygtk_2.24.0.bb +++ b/meta/recipes-devtools/python/python-pygtk_2.24.0.bb | |||
@@ -8,6 +8,8 @@ SRCNAME = "pygtk" | |||
8 | LICENSE = "LGPLv2.1" | 8 | LICENSE = "LGPLv2.1" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" |
10 | 10 | ||
11 | PR = "r1" | ||
12 | |||
11 | SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.24/${SRCNAME}-${PV}.tar.bz2 \ | 13 | SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.24/${SRCNAME}-${PV}.tar.bz2 \ |
12 | file://fix-gtkunixprint.patch \ | 14 | file://fix-gtkunixprint.patch \ |
13 | file://prevent_to_get_display_during_import.patch \ | 15 | file://prevent_to_get_display_during_import.patch \ |
diff --git a/meta/recipes-extended/polkit/polkit_0.104.bb b/meta/recipes-extended/polkit/polkit_0.104.bb index e548cbc64b..52e6618ab0 100644 --- a/meta/recipes-extended/polkit/polkit_0.104.bb +++ b/meta/recipes-extended/polkit/polkit_0.104.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = "expat glib-2.0 intltool-native gobject-introspection-stub" | |||
11 | PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" | 11 | PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" |
12 | PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=shadow,libpam,libpam" | 12 | PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=shadow,libpam,libpam" |
13 | 13 | ||
14 | PR = "r6" | 14 | PR = "r7" |
15 | 15 | ||
16 | PAM_SRC_URI = "file://polkit-1_pam.patch" | 16 | PAM_SRC_URI = "file://polkit-1_pam.patch" |
17 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \ | 17 | SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \ |
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb index 99f6cb4ed0..82a7eaaff5 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb | |||
@@ -21,7 +21,7 @@ SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.24/gdk-pixbuf-${ | |||
21 | SRC_URI[md5sum] = "72f39b34b20f68148c1609bd27415412" | 21 | SRC_URI[md5sum] = "72f39b34b20f68148c1609bd27415412" |
22 | SRC_URI[sha256sum] = "da7a3f00db360913716368e19e336402755cafa93769f3cfa28a969303e4bee1" | 22 | SRC_URI[sha256sum] = "da7a3f00db360913716368e19e336402755cafa93769f3cfa28a969303e4bee1" |
23 | 23 | ||
24 | PR = "r6" | 24 | PR = "r7" |
25 | 25 | ||
26 | inherit autotools pkgconfig gettext | 26 | inherit autotools pkgconfig gettext |
27 | 27 | ||
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.3.bb b/meta/recipes-gnome/gnome/gconf_3.2.3.bb index 8388684a69..dc3520fc1c 100644 --- a/meta/recipes-gnome/gnome/gconf_3.2.3.bb +++ b/meta/recipes-gnome/gnome/gconf_3.2.3.bb | |||
@@ -9,7 +9,7 @@ POLKIT_libc-uclibc = "" | |||
9 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native ${POLKIT} gobject-introspection-stub" | 9 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native ${POLKIT} gobject-introspection-stub" |
10 | DEPENDS_virtclass-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native gobject-introspection-stub-native" | 10 | DEPENDS_virtclass-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native gobject-introspection-stub-native" |
11 | 11 | ||
12 | PR = "r11" | 12 | PR = "r12" |
13 | 13 | ||
14 | inherit gnomebase gtk-doc | 14 | inherit gnomebase gtk-doc |
15 | 15 | ||
diff --git a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb b/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb index 1fd42b4ed9..d82272103a 100644 --- a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb +++ b/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
11 | 11 | ||
12 | SECTION = "x11/gnome" | 12 | SECTION = "x11/gnome" |
13 | 13 | ||
14 | PR = "r8" | 14 | PR = "r9" |
15 | 15 | ||
16 | inherit autotools gnome gtk-doc pkgconfig | 16 | inherit autotools gnome gtk-doc pkgconfig |
17 | 17 | ||
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.24.8.bb b/meta/recipes-gnome/gtk+/gtk+_2.24.8.bb index 529f8e129d..34b78ac934 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.24.8.bb +++ b/meta/recipes-gnome/gtk+/gtk+_2.24.8.bb | |||
@@ -27,7 +27,7 @@ SRC_URI = "http://download.gnome.org/sources/gtk+/2.24/gtk+-${PV}.tar.bz2 \ | |||
27 | # file://combo-arrow-size.patch;striplevel=0 | 27 | # file://combo-arrow-size.patch;striplevel=0 |
28 | # file://configurefix.patch | 28 | # file://configurefix.patch |
29 | 29 | ||
30 | PR = "r5" | 30 | PR = "r6" |
31 | 31 | ||
32 | SRC_URI[md5sum] = "0413187f7e596aef00ccd1b54776ff03" | 32 | SRC_URI[md5sum] = "0413187f7e596aef00ccd1b54776ff03" |
33 | SRC_URI[sha256sum] = "ac2325a65312922a6722a7c02a389f3f4072d79e13131485cc7b7226e2537043" | 33 | SRC_URI[sha256sum] = "ac2325a65312922a6722a7c02a389f3f4072d79e13131485cc7b7226e2537043" |
diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb index c54487027d..259517ea1d 100644 --- a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb +++ b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
8 | SECTION = "x11/base" | 8 | SECTION = "x11/base" |
9 | DEPENDS = "gtk+" | 9 | DEPENDS = "gtk+" |
10 | 10 | ||
11 | PR = "r2" | 11 | PR = "r3" |
12 | 12 | ||
13 | PACKAGES_DYNAMIC = "gtk-engine-* gtk-theme-*" | 13 | PACKAGES_DYNAMIC = "gtk-engine-* gtk-theme-*" |
14 | 14 | ||
diff --git a/meta/recipes-gnome/json-glib/json-glib_0.14.2.bb b/meta/recipes-gnome/json-glib/json-glib_0.14.2.bb index 18db4e70bd..a4cbd51a20 100644 --- a/meta/recipes-gnome/json-glib/json-glib_0.14.2.bb +++ b/meta/recipes-gnome/json-glib/json-glib_0.14.2.bb | |||
@@ -8,7 +8,7 @@ HOMEPAGE = "http://live.gnome.org/JsonGlib" | |||
8 | LICENSE = "LGPLv2.1" | 8 | LICENSE = "LGPLv2.1" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" |
10 | 10 | ||
11 | PR = "r1" | 11 | PR = "r2" |
12 | 12 | ||
13 | DEPENDS = "glib-2.0" | 13 | DEPENDS = "glib-2.0" |
14 | 14 | ||
diff --git a/meta/recipes-gnome/libglade/libglade_2.6.4.bb b/meta/recipes-gnome/libglade/libglade_2.6.4.bb index 0b01dc13ed..c8a2fac89c 100644 --- a/meta/recipes-gnome/libglade/libglade_2.6.4.bb +++ b/meta/recipes-gnome/libglade/libglade_2.6.4.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \ | |||
8 | file://glade/glade-gtk.c;endline=22;md5=766f993433e2642fec87936d319990ff" | 8 | file://glade/glade-gtk.c;endline=22;md5=766f993433e2642fec87936d319990ff" |
9 | 9 | ||
10 | SECTION = "libs" | 10 | SECTION = "libs" |
11 | PR = "r4" | 11 | PR = "r5" |
12 | DEPENDS = "zlib gdk-pixbuf gtk+" | 12 | DEPENDS = "zlib gdk-pixbuf gtk+" |
13 | 13 | ||
14 | inherit autotools pkgconfig gnome gtk-doc | 14 | inherit autotools pkgconfig gnome gtk-doc |
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb index 6bb5fe28e7..12ae310858 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = "gtk+ libcroco cairo libxml2" | |||
11 | DEPENDS_virtclass-native = "cairo-native pango-native gdk-pixbuf-native" | 11 | DEPENDS_virtclass-native = "cairo-native pango-native gdk-pixbuf-native" |
12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
13 | 13 | ||
14 | PR = "r9" | 14 | PR = "r10" |
15 | 15 | ||
16 | inherit autotools pkgconfig gnome gtk-doc | 16 | inherit autotools pkgconfig gnome gtk-doc |
17 | 17 | ||
diff --git a/meta/recipes-graphics/cairo/cairo_1.12.2.bb b/meta/recipes-graphics/cairo/cairo_1.12.2.bb index c2e7cc6050..f4c2d58d9a 100644 --- a/meta/recipes-graphics/cairo/cairo_1.12.2.bb +++ b/meta/recipes-graphics/cairo/cairo_1.12.2.bb | |||
@@ -2,7 +2,7 @@ require cairo.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77" |
4 | 4 | ||
5 | PR = "r0" | 5 | PR = "r1" |
6 | 6 | ||
7 | SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.xz" | 7 | SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.xz" |
8 | 8 | ||
diff --git a/meta/recipes-graphics/pango/pango_1.30.0.bb b/meta/recipes-graphics/pango/pango_1.30.0.bb index 25101f2ea2..de562b1754 100644 --- a/meta/recipes-graphics/pango/pango_1.30.0.bb +++ b/meta/recipes-graphics/pango/pango_1.30.0.bb | |||
@@ -2,7 +2,7 @@ require pango.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" |
4 | 4 | ||
5 | PR = "r0" | 5 | PR = "r1" |
6 | 6 | ||
7 | GNOME_COMPRESS_TYPE="xz" | 7 | GNOME_COMPRESS_TYPE="xz" |
8 | 8 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb index 99f28e9789..88fa74d7d2 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb | |||
@@ -15,7 +15,7 @@ SRC_URI += "file://gst-plugins-base-tremor.patch \ | |||
15 | SRC_URI[md5sum] = "776c73883e567f67b9c4a2847d8d041a" | 15 | SRC_URI[md5sum] = "776c73883e567f67b9c4a2847d8d041a" |
16 | SRC_URI[sha256sum] = "2cd3b0fa8e9b595db8f514ef7c2bdbcd639a0d63d154c00f8c9b609321f49976" | 16 | SRC_URI[sha256sum] = "2cd3b0fa8e9b595db8f514ef7c2bdbcd639a0d63d154c00f8c9b609321f49976" |
17 | 17 | ||
18 | PR = "r4" | 18 | PR = "r5" |
19 | 19 | ||
20 | inherit gettext | 20 | inherit gettext |
21 | 21 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb index e095b386be..641de7c436 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
7 | 7 | ||
8 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng zlib libid3tag flac \ | 8 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng zlib libid3tag flac \ |
9 | speex libsoup-2.4 pulseaudio" | 9 | speex libsoup-2.4 pulseaudio" |
10 | PR = "r4" | 10 | PR = "r5" |
11 | 11 | ||
12 | inherit gettext gconf | 12 | inherit gettext gconf |
13 | 13 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb index 125d09cfb2..a9da76e574 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
8 | file://gst/mpegstream/gstmpegparse.h;beginline=1;endline=18;md5=ff65467b0c53cdfa98d0684c1bc240a9" | 8 | file://gst/mpegstream/gstmpegparse.h;beginline=1;endline=18;md5=ff65467b0c53cdfa98d0684c1bc240a9" |
9 | 9 | ||
10 | DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" | 10 | DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" |
11 | PR = "r1" | 11 | PR = "r2" |
12 | 12 | ||
13 | inherit gettext | 13 | inherit gettext |
14 | 14 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb index 278c20e033..4ca44290da 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \ | |||
9 | file://gst/gst.h;beginline=1;endline=21;md5=8e5fe5e87d33a04479fde862e238eaa4" | 9 | file://gst/gst.h;beginline=1;endline=21;md5=8e5fe5e87d33a04479fde862e238eaa4" |
10 | DEPENDS = "glib-2.0 libxml2 bison-native flex-native" | 10 | DEPENDS = "glib-2.0 libxml2 bison-native flex-native" |
11 | 11 | ||
12 | PR = "r0" | 12 | PR = "r1" |
13 | 13 | ||
14 | SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \ | 14 | SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \ |
15 | file://check_fix.patch \ | 15 | file://check_fix.patch \ |
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb index e39b69e9b5..2f3728f919 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require pulseaudio.inc | 1 | require pulseaudio.inc |
2 | 2 | ||
3 | PR = "r3" | 3 | PR = "r4" |
4 | 4 | ||
5 | DEPENDS += "libjson gdbm speex libxml-parser-perl-native" | 5 | DEPENDS += "libjson gdbm speex libxml-parser-perl-native" |
6 | 6 | ||
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb index 4c03541dd7..430e343b9c 100644 --- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb +++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb | |||
@@ -12,7 +12,7 @@ RDEPENDS_${PN} = "formfactor dbus-wait" | |||
12 | SECTION = "x11" | 12 | SECTION = "x11" |
13 | SRCREV = "b38f24036cff3be6c2fbcf9ca9881803e69003ac" | 13 | SRCREV = "b38f24036cff3be6c2fbcf9ca9881803e69003ac" |
14 | PV = "0.0+git${SRCPV}" | 14 | PV = "0.0+git${SRCPV}" |
15 | PR = "r2" | 15 | PR = "r3" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ | 17 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ |
18 | file://configure_fix.patch;maxrev=1819 \ | 18 | file://configure_fix.patch;maxrev=1819 \ |
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb index 52ccc6f761..9678713104 100644 --- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb +++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb | |||
@@ -13,7 +13,7 @@ DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" | |||
13 | 13 | ||
14 | SRCREV = "cdf7a22716b87468f10573f622d5c7a58a684e35" | 14 | SRCREV = "cdf7a22716b87468f10573f622d5c7a58a684e35" |
15 | PV = "0.0+git${SRCPV}" | 15 | PV = "0.0+git${SRCPV}" |
16 | PR = "r5" | 16 | PR = "r6" |
17 | 17 | ||
18 | RPROVIDES_${PN} = "matchbox-panel" | 18 | RPROVIDES_${PN} = "matchbox-panel" |
19 | RREPLACES_${PN} = "matchbox-panel" | 19 | RREPLACES_${PN} = "matchbox-panel" |
diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.2.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.2.bb index 8beb6eb139..bba9a80bad 100644 --- a/meta/recipes-sato/webkit/webkit-gtk_1.8.2.bb +++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.2.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://Source/WebCore/rendering/RenderApplet.h;endline=22;md | |||
7 | file://Source/WebKit/gtk/webkit/webkit.h;endline=21;md5=b4fbe9f4a944f1d071dba1d2c76b3351 \ | 7 | file://Source/WebKit/gtk/webkit/webkit.h;endline=21;md5=b4fbe9f4a944f1d071dba1d2c76b3351 \ |
8 | file://Source/JavaScriptCore/parser/Parser.h;endline=23;md5=b57c8a2952a8d0e655988fa0ecb2bf7f" | 8 | file://Source/JavaScriptCore/parser/Parser.h;endline=23;md5=b57c8a2952a8d0e655988fa0ecb2bf7f" |
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r2" |
11 | 11 | ||
12 | # Choice of language backends - icu has issues on Big Endian machines so use pango | 12 | # Choice of language backends - icu has issues on Big Endian machines so use pango |
13 | ICU_LIB = "icu" | 13 | ICU_LIB = "icu" |
diff --git a/meta/recipes-support/atk/atk_2.4.0.bb b/meta/recipes-support/atk/atk_2.4.0.bb index e2de5d6581..4a2d853d97 100644 --- a/meta/recipes-support/atk/atk_2.4.0.bb +++ b/meta/recipes-support/atk/atk_2.4.0.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "GPLv2+ & LGPLv2+" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ |
8 | file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ | 8 | file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ |
9 | file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" | 9 | file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" |
10 | PR = "r0" | 10 | PR = "r1" |
11 | 11 | ||
12 | DEPENDS = "glib-2.0" | 12 | DEPENDS = "glib-2.0" |
13 | 13 | ||
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb index c04918e47e..486c38be4c 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb | |||
@@ -5,6 +5,8 @@ BUGTRACKER = "https://bugzilla.gnome.org/" | |||
5 | LICENSE = "LGPLv2" | 5 | LICENSE = "LGPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
7 | 7 | ||
8 | PR = "r1" | ||
9 | |||
8 | SECTION = "x11/gnome/libs" | 10 | SECTION = "x11/gnome/libs" |
9 | 11 | ||
10 | DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring" | 12 | DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring" |
diff --git a/meta/recipes-support/vte/vte_0.28.2.bb b/meta/recipes-support/vte/vte_0.28.2.bb index 2cb187158f..1fe66e7f5e 100644 --- a/meta/recipes-support/vte/vte_0.28.2.bb +++ b/meta/recipes-support/vte/vte_0.28.2.bb | |||
@@ -2,7 +2,7 @@ require vte.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" |
4 | 4 | ||
5 | PR = "r4" | 5 | PR = "r5" |
6 | 6 | ||
7 | SRC_URI[archive.md5sum] = "f07a4bf943194f94b7f142db8f7f36dc" | 7 | SRC_URI[archive.md5sum] = "f07a4bf943194f94b7f142db8f7f36dc" |
8 | SRC_URI[archive.sha256sum] = "8d04e202b617373dfb47689e5e628febe2c58840b34cccc4af4feb88c48df903" | 8 | SRC_URI[archive.sha256sum] = "8d04e202b617373dfb47689e5e628febe2c58840b34cccc4af4feb88c48df903" |