mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +00:00
a0dc330b4a
Some place pnum=1 is used which is removed as well since striplevel=1 is default (From OE-Core rev: 4e108857e0d40105f7ecbc55e99bd6c367bb7386) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
334 B
BlitzBasic
13 lines
334 B
BlitzBasic
require time.inc
|
|
|
|
SRC_URI = "${GNU_MIRROR}/time/time-${PV}.tar.gz \
|
|
file://debian.patch"
|
|
|
|
SRC_URI[md5sum] = "e38d2b8b34b1ca259cf7b053caac32b3"
|
|
SRC_URI[sha256sum] = "e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d"
|
|
# file://autofoo.patch
|
|
# file://compile.patch
|
|
S = "${WORKDIR}/time-${PV}"
|
|
|
|
inherit autotools
|