diff options
author | Ross Burton <ross.burton@intel.com> | 2014-06-03 21:07:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-06 09:26:04 +0100 |
commit | ff122566cd4269a146b296bb48d13c2b700aba2e (patch) | |
tree | 0f93dbf4696ce4d35338467ca13b1b272ae4a80b /meta | |
parent | 00a8a5427010aa0eecc4f892d0bdbb841730c09f (diff) | |
download | poky-ff122566cd4269a146b296bb48d13c2b700aba2e.tar.gz |
readline-5.2: exclude autoheader
readline hand-maintains config.h.in so exclude autoheader and re-use a patch
from readline-6.3 to fix a typo in variable names.
See oe-core 8c37d32d6133c6ad2b9142e7a42775e7a979b570 against readline-6.3 for
further rationale.
(From OE-Core rev: 8281133c6dcb2f31666d76e282d02bafe65e15d7)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/readline/files/config-dirent-symbols.patch (renamed from meta/recipes-core/readline/readline-6.3/config-dirent-symbols.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-core/readline/readline_5.2.bb | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/readline/readline-6.3/config-dirent-symbols.patch b/meta/recipes-core/readline/files/config-dirent-symbols.patch index cfff03c0f8..cfff03c0f8 100644 --- a/meta/recipes-core/readline/readline-6.3/config-dirent-symbols.patch +++ b/meta/recipes-core/readline/files/config-dirent-symbols.patch | |||
diff --git a/meta/recipes-core/readline/readline_5.2.bb b/meta/recipes-core/readline/readline_5.2.bb index 6a37849dbf..fe610e3964 100644 --- a/meta/recipes-core/readline/readline_5.2.bb +++ b/meta/recipes-core/readline/readline_5.2.bb | |||
@@ -28,6 +28,7 @@ SRC_URI = "${GNU_MIRROR}/readline/${BPN}-${PV}.tar.gz;name=archive \ | |||
28 | ${GNU_MIRROR}/readline/readline-5.2-patches/readline52-013;name=patch13;apply=yes;striplevel=0 \ | 28 | ${GNU_MIRROR}/readline/readline-5.2-patches/readline52-013;name=patch13;apply=yes;striplevel=0 \ |
29 | ${GNU_MIRROR}/readline/readline-5.2-patches/readline52-014;name=patch14;apply=yes;striplevel=0 \ | 29 | ${GNU_MIRROR}/readline/readline-5.2-patches/readline52-014;name=patch14;apply=yes;striplevel=0 \ |
30 | file://configure-fix.patch \ | 30 | file://configure-fix.patch \ |
31 | file://config-dirent-symbols.patch \ | ||
31 | file://fix-redundant-rpath.patch" | 32 | file://fix-redundant-rpath.patch" |
32 | 33 | ||
33 | SRC_URI[archive.md5sum] = "e39331f32ad14009b9ff49cc10c5e751" | 34 | SRC_URI[archive.md5sum] = "e39331f32ad14009b9ff49cc10c5e751" |
@@ -66,6 +67,8 @@ S = "${WORKDIR}/${BPN}-${PV}" | |||
66 | 67 | ||
67 | inherit autotools | 68 | inherit autotools |
68 | 69 | ||
70 | EXTRA_AUTORECONF += "--exclude=autoheader" | ||
71 | |||
69 | LEAD_SONAME = "libreadline.so" | 72 | LEAD_SONAME = "libreadline.so" |
70 | 73 | ||
71 | do_configure_prepend () { | 74 | do_configure_prepend () { |