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/devio | |
parent | 1e1f9cf27db4407081365f265a0e62ff71852696 (diff) |
divers: remove lines of the form "PACKAGES = ${PN}" from 63 files
Diffstat (limited to 'packages/devio')
-rw-r--r-- | packages/devio/devio.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/devio/devio.inc b/packages/devio/devio.inc index 4cba2d5cc0..b2d09e81f0 100644 --- a/packages/devio/devio.inc +++ b/packages/devio/devio.inc @@ -10,7 +10,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/devio/devio-${PV}.tar.gz" S = "${WORKDIR}/devio-${PV}" # Just the one package at present -PACKAGES = "${PN}" # Set the install dir to /sbin, not /usr/sbin, because devio is used # during bootstrap (we want it to be posible to mount /usr separately) |