diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-14 23:02:30 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-14 23:02:30 +0000 |
commit | b6a645491b68f05476069f6a162d88be5b90b5bb (patch) | |
tree | 5a033d1aad8b6b659ec10408351676e56db74109 /glibc/glibc-initial_2.3.2.oe | |
parent | c08abb58bc22b47c1cd91ebba5dfb70e36811ebb (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into linux.local:/home/kergoth/code/packages
2004/05/14 17:50:22-05:00 (none)!kergoth
Merge kergoth@siasl.dyndns.org:code/packages
into odin.(none):/home/kergoth/code/packages
2004/05/14 16:32:02-05:00 (none)!kergoth
Adapt packages to make use of INHERIT_DEFAULT_DEPS.
BKrev: 40a55006XrXQTwGXgFD4W0J0dJRwkw
Diffstat (limited to 'glibc/glibc-initial_2.3.2.oe')
-rw-r--r-- | glibc/glibc-initial_2.3.2.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glibc/glibc-initial_2.3.2.oe b/glibc/glibc-initial_2.3.2.oe index ad040c0701..361d93ff41 100644 --- a/glibc/glibc-initial_2.3.2.oe +++ b/glibc/glibc-initial_2.3.2.oe @@ -1,6 +1,6 @@ include glibc_${PV}.oe -DEPENDS = "" +DEPENDS = "patcher-native" PROVIDES = "virtual/${TARGET_PREFIX}libc-initial" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/glibc-${PV}" S = "${WORKDIR}/glibc-${PV}" |