aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-12-16 17:40:05 -0800
committerKhem Raj <raj.khem@gmail.com>2009-12-16 17:40:05 -0800
commita68775b0728d89f6927ffe623889732862c629cd (patch)
treec99699ea2826de7dc1747dfca35d27b9ccfae9a9 /recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb
parentda29e9aaa051f40665f818fe5884725047288a2f (diff)
downloadopenembedded-a68775b0728d89f6927ffe623889732862c629cd.tar.gz
linux-libc-headers_2.6.32.bb: New recipe.
* Patch to export sa_family_t to userspace. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb')
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb
index 6e1fdb0996..4b98f055a4 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb
@@ -7,6 +7,7 @@ PR = "r0"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
+ file://export_sa_family_t.patch;patch=1 \
"
S = "${WORKDIR}/linux-${PV}"