1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

blktrace: Include <sys/types.h for dev_t

(From OE-Core rev: 1151b2402328f867dae11a5ef836218bbe66dd25)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2015-09-20 16:22:56 +00:00
committed by Richard Purdie
parent d629fa1fbd
commit 4972eddecd
2 changed files with 33 additions and 1 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ SRCREV = "43fc870ce04e963def45dfc0d1ed4ea21ef10d4b"
PV = "1.1.0+git${SRCPV}"
SRC_URI = "git://git.kernel.dk/blktrace.git \
file://ldflags.patch"
file://ldflags.patch \
file://0001-include-sys-types.h-for-dev_t-definition.patch \
"
S = "${WORKDIR}/git"