mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
4c9740b5a8
* fix unfetchable SRC_URI and use git fetcher instead
* and remove checksums file
* adapt ${S}
* fix QA about non -staticdev package contains static .a library
* fix QA about /bin installed but not shipped
* fix license and relative QA
* bump INC_PR
* patchset untouched awaiting klibc_2.0, expected in March 2012
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
17 lines
253 B
BlitzBasic
17 lines
253 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
|