mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
5ddce9fb6d
* remove sochet.h patch now upstream * prepare for klibc_2.0, to be released in the next days Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
18 lines
287 B
BlitzBasic
18 lines
287 B
BlitzBasic
PR = "${INC_PR}.0"
|
|
|
|
KLIBC_UTILS_VARIANT = "static"
|
|
KLIBC_UTILS_PKGNAME = "klibc-static-utils"
|
|
|
|
FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:"
|
|
|
|
do_install() {
|
|
:
|
|
}
|
|
|
|
PACKAGES_${PN} = "${PN}"
|
|
FILES_${PN} = ""
|
|
|
|
require klibc-utils.inc
|
|
require klibc.inc
|
|
require klibc-checksums_${PV}.inc
|