diff options
-rw-r--r-- | meta/classes/package.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index be76b30f31..546047c741 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
@@ -58,7 +58,7 @@ PACKAGE_DEPENDS += "rpm-native dwarfsrcfiles-native" | |||
58 | 58 | ||
59 | # If your postinstall can execute at rootfs creation time rather than on | 59 | # If your postinstall can execute at rootfs creation time rather than on |
60 | # target but depends on a native/cross tool in order to execute, you need to | 60 | # target but depends on a native/cross tool in order to execute, you need to |
61 | # list that tool in PACKAGE_WRITE_DEPENDS. Target package dependencies belong | 61 | # list that tool in PACKAGE_WRITE_DEPS. Target package dependencies belong |
62 | # in the package dependencies as normal, this is just for native/cross support | 62 | # in the package dependencies as normal, this is just for native/cross support |
63 | # tools at rootfs build time. | 63 | # tools at rootfs build time. |
64 | PACKAGE_WRITE_DEPS ??= "" | 64 | PACKAGE_WRITE_DEPS ??= "" |