summaryrefslogtreecommitdiff
path: root/ncurses
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-24 15:18:35 +0000
committerChris Larson <clarson@kergoth.com>2004-03-24 15:18:35 +0000
commit19ff97c49f5e4b11eb395ce5e7b6a9a51171cdec (patch)
tree3797eff5681f7b7188f4e315c2b05fcd936f57e8 /ncurses
parent85b9c66123293478a0618e3ba230adc266c85eea (diff)
Another pass of cleanups...
..cheated and made the parser temporarily more picky to spot the packages that need cleaning. BKrev: 4061a6cbKWfvpS3a5Dml4UNIp_LkNQ
Diffstat (limited to 'ncurses')
-rw-r--r--ncurses/ncurses_5.3.oe8
-rw-r--r--ncurses/ncurses_5.4.oe2
2 files changed, 5 insertions, 5 deletions
diff --git a/ncurses/ncurses_5.3.oe b/ncurses/ncurses_5.3.oe
index 812da9f3bd..ef95efe03e 100644
--- a/ncurses/ncurses_5.3.oe
+++ b/ncurses/ncurses_5.3.oe
@@ -7,9 +7,9 @@ SECTION = "libs"
DEPENDS = "virtual/libc"
PROVIDES = "${PV}-${BaseV} ${PV}-${BaseV}-${PR} \
${CATEGORY}/${PN}-${BaseV} ${CATEGORY}/${PN}-${BaseV}-${PR} "
-PACKAGES_append=" ncurses-terminfo"
-FILES_ncurses_append=" ${datadir}/tabset"
-FILES_ncurses-terminfo=${datadir}/terminfo
+PACKAGES_append = " ncurses-terminfo"
+FILES_ncurses_append = " ${datadir}/tabset"
+FILES_ncurses-terminfo = "${datadir}/terminfo"
SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${BaseV}.tar.gz \
file://${FILESDIR}/${SnapV}.patch;patch=1 \
@@ -30,7 +30,7 @@ EXTRA_OECONF = "--with-shared \
--with-terminfo-dirs=${sysconfdir}/terminfo:${datadir}/terminfo \
--enable-overwrite"
export BUILD_CCFLAGS = "-I${S}/ncurses -I${S}/include ${BUILD_CFLAGS}"
-export BUILD_LDFLAGS =
+export BUILD_LDFLAGS = ""
do_configure_prepend () {
if [ -e aclocal.m4 -a ! -e acinclude.m4 ]; then
diff --git a/ncurses/ncurses_5.4.oe b/ncurses/ncurses_5.4.oe
index 0a80cc265e..19488b42e0 100644
--- a/ncurses/ncurses_5.4.oe
+++ b/ncurses/ncurses_5.4.oe
@@ -22,7 +22,7 @@ EXTRA_OECONF = "--with-shared \
--with-terminfo-dirs=${sysconfdir}/terminfo:${datadir}/terminfo \
--enable-overwrite"
export BUILD_CCFLAGS = "-I${S}/ncurses -I${S}/include ${BUILD_CFLAGS}"
-export BUILD_LDFLAGS =
+export BUILD_LDFLAGS = ""
do_configure_prepend () {
if [ -e aclocal.m4 -a ! -e acinclude.m4 ]; then