summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.bb3
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
33SRC_URI[archive.md5sum] = "e39331f32ad14009b9ff49cc10c5e751" 34SRC_URI[archive.md5sum] = "e39331f32ad14009b9ff49cc10c5e751"
@@ -66,6 +67,8 @@ S = "${WORKDIR}/${BPN}-${PV}"
66 67
67inherit autotools 68inherit autotools
68 69
70EXTRA_AUTORECONF += "--exclude=autoheader"
71
69LEAD_SONAME = "libreadline.so" 72LEAD_SONAME = "libreadline.so"
70 73
71do_configure_prepend () { 74do_configure_prepend () {