aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses/ncurses.inc
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2012-03-14 13:15:20 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-15 00:11:39 +0000
commit73371e121e798ea4c3b0008ac6bdbb97bd4a1a43 (patch)
tree8f7c6cb0fc7cc59b8a87bde3fc3d3c1a943afac6 /meta/recipes-core/ncurses/ncurses.inc
parenta17165ae3a61c0b067313bdfd8c207d826a5a1ae (diff)
downloadopenembedded-core-contrib-73371e121e798ea4c3b0008ac6bdbb97bd4a1a43.tar.gz
ncurses: fix packaging of moved libraries
This ensures packaging of the ncurses libraries moved to base_libdir is done correctly. (From OE-Core rev: a897c05ae5c70d81f4d88e7186f9bb9a721ee343) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ncurses/ncurses.inc')
-rw-r--r--meta/recipes-core/ncurses/ncurses.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index fe2c3e4b3f..331994975b 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=cbc
SECTION = "libs"
DEPENDS = "ncurses-native"
DEPENDS_virtclass-native = ""
-INC_PR = "r6"
+INC_PR = "r7"
inherit autotools binconfig multilib_header
@@ -199,8 +199,11 @@ shell_do_install() {
python populate_packages_prepend () {
libdir = d.expand("${libdir}")
+ base_libdir = d.expand("${base_libdir}")
pnbase = d.expand("${PN}-lib%s")
do_split_packages(d, libdir, '^lib(.*)\.so\..*', pnbase, 'ncurses %s library', prepend=True, extra_depends = '', allow_links=True)
+ if libdir is not base_libdir:
+ do_split_packages(d, base_libdir, '^lib(.*)\.so\..*', pnbase, 'ncurses %s library', prepend=True, extra_depends = '', allow_links=True)
}
@@ -232,7 +235,6 @@ FILES_${PN} = "\
${bindir}/ncurses5-config \
${bindir}/ncursesw5-config \
${datadir}/tabset \
- ${base_libdir}/* \
"
# This keeps only tput/tset in ncurses