mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1d4760a47f
commit
1b56227d77
@@ -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 ??= ""
|
||||
|
||||
Reference in New Issue
Block a user