diff options
-rw-r--r-- | meta/classes/debian.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/debian.bbclass b/meta/classes/debian.bbclass index 3992a76084..a0c78a25f4 100644 --- a/meta/classes/debian.bbclass +++ b/meta/classes/debian.bbclass | |||
@@ -1,6 +1,6 @@ | |||
1 | STAGING_PKGMAPS_DIR = "${STAGING_DIR}/pkgmaps/debian" | 1 | STAGING_PKGMAPS_DIR = "${STAGING_DIR}/pkgmaps/debian" |
2 | 2 | ||
3 | # Debain package renaming only occurs when a package is built | 3 | # Debian package renaming only occurs when a package is built |
4 | # We therefore have to make sure we build all runtime packages | 4 | # We therefore have to make sure we build all runtime packages |
5 | # before building the current package to make the packages runtime | 5 | # before building the current package to make the packages runtime |
6 | # depends are correct | 6 | # depends are correct |