[oe-commits] Ross Burton : readline-5.2: exclude autoheader

git at git.openembedded.org git at git.openembedded.org
Fri Jun 6 08:30:56 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 8281133c6dcb2f31666d76e282d02bafe65e15d7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8281133c6dcb2f31666d76e282d02bafe65e15d7

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Jun  3 21:07:10 2014 +0100

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.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../readline/{readline-6.3 => files}/config-dirent-symbols.patch       | 0
 meta/recipes-core/readline/readline_5.2.bb                             | 3 +++
 2 files changed, 3 insertions(+)

diff --git a/meta/recipes-core/readline/readline-6.3/config-dirent-symbols.patch b/meta/recipes-core/readline/files/config-dirent-symbols.patch
similarity index 100%
rename from meta/recipes-core/readline/readline-6.3/config-dirent-symbols.patch
rename to 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 6a37849..fe610e3 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 \
            ${GNU_MIRROR}/readline/readline-5.2-patches/readline52-013;name=patch13;apply=yes;striplevel=0 \
            ${GNU_MIRROR}/readline/readline-5.2-patches/readline52-014;name=patch14;apply=yes;striplevel=0 \
            file://configure-fix.patch \
+           file://config-dirent-symbols.patch \
            file://fix-redundant-rpath.patch"
 
 SRC_URI[archive.md5sum] = "e39331f32ad14009b9ff49cc10c5e751"
@@ -66,6 +67,8 @@ S = "${WORKDIR}/${BPN}-${PV}"
 
 inherit autotools
 
+EXTRA_AUTORECONF += "--exclude=autoheader"
+
 LEAD_SONAME = "libreadline.so"
 
 do_configure_prepend () {



More information about the Openembedded-commits mailing list