summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux-libc-headers/linux-libc-headers-raspberrypi_3.2.27.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-kernel/linux-libc-headers/linux-libc-headers-raspberrypi_3.2.27.bb b/recipes-kernel/linux-libc-headers/linux-libc-headers-raspberrypi_3.2.27.bb
new file mode 100644
index 0000000..a5964ab
--- /dev/null
+++ b/recipes-kernel/linux-libc-headers/linux-libc-headers-raspberrypi_3.2.27.bb
@@ -0,0 +1,12 @@
1require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
2
3PR = "r0"
4
5PROVIDES = "linux-libc-headers"
6RPROVIDES_${PN}-dev = "linux-libc-headers-dev"
7RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg"
8
9SRCREV = "10182a3bc434b27740f81c2b836a1af943060241"
10SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27 \
11 "
12S = "${WORKDIR}/git"