diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-24 23:06:56 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-24 23:06:56 +0000 |
commit | 48c7f7fc85758bad6398b139438ade720724a05e (patch) | |
tree | 74ad232631bc2e0d64b178ed1789b2862456d05e /meta/classes/debian.bbclass | |
parent | 1d01a5ef0098de42aac7334a6794d83f91d1f637 (diff) | |
download | openembedded-core-contrib-48c7f7fc85758bad6398b139438ade720724a05e.tar.gz |
package.bbclass: Remove PKGMAPS functionality and supersede with pkgdata. Remove duplicate unneeded PACKAGES checks.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3225 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/debian.bbclass')
-rw-r--r-- | meta/classes/debian.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/debian.bbclass b/meta/classes/debian.bbclass index a38f10d6297..dd0789adae9 100644 --- a/meta/classes/debian.bbclass +++ b/meta/classes/debian.bbclass @@ -1,5 +1,3 @@ -STAGING_PKGMAPS_DIR = "${STAGING_DIR}/pkgmaps/debian" - # Debian package renaming only occurs when a package is built # We therefore have to make sure we build all runtime packages # before building the current package to make the packages runtime |