summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-06-16 19:08:23 +0000
committerChris Larson <clarson@kergoth.com>2003-06-16 19:08:23 +0000
commite5907e9633c6b01ec6cc0a415bdf92d7b1c88fe5 (patch)
tree5966ee19d63404fce55dea4d8f8d7bb586912342
parent78e5cb9ead56cc2c61eb14ef54a4ec98794bae87 (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
-rw-r--r--content/glibc-2.3.1.oe10
-rw-r--r--content/ipkg-0.99.84.oe1
-rw-r--r--test~/srpm-1.0.oe0
3 files changed, 10 insertions, 1 deletions
diff --git a/content/glibc-2.3.1.oe b/content/glibc-2.3.1.oe
index ff6f3148c0..a7bed45e55 100644
--- a/content/glibc-2.3.1.oe
+++ b/content/glibc-2.3.1.oe
@@ -6,9 +6,17 @@ PROVIDES=virtual/libc
S="${WORKDIR}/${P}"
EXTRA_OECONF="--with-elf --disable-profile --enable-add-ons=linuxthreads --with-elf --enable-shared --with-headers=${STAGING_DIR}/target/include --without-cvs --enable-kernel=2.4.6"
-inherit base
+PACKAGES="libc6"
+FILES=""
+FILES_libc6="/lib/libc.so.6"
+
+inherit base package
do_unpack() {
base_do_unpack $@ || die "unpacking failed"
mv ${WORKDIR}/linuxthreads{,_db} ${S}/
}
+
+do_install() {
+ ${MAKE} install_root=${D} install
+}
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"
diff --git a/test~/srpm-1.0.oe b/test~/srpm-1.0.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/test~/srpm-1.0.oe