mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
Convert to new override syntax
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS += "virtual/libiconv"
|
||||
|
||||
RDEPENDS_${PN}_libc-glibc = "glibc-gconv-ibm850"
|
||||
RRECOMMENDS_${PN}_libc-glibc = "\
|
||||
RDEPENDS:${PN}:libc-glibc = "glibc-gconv-ibm850"
|
||||
RRECOMMENDS:${PN}:libc-glibc = "\
|
||||
glibc-gconv-ibm437 \
|
||||
glibc-gconv-ibm737 \
|
||||
glibc-gconv-ibm775 \
|
||||
@@ -32,7 +32,7 @@ SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \
|
||||
file://clang_UNUSED.patch \
|
||||
"
|
||||
|
||||
SRC_URI_append_class-native = " file://disable-hardcoded-configs.patch"
|
||||
SRC_URI:append:class-native = " file://disable-hardcoded-configs.patch"
|
||||
|
||||
inherit autotools texinfo
|
||||
|
||||
@@ -43,7 +43,7 @@ BBCLASSEXTEND = "native nativesdk"
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[libbsd] = "ac_cv_lib_bsd_main=yes,ac_cv_lib_bsd_main=no,libbsd"
|
||||
|
||||
do_install_prepend () {
|
||||
do_install:prepend () {
|
||||
# Create bindir to fix parallel installation issues
|
||||
mkdir -p ${D}/${bindir}
|
||||
mkdir -p ${D}/${datadir}
|
||||
|
||||
Reference in New Issue
Block a user