mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
13 lines
372 B
BlitzBasic
13 lines
372 B
BlitzBasic
require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
|
|
|
|
PR = "r0"
|
|
|
|
PROVIDES = "linux-libc-headers"
|
|
RPROVIDES_${PN}-dev = "linux-libc-headers-dev"
|
|
RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg"
|
|
|
|
SRCREV = "10182a3bc434b27740f81c2b836a1af943060241"
|
|
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27 \
|
|
"
|
|
S = "${WORKDIR}/git"
|