]> code.ossystems Code Review - openembedded-core.git/commitdiff
classes/package: fix variable name in comment
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 26 Jul 2018 14:35:39 +0000 (16:35 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jul 2018 15:55:21 +0000 (16:55 +0100)
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>
meta/classes/package.bbclass

index be76b30f31c15f359a9a74b40fd5b3a334bcdcc0..546047c741a1f49f45da79ccff5fded838fcd9f7 100644 (file)
@@ -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 ??= ""