diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-25 13:50:52 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-25 13:50:52 +0000 |
commit | d32bcf39f06ea4d51ca342c6253e06b6ceb5088a (patch) | |
tree | d9404e9cc093f7304955d6b999833a64c4999296 /packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb | |
parent | 1e1f9cf27db4407081365f265a0e62ff71852696 (diff) |
divers: remove lines of the form "PACKAGES = ${PN}" from 63 files
Diffstat (limited to 'packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb')
-rw-r--r-- | packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb b/packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb index 8b9ccaa8ba..0eebf7d04f 100644 --- a/packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb +++ b/packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb @@ -177,6 +177,5 @@ do_install () { ( cd ${S} ; tar -c -v -f - --exclude '.pc' . ) | ( cd ${D} ; tar xvf - ) } -PACKAGES = "${PN}" FILES_${PN} = "/" RDEPENDS_${PN} = "nslu2-linksys-libs" |