summaryrefslogtreecommitdiff
path: root/packages/uclibc/uclibc_0.9.27.bb
blob: 3f593c56984f548ab2e5b8b445cbcfba84bb22e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DEFAULT_PREFERENCE = "1"
PR = "r5"

include uclibc.inc

# This patch removes the typedef of __kernel_key_t from
# include/bits/ipc.h.  Because this removes a typedef some
# packages which relied on it (erroneously - it is defined
# in include/linux/posix_types.h and is internal) may stop
# building.  The patch has only been verified on NSLU2 builds.
PATCH_ipc_h ?= ""
PATCH_ipc_h_nslu2 = "file://kernel-key-t-ipc.h.patch;patch=1"

SRC_URI += "http://www.uclibc.org/downloads/uClibc-${PV}.tar.bz2 \
            file://dyn-ldconfig.patch;patch=1 \
            file://nokernelheadercheck.patch;patch=1"
SRC_URI += " file://armeb-kernel-stat.h.patch;patch=1"
SRC_URI += "${PATCH_ipc_h}"
S = "${WORKDIR}/uClibc-${PV}"