Switch to upstream ncurses sources.
authorChris Larson <clarson@kergoth.com>
Fri, 12 Sep 2003 21:53:42 +0000 (21:53 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 12 Sep 2003 21:53:42 +0000 (21:53 +0000)
BKrev: 3f624066NJ5CPK0TKRXT1wI_oW7RDg

content/ncurses-5.3-r0/ncurses-5.2.patch [deleted file]
content/ncurses-5.3-r0/ncurses-dirs.patch [deleted file]
content/ncurses-5.3.oe
content/ncurses/20030906.patch [moved from content/ncurses-5.3-r0/debian.patch with 100% similarity]

diff --git a/content/ncurses-5.3-r0/ncurses-5.2.patch b/content/ncurses-5.3-r0/ncurses-5.2.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/content/ncurses-5.3-r0/ncurses-dirs.patch b/content/ncurses-5.3-r0/ncurses-dirs.patch
deleted file mode 100644 (file)
index e69de29..0000000
index e475307..c67a343 100644 (file)
@@ -1,11 +1,12 @@
 DESCRIPTION="Ncurses library"
 SECTION="libs"
 DEPENDS=virtual/libc
-PV_append=.20030719
-SRC_URI=${DEBIAN_MIRROR}/main/n/ncurses/ncurses_${PV}.orig.tar.gz \
-       file://${FILESDIR}/debian.patch;patch=1 \
-       file://${FILESDIR}/ncurses-5.2.patch;patch=1 \
-       file://${FILESDIR}/ncurses-dirs.patch;patch=1
+BaseV := ${PV}
+SnapV := 20030906
+PV = ${BaseV}.${SnapV}
+SRC_URI = ${GNU_MIRROR}/ncurses/${PN}-${BaseV}.tar.gz \
+         file://${FILESDIR}/${SnapV}.patch;patch=1
+S = ${WORKDIR}/${PN}-${BaseV}
 
 EXTRA_OECONF=--with-shared \
             --without-profile \
@@ -42,5 +43,3 @@ do_install () {
        set -e
        oe_runmake DESTDIR=${D} install
 }
-
-S="${WORKDIR}/${P}.orig"