diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-07-05 21:57:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:43:36 +0100 |
commit | 626676ba039bc5d9427665a52cbe40a202a542c8 (patch) | |
tree | 079496559454ba665ae5d6936892fa897922a682 /meta/recipes-core/jpeg/jpeg_8d.bb | |
parent | c6b70eff7614ea774c0d8e39520f76bdce0ed977 (diff) | |
download | openembedded-core-626676ba039bc5d9427665a52cbe40a202a542c8.tar.gz openembedded-core-626676ba039bc5d9427665a52cbe40a202a542c8.tar.bz2 openembedded-core-626676ba039bc5d9427665a52cbe40a202a542c8.zip |
jpeg: fix configure with automake 1.12.1
Bring back earlier jpeg fix. upstream has removed the fix from earlier release.
The support for automatic de-ANSI-fication has been deprecated in
automake 1.11.2, and will be removed altogether in automake 1.12
This avoids this error:
| configure.ac:24: automatic de-ANSI-fication support is deprecated
| autoreconf: automake failed with exit status: 1
| ERROR: autoreconf execution failed.
NOTE: package jpeg-native-8c-r2: task do_configure: Failed
(From OE-Core rev: 893ce9db79a5c4cca8a6b6ed6a9cec81777aba2f)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/jpeg/jpeg_8d.bb')
-rw-r--r-- | meta/recipes-core/jpeg/jpeg_8d.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/jpeg/jpeg_8d.bb b/meta/recipes-core/jpeg/jpeg_8d.bb index 61f1c2e038..67816198dd 100644 --- a/meta/recipes-core/jpeg/jpeg_8d.bb +++ b/meta/recipes-core/jpeg/jpeg_8d.bb @@ -11,10 +11,11 @@ SECTION = "libs" DEPENDS = "libtool-cross" DEPENDS_virtclass-native = "libtool-native" -PR = "r0" +PR = "r1" SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ - file://debian-libjpeg7_7-1.diff" + file://debian-libjpeg7_7-1.diff \ + file://fix_for_automake_1.12.1.patch" SRC_URI[md5sum] = "52654eb3b2e60c35731ea8fc87f1bd29" SRC_URI[sha256sum] = "00029b1473f0f0ea72fbca3230e8cb25797fbb27e58ae2e46bb8bf5a806fe0b3" |