mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
* Add qemux86 machine. * Glibc 2.4 updates from upstream OE. * Add linux-x86 kernel to satisfy the deps. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@616 311d38ba-8fff-0310-9ca6-ca027cbcb966
15 lines
273 B
BlitzBasic
15 lines
273 B
BlitzBasic
SECTION = "libs"
|
|
require glibc_${PV}.bb
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
do_install () {
|
|
:
|
|
}
|
|
|
|
PACKAGES = ""
|
|
PROVIDES = "virtual/${TARGET_PREFIX}libc-for-gcc"
|
|
DEPENDS = "virtual/${TARGET_PREFIX}gcc-initial linux-libc-headers"
|
|
GLIBC_ADDONS = "nptl,ports"
|
|
GLIBC_EXTRA_OECONF = ""
|