diff options
author | Chris Larson <clarson@kergoth.com> | 2003-06-16 19:08:23 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-06-16 19:08:23 +0000 |
commit | e5907e9633c6b01ec6cc0a415bdf92d7b1c88fe5 (patch) | |
tree | 5966ee19d63404fce55dea4d8f8d7bb586912342 /content/ipkg-0.99.84.oe | |
parent | 78e5cb9ead56cc2c61eb14ef54a4ec98794bae87 (diff) |
srpm-1.0.oe:
new file
ipkg-0.99.84.oe:
Correct dependencies, so that ipkg actually builds after glibc.
glibc-2.3.1.oe:
Add do_install for glibc
BKrev: 3eee15a7Fe1gobmi2BxaOVG3nTlNvA
Diffstat (limited to 'content/ipkg-0.99.84.oe')
-rw-r--r-- | content/ipkg-0.99.84.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/ipkg-0.99.84.oe b/content/ipkg-0.99.84.oe index 9e798abffe..ec617b5f77 100644 --- a/content/ipkg-0.99.84.oe +++ b/content/ipkg-0.99.84.oe @@ -2,6 +2,7 @@ DESCRIPTION="Itsy Package Manager" LICENSE="GPL" SRC_URI="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=V0-99-84" PROVIDES=virtual/ipkg +DEPENDS=virtual/libc S="${WORKDIR}/ipkg/C" |