diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-17 21:25:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-17 21:25:29 +0000 |
commit | a8145b51b14e479fdf46f24eff27841763b5e718 (patch) | |
tree | 2743a7fa6f9874aac04ffca48687fd9546c506f2 | |
parent | 2404e3d0a75a64fc0706a6d56a560304488ac72b (diff) |
Add a few provides to ncurses for a PV of 5.3 to make calling it from oemake easier.
BKrev: 3f68d149GmQEW6pG42FXef4vNcy-7A
-rw-r--r-- | content/fakeroot-0.7.5.oe | 4 | ||||
-rw-r--r-- | content/fakeroot-buildarch-0.7.5.oe | 4 | ||||
-rw-r--r-- | content/ncurses-5.3.oe | 9 |
3 files changed, 12 insertions, 5 deletions
diff --git a/content/fakeroot-0.7.5.oe b/content/fakeroot-0.7.5.oe index 038b41f0b6..147be45dc2 100644 --- a/content/fakeroot-0.7.5.oe +++ b/content/fakeroot-0.7.5.oe @@ -1,4 +1,4 @@ -SRC_URI = ${DEBIAN_MIRROR}/main/f/fakeroot/${PN}_${PV}.tar.gz -S = ${WORKDIR}/${P} +SRC_URI := ${DEBIAN_MIRROR}/main/f/fakeroot/${PN}_${PV}.tar.gz +S := ${WORKDIR}/${P} inherit autotools diff --git a/content/fakeroot-buildarch-0.7.5.oe b/content/fakeroot-buildarch-0.7.5.oe index e69de29bb2..f05ce23318 100644 --- a/content/fakeroot-buildarch-0.7.5.oe +++ b/content/fakeroot-buildarch-0.7.5.oe @@ -0,0 +1,4 @@ +inherit noncross +include fakeroot-${PV}.oe +S := ${S} +PN=fakeroot-buildarch diff --git a/content/ncurses-5.3.oe b/content/ncurses-5.3.oe index ce4315f37b..408fd15174 100644 --- a/content/ncurses-5.3.oe +++ b/content/ncurses-5.3.oe @@ -1,9 +1,12 @@ -DESCRIPTION="Ncurses library" -SECTION="libs" -DEPENDS=virtual/libc BaseV := ${PV} SnapV := 20030906 PV = ${BaseV}.${SnapV} + +DESCRIPTION="Ncurses library" +SECTION="libs" +DEPENDS=virtual/libc +PROVIDES=${PV}-${BaseV} ${PV}-${BaseV}-${PR} \ + ${CATEGORY}/${PN}-${BaseV} ${CATEGORY}/${PN}-${BaseV}-${PR} SRC_URI = ${GNU_MIRROR}/ncurses/${PN}-${BaseV}.tar.gz \ file://${FILESDIR}/${SnapV}.patch;patch=1 S = ${WORKDIR}/${PN}-${BaseV} |