summaryrefslogtreecommitdiff
path: root/packages/uclibc/uclibc_0.9.28.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/uclibc/uclibc_0.9.28.bb')
-rw-r--r--packages/uclibc/uclibc_0.9.28.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/uclibc/uclibc_0.9.28.bb b/packages/uclibc/uclibc_0.9.28.bb
new file mode 100644
index 0000000000..ae3d576e4d
--- /dev/null
+++ b/packages/uclibc/uclibc_0.9.28.bb
@@ -0,0 +1,22 @@
+DEFAULT_PREFERENCE = "1"
+PR = "r0"
+
+include uclibc.inc
+
+# This is the correct KERNEL_SOURCE location, if the uClibc
+# fix_includes.sh script is run (see nokernelheader.patch below)
+# this must be correct.
+KERNEL_SOURCE = "${CROSS_DIR}/${TARGET_SYS}"
+
+SRC_URI += "http://www.uclibc.org/downloads/uClibc-${PV}.tar.bz2"
+
+S = "${WORKDIR}/uClibc-${PV}"
+
+#*** PATCHES ***
+#
+# The nokernelheadercheck patch removes the check on the include
+# files in ${KERNEL_SOURCE}, however this check seems to be
+# functioning correct now so the patch is not included. It may
+# be necessary to add this for architectures which do not initially
+# have a 'good' set of kernel header files in the cross directory.
+#SRC_URI += "file://nokernelheadercheck.patch;patch=1"