diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-12 21:53:42 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-12 21:53:42 +0000 |
commit | 347e240bbfcfb85feb06005d91e8d977e1a215f1 (patch) | |
tree | c5406ab385fc0655142dc04134d7138c592fdc27 /content/ncurses-5.3.oe | |
parent | 387a7e17b1494c478a7e6a207e2f4d8a77d1939d (diff) |
Switch to upstream ncurses sources.
BKrev: 3f624066NJ5CPK0TKRXT1wI_oW7RDg
Diffstat (limited to 'content/ncurses-5.3.oe')
-rw-r--r-- | content/ncurses-5.3.oe | 13 |
1 files changed, 6 insertions, 7 deletions
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" |