From 19ff97c49f5e4b11eb395ce5e7b6a9a51171cdec Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 24 Mar 2004 15:18:35 +0000 Subject: Another pass of cleanups... ..cheated and made the parser temporarily more picky to spot the packages that need cleaning. BKrev: 4061a6cbKWfvpS3a5Dml4UNIp_LkNQ --- glibc/glibc-initial_2.3.2.oe | 4 ++-- glibc/glibc_2.3.2.oe | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'glibc') diff --git a/glibc/glibc-initial_2.3.2.oe b/glibc/glibc-initial_2.3.2.oe index 30f0187699..9b94e8b031 100644 --- a/glibc/glibc-initial_2.3.2.oe +++ b/glibc/glibc-initial_2.3.2.oe @@ -1,11 +1,11 @@ include glibc_${PV}.oe -DEPENDS = +DEPENDS = "" PROVIDES = "virtual/glibc-headers" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/glibc-${PV}" S = "${WORKDIR}/glibc-${PV}" -PACKAGES = +PACKAGES = "" do_configure () { sed -ie 's,{ (exit 1); exit 1; }; },{ (exit 0); }; },g' ${S}/configure diff --git a/glibc/glibc_2.3.2.oe b/glibc/glibc_2.3.2.oe index 8211a4af4b..a9ebefb83e 100644 --- a/glibc/glibc_2.3.2.oe +++ b/glibc/glibc_2.3.2.oe @@ -134,9 +134,9 @@ do_compile_prepend() { touch sysdeps/${TARGET_ARCH}/framestate.c } -rpcsvc = bootparam_prot.x nlm_prot.x rstat.x \ - yppasswd.x klm_prot.x rex.x sm_inter.x mount.x \ - rusers.x spray.x nfs_prot.x rquota.x key_prot.x +rpcsvc = "bootparam_prot.x nlm_prot.x rstat.x \ + yppasswd.x klm_prot.x rex.x sm_inter.x mount.x \ + rusers.x spray.x nfs_prot.x rquota.x key_prot.x" do_compile_append() { ( -- cgit v1.2.3