aboutsummaryrefslogtreecommitdiffstats
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 16:55:21 +0100
commit364449251ffe4ff2c11acaa258edcec244c38818 (patch)
tree61c1a5e6edf879319a1a1fa59f26fffb84d62c18
parentf2042bf3638ed4edfb167e7f7d4be6da60997ead (diff)
downloadopenembedded-core-contrib-364449251ffe4ff2c11acaa258edcec244c38818.tar.gz
classes/package: fix variable name in comment
The variable is PACKAGE_WRITE_DEPS as seen in the default below the comment. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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"
# If your postinstall can execute at rootfs creation time rather than on
# target but depends on a native/cross tool in order to execute, you need to
-# list that tool in PACKAGE_WRITE_DEPENDS. Target package dependencies belong
+# list that tool in PACKAGE_WRITE_DEPS. Target package dependencies belong
# in the package dependencies as normal, this is just for native/cross support
# tools at rootfs build time.
PACKAGE_WRITE_DEPS ??= ""