summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-09-12 21:53:42 +0000
committerChris Larson <clarson@kergoth.com>2003-09-12 21:53:42 +0000
commit347e240bbfcfb85feb06005d91e8d977e1a215f1 (patch)
treec5406ab385fc0655142dc04134d7138c592fdc27 /content
parent387a7e17b1494c478a7e6a207e2f4d8a77d1939d (diff)
Switch to upstream ncurses sources.
BKrev: 3f624066NJ5CPK0TKRXT1wI_oW7RDg
Diffstat (limited to 'content')
-rw-r--r--content/ncurses-5.3-r0/ncurses-5.2.patch0
-rw-r--r--content/ncurses-5.3-r0/ncurses-dirs.patch0
-rw-r--r--content/ncurses-5.3.oe13
-rw-r--r--content/ncurses/20030906.patch (renamed from content/ncurses-5.3-r0/debian.patch)0
4 files changed, 6 insertions, 7 deletions
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
index e69de29bb2..0000000000
--- a/content/ncurses-5.3-r0/ncurses-5.2.patch
+++ /dev/null
diff --git a/content/ncurses-5.3-r0/ncurses-dirs.patch b/content/ncurses-5.3-r0/ncurses-dirs.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/content/ncurses-5.3-r0/ncurses-dirs.patch
+++ /dev/null
diff --git a/content/ncurses-5.3.oe b/content/ncurses-5.3.oe
index e4753070d7..c67a343c0f 100644
--- a/content/ncurses-5.3.oe
+++ b/content/ncurses-5.3.oe
@@ -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"
diff --git a/content/ncurses-5.3-r0/debian.patch b/content/ncurses/20030906.patch
index e69de29bb2..e69de29bb2 100644
--- a/content/ncurses-5.3-r0/debian.patch
+++ b/content/ncurses/20030906.patch