From a8145b51b14e479fdf46f24eff27841763b5e718 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 17 Sep 2003 21:25:29 +0000 Subject: [PATCH] Add a few provides to ncurses for a PV of 5.3 to make calling it from oemake easier. BKrev: 3f68d149GmQEW6pG42FXef4vNcy-7A --- content/fakeroot-0.7.5.oe | 4 ++-- content/fakeroot-buildarch-0.7.5.oe | 4 ++++ 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} -- 2.39.5