blob: 539e7aedb8cb0cf99f42104f5be9df4356683245 (
plain)
1
2
3
4
5
6
7
8
9
10
|
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://tmpfs.patch;patch=1 \
file://noasmlinkage.patch;patch=1 \
file://flags.patch;patch=1 \
file://init"
include udev.inc
PR = "r3"
# CFLAGS += -I${STAGING_INCDIR}/sysfs
|