Add a few provides to ncurses for a PV of 5.3 to make calling it from oemake easier.
authorChris Larson <clarson@kergoth.com>
Wed, 17 Sep 2003 21:25:29 +0000 (21:25 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 17 Sep 2003 21:25:29 +0000 (21:25 +0000)
BKrev: 3f68d149GmQEW6pG42FXef4vNcy-7A

content/fakeroot-0.7.5.oe
content/fakeroot-buildarch-0.7.5.oe
content/ncurses-5.3.oe

index 038b41f..147be45 100644 (file)
@@ -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
index e69de29..f05ce23 100644 (file)
@@ -0,0 +1,4 @@
+inherit noncross
+include fakeroot-${PV}.oe
+S := ${S}
+PN=fakeroot-buildarch
index ce4315f..408fd15 100644 (file)
@@ -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}