summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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