From e5907e9633c6b01ec6cc0a415bdf92d7b1c88fe5 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 16 Jun 2003 19:08:23 +0000 Subject: 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 --- content/glibc-2.3.1.oe | 10 +++++++++- content/ipkg-0.99.84.oe | 1 + test~/srpm-1.0.oe | 0 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 test~/srpm-1.0.oe 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 -- cgit v1.2.3