diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-09-16 20:47:26 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-09-18 07:44:12 -0700 |
commit | 211200fb98a72ba815e7c411fbebfd781879064c (patch) | |
tree | 473cfff706c2657236eee2d5ca962588f4a87cf5 /meta/recipes-support | |
parent | 7887b99646d8e1e736ad6e4a306e47df9955221e (diff) | |
download | openembedded-core-211200fb98a72ba815e7c411fbebfd781879064c.tar.gz openembedded-core-211200fb98a72ba815e7c411fbebfd781879064c.tar.bz2 openembedded-core-211200fb98a72ba815e7c411fbebfd781879064c.zip |
recipes: bump PR to rebuild after libffi5 -> libffi6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/atk/atk_2.4.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/vte/vte_0.28.2.bb | 2 |
3 files changed, 4 insertions, 2 deletions
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+" LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" -PR = "r0" +PR = "r1" DEPENDS = "glib-2.0" 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/" LICENSE = "LGPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" +PR = "r1" + SECTION = "x11/gnome/libs" 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 LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" -PR = "r4" +PR = "r5" SRC_URI[archive.md5sum] = "f07a4bf943194f94b7f142db8f7f36dc" SRC_URI[archive.sha256sum] = "8d04e202b617373dfb47689e5e628febe2c58840b34cccc4af4feb88c48df903" |