diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-05-03 13:39:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-25 11:17:38 +0100 |
commit | dda947447aee5bcf496d7bae2bf0fb6897e2e0f9 (patch) | |
tree | a58ed8df670bb1409d6c59e330bc4aea62984641 /meta/recipes-support/libcroco/libcroco_0.6.3.bb | |
parent | c4fea2a6cb0aa8ee5245a4bb4a9fe1f35fbe2a32 (diff) | |
download | openembedded-core-dda947447aee5bcf496d7bae2bf0fb6897e2e0f9.tar.gz openembedded-core-dda947447aee5bcf496d7bae2bf0fb6897e2e0f9.tar.bz2 openembedded-core-dda947447aee5bcf496d7bae2bf0fb6897e2e0f9.zip |
libcroco: fix build with automake 1.12
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-support/libcroco/libcroco_0.6.3.bb')
-rw-r--r-- | meta/recipes-support/libcroco/libcroco_0.6.3.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/libcroco/libcroco_0.6.3.bb b/meta/recipes-support/libcroco/libcroco_0.6.3.bb index 74c2cbba75..d9ff8de7e4 100644 --- a/meta/recipes-support/libcroco/libcroco_0.6.3.bb +++ b/meta/recipes-support/libcroco/libcroco_0.6.3.bb @@ -9,11 +9,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \ SECTION = "x11/utils" DEPENDS = "glib-2.0 libxml2 zlib" -PR = "r2" +PR = "r3" inherit autotools pkgconfig gnome -SRC_URI_append = " file://croco.patch;apply=yes " +SRC_URI_append = " file://croco.patch;apply=yes \ + file://libcroco_fix_for_automake-1.12.patch " SRC_URI[archive.md5sum] = "e1e93eeff4367c896f3959af34ba20eb" SRC_URI[archive.sha256sum] = "746192d979263c74094d41e5ff0e19900b3d81eb2bd42c27c1c320dd94008034" |