srpm-1.0.oe:
authorChris Larson <clarson@kergoth.com>
Mon, 16 Jun 2003 19:08:23 +0000 (19:08 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 16 Jun 2003 19:08:23 +0000 (19:08 +0000)
  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
content/ipkg-0.99.84.oe
test~/srpm-1.0.oe [new file with mode: 0644]

index ff6f314..a7bed45 100644 (file)
@@ -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
+}
index 9e798ab..ec617b5 100644 (file)
@@ -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 (file)
index 0000000..e69de29