diff options
author | Chris Larson <clarson@kergoth.com> | 2003-07-01 22:42:49 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-07-01 22:42:49 +0000 |
commit | 2ba996844db81f368f90c76a52e456712bdd0e4c (patch) | |
tree | e5d67e084535961c0c1b58b6dc0b0f69ae5303c2 /content/glibc-2.3.1.oe | |
parent | 0b7dfe31a9b3f2d19f3665821edc1fb450545990 (diff) |
Many files:
Remove unnecessary base inherit.
oe-1.0_bk.oe:
Rename: content/oe-1.0_bk-r1.oe -> content/oe-1.0_bk.oe
oe-1.0_bk-r1.oe:
Rename: content/oe-1.0_bk.oe -> content/oe-1.0_bk-r1.oe
tmake-1.11.oe:
Add a few missing variables to tmake
BKrev: 3f020e69dbkC3U9sTD1rCFFSuAne6Q
Diffstat (limited to 'content/glibc-2.3.1.oe')
-rw-r--r-- | content/glibc-2.3.1.oe | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/glibc-2.3.1.oe b/content/glibc-2.3.1.oe index b3f0eb8d7f..b67a4473dc 100644 --- a/content/glibc-2.3.1.oe +++ b/content/glibc-2.3.1.oe @@ -16,8 +16,6 @@ PACKAGES="libc6" FILES="" FILES_libc6="/lib/libc.so.6" -inherit base - do_unpack() { base_do_unpack $@ || die test -d ${S} || die |