mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
meta: use new override syntax in comments
(From OE-Core rev: 572e7db6e8831227911ff3e52bde3a4aa6df1c91) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -236,8 +236,8 @@ DESCRIPTION ?= "${SUMMARY}."
|
||||
# The following two are commented out because they result in a recursive
|
||||
# definition of the variable in some corner cases. These are left in
|
||||
# to illustrate the intended behavior.
|
||||
#SUMMARY_${PN} ?= "${SUMMARY}"
|
||||
#DESCRIPTION_${PN} ?= "${DESCRIPTION}"
|
||||
#SUMMARY:${PN} ?= "${SUMMARY}"
|
||||
#DESCRIPTION:${PN} ?= "${DESCRIPTION}"
|
||||
|
||||
SUMMARY:${PN}-src ?= "${SUMMARY} - Source files"
|
||||
DESCRIPTION:${PN}-src ?= "${DESCRIPTION} \
|
||||
|
||||
@@ -18,7 +18,7 @@ QB_KERNEL_CMDLINE_APPEND = "console=hvc0"
|
||||
QB_OPT_APPEND = "-usb -device usb-tablet"
|
||||
|
||||
#prelink broken on ppc64
|
||||
#USER_CLASSES_remove = "image-prelink"
|
||||
#IMAGE_PREPROCESS_COMMAND_remove = "prelink_image;"
|
||||
#USER_CLASSES:remove = "image-prelink"
|
||||
#IMAGE_PREPROCESS_COMMAND:remove = "prelink_image;"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += " kernel-modules"
|
||||
|
||||
Reference in New Issue
Block a user