mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +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:
@@ -6,13 +6,13 @@ LIC_FILES_CHKSUM = "file://../dwarfsrcfiles.c;md5=31483894e453a77acbb67847565f1b
|
||||
SRC_URI = "file://dwarfsrcfiles.c"
|
||||
BBCLASSEXTEND = "native"
|
||||
DEPENDS = "elfutils"
|
||||
DEPENDS_append_libc-musl = " argp-standalone"
|
||||
DEPENDS:append:libc-musl = " argp-standalone"
|
||||
|
||||
do_compile () {
|
||||
${CC} ${CFLAGS} ${LDFLAGS} -o dwarfsrcfiles ../dwarfsrcfiles.c -lelf -ldw
|
||||
}
|
||||
|
||||
do_compile_libc-musl () {
|
||||
do_compile:libc-musl () {
|
||||
${CC} ${CFLAGS} ${LDFLAGS} -o dwarfsrcfiles ../dwarfsrcfiles.c -lelf -ldw -largp
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user