diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-12-01 19:03:27 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-12-01 19:03:27 +0000 |
commit | 4bdcce051cee2d1c9c83f77c88a6f68726cedfe0 (patch) | |
tree | f173774f3137d5b83b6536053c39251b89bd81a8 /classes/debian.bbclass | |
parent | fa6001effc161c8d8ff17d5d107b13d7cb3ee05c (diff) |
classes/meta-toolchain: Remove pkgmaps from use using pkgdata to provide all functionality in a multimachine safe way instead (from poky).
Diffstat (limited to 'classes/debian.bbclass')
-rw-r--r-- | classes/debian.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/debian.bbclass b/classes/debian.bbclass index a38f10d629..dd0789adae 100644 --- a/classes/debian.bbclass +++ b/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 |