mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-04 06:54:36 +02:00
20 lines
313 B
Plaintext
20 lines
313 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}:"
|
|
|
|
SRC_URI = "git://git.kernel.dk/blktrace.git;protocol=git \
|
|
file://ldflags.patch"
|
|
|
|
EXTRA_OEMAKE = "\
|
|
'CC=${CC}' \
|
|
'CFLAGS=${CFLAGS}' \
|
|
'LDFLAGS=${LDFLAGS}' \
|
|
"
|
|
PARALLEL_MAKE = ""
|
|
|
|
do_compile() {
|
|
base_do_compile
|
|
}
|
|
|
|
do_install() {
|
|
base_do_install
|
|
}
|