diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-02-13 16:40:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-21 15:00:24 +0000 |
commit | 1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89 (patch) | |
tree | bcf548a74a6b4e62b70956f57cf569342f6aa525 /meta/recipes-support/libcroco | |
parent | 1779afce024b31edcf846329da705ed5aa9fe63e (diff) | |
download | openembedded-core-1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89.tar.gz openembedded-core-1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89.tar.bz2 openembedded-core-1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89.zip |
recipes: bump PR to rebuild .la files without libz.la
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libcroco')
-rw-r--r-- | meta/recipes-support/libcroco/libcroco_0.6.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libcroco/libcroco_0.6.3.bb b/meta/recipes-support/libcroco/libcroco_0.6.3.bb index 0addd6476f..74c2cbba75 100644 --- a/meta/recipes-support/libcroco/libcroco_0.6.3.bb +++ b/meta/recipes-support/libcroco/libcroco_0.6.3.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \ SECTION = "x11/utils" DEPENDS = "glib-2.0 libxml2 zlib" -PR = "r1" +PR = "r2" inherit autotools pkgconfig gnome |