mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
blktrace: add back do_install method
The recent change to blktrace removed the do_install method, since this recipe does not use autotools it needs to specifiy a do_install activity. (From OE-Core rev: f8832d969746fb879e63d1b28e6beef5ab82a39d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c3256233c6
commit
a789dc9175
@@ -6,7 +6,7 @@ DEPENDS = "libaio"
|
||||
|
||||
SRCREV = "d6918c8832793b4205ed3bfede78c2f915c23385"
|
||||
|
||||
PR = "r5"
|
||||
PR = "r6"
|
||||
PV = "1.0.5+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.kernel.dk/blktrace.git;protocol=git \
|
||||
@@ -20,3 +20,9 @@ EXTRA_OEMAKE = "\
|
||||
'LDFLAGS=${LDFLAGS}' \
|
||||
"
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
do_install() {
|
||||
oe_runmake ARCH="${ARCH}" prefix=${prefix} \
|
||||
mandir=${mandir} DESTDIR=${D} install
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user