diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-24 15:18:35 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-24 15:18:35 +0000 |
commit | 19ff97c49f5e4b11eb395ce5e7b6a9a51171cdec (patch) | |
tree | 3797eff5681f7b7188f4e315c2b05fcd936f57e8 /glibc | |
parent | 85b9c66123293478a0618e3ba230adc266c85eea (diff) |
Another pass of cleanups...
..cheated and made the parser temporarily more picky to spot the packages that need cleaning.
BKrev: 4061a6cbKWfvpS3a5Dml4UNIp_LkNQ
Diffstat (limited to 'glibc')
-rw-r--r-- | glibc/glibc-initial_2.3.2.oe | 4 | ||||
-rw-r--r-- | glibc/glibc_2.3.2.oe | 6 |
2 files changed, 5 insertions, 5 deletions
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() { ( |