From: Paul Eggleton Date: Thu, 26 Jul 2018 14:35:39 +0000 (+0200) Subject: classes/package: fix variable name in comment X-Git-Tag: uninative-2.3~876 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=364449251ffe4ff2c11acaa258edcec244c38818;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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 ??= ""