aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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