mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 13:11:57 +02:00
klibc: upgrade 1.5.24 to 1.5.25
* 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>
This commit is contained in:
17
meta-oe/recipes-devtools/klibc/klibc-static-utils_1.5.25.bb
Normal file
17
meta-oe/recipes-devtools/klibc/klibc-static-utils_1.5.25.bb
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user