aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-14 20:13:35 +0000
committerChris Larson <clarson@kergoth.com>2003-10-14 20:13:35 +0000
commit047a896ae11569d9eb4ca575f43dc3ba07804e86 (patch)
tree897564680a172c28925bacbd2850abdc40bb8781
parentf8c405c8d06a56512c1286b4443d7f6998dba32b (diff)
downloadbitbake-047a896ae11569d9eb4ca575f43dc3ba07804e86.tar.gz
Move default PROVIDES (P, PF, PN, CATEGORY/P, CATEGORY/PF, CATEGORY/PN) into oe.conf from oemake.
-rw-r--r--bin/oemake7
-rw-r--r--doc/TODO2
2 files changed, 1 insertions, 8 deletions
diff --git a/bin/oemake b/bin/oemake
index ae19b4cda..69a2047d2 100644
--- a/bin/oemake
+++ b/bin/oemake
@@ -273,13 +273,6 @@ for f in files:
pkg.append(data.getVar('PR', pkgdata[f], 1))
root = "%s/%s-%s-%s" % (pkg[0], pkg[1], pkg[2], pkg[3])
provides = []
- # w/ category
- provides.append("%s/%s-%s" % (pkg[0], pkg[1], pkg[2]))
- provides.append("%s/%s" % (pkg[0], pkg[1]))
- # w/o category
- provides.append("%s" % pkg[1])
- provides.append("%s-%s" % (pkg[1], pkg[2]))
- provides.append("%s-%s-%s" % (pkg[1], pkg[2], pkg[3]))
providestr = data.getVar("PROVIDES", pkgdata[f], 1)
if providestr is not None:
provides += providestr.split()
diff --git a/doc/TODO b/doc/TODO
index 2d3510e50..f263253dc 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -3,7 +3,7 @@ TODO:
[x] oe package
[x] Define CONFIG_SITE to point to a "SYS" specific config.site.
- [ ] .oe needs access to PROVIDES information that oemake is
+ [x] .oe needs access to PROVIDES information that oemake is
currently populating. Move the default set of the .oe
provides into the .oe parser rather than oemake.
[ ] Remove duplicated implementations, and convert everyone to the new