mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02: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"
|
||||
|
||||
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "7d550dccdfcd286e33895501829ed971eeb65c614e73aadb4a08aeef71
|
||||
inherit autotools pkgconfig gettext bash-completion gtk-doc
|
||||
|
||||
#default disable regression tests, some unit test code in non testing code
|
||||
#PACKAGECONFIG_pn-${PN} = "tests" enable regression tests local.conf
|
||||
#PACKAGECONFIG:pn-${PN} = "tests" enable regression tests local.conf
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[tests] = "--enable-tests,,,"
|
||||
|
||||
|
||||
@@ -127,7 +127,7 @@ FILES:libdw = "${libdir}/libdw-${PV}.so ${libdir}/libdw.so.* ${libdir}/elfutils
|
||||
FILES:libdebuginfod = "${libdir}/libdebuginfod-${PV}.so ${libdir}/libdebuginfod.so.*"
|
||||
# Some packages have the version preceeding the .so instead properly
|
||||
# versioned .so.<version>, so we need to reorder and repackage.
|
||||
#FILES_${PN} += "${libdir}/*-${PV}.so ${base_libdir}/*-${PV}.so"
|
||||
#FILES:${PN} += "${libdir}/*-${PV}.so ${base_libdir}/*-${PV}.so"
|
||||
#FILES_SOLIBSDEV = "${libdir}/libasm.so ${libdir}/libdw.so ${libdir}/libelf.so"
|
||||
|
||||
# The package contains symlinks that trip up insane
|
||||
|
||||
@@ -110,7 +110,7 @@ export LIBTOOL="${HOST_SYS}-libtool"
|
||||
|
||||
B = "${WORKDIR}/build"
|
||||
|
||||
#EXTRA_OECONF_append = " --python=${HOSTTOOLS_DIR}/python3"
|
||||
#EXTRA_OECONF:append = " --python=${HOSTTOOLS_DIR}/python3"
|
||||
|
||||
do_configure:prepend:class-native() {
|
||||
# Append build host pkg-config paths for native target since the host may provide sdl
|
||||
|
||||
Reference in New Issue
Block a user