summaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2018-07-26 16:35:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-26 17:14:42 +0100
commit1b56227d77d3113c9c17ec35cb7849a768078c4e (patch)
treefcfc491ad9edf6839f3f7a2bd92435f338e9a1f0 /meta/classes/package.bbclass
parent1d4760a47fd7de20ae80d5056f07ee53e2d17fe4 (diff)
downloadpoky-1b56227d77d3113c9c17ec35cb7849a768078c4e.tar.gz
classes/package: fix variable name in comment
The variable is PACKAGE_WRITE_DEPS as seen in the default below the comment. (From OE-Core rev: 364449251ffe4ff2c11acaa258edcec244c38818) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/package.bbclass')
-rw-r--r--meta/classes/package.bbclass2
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.
64PACKAGE_WRITE_DEPS ??= "" 64PACKAGE_WRITE_DEPS ??= ""