aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uclibc/uclibc_nios2-0.9.27.bb
blob: 1fd729d6184fc5aa0c41814d7a055399eca6e6ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DEFAULT_PREFERENCE = "1"

require uclibc.inc
PR = "${INC_PR}.0"

PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc"

SRC_URI += "http://127.0.0.1/uClibc-${PV}.tar.bz2"
S = "${WORKDIR}/uClibc"

#recent versions uclibc require real kernel headers
PACKAGE_ARCH = "${MACHINE_ARCH}"

#as stated above, uclibc needs real kernel-headers
#however: we can't depend on virtual/kernel when nptl hits due to depends deadlocking ....
KERNEL_SOURCE = "${STAGING_DIR_HOST}/${exec_prefix}"

#SRC_URI += "http://127.0.0.1/uClibc-${PV}.tar.bz2"
#S = "${WORKDIR}/git"