blob: f8843283ca3fc91f42c625bc1791a8419eee27fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require time.inc
SRC_URI = "${GNU_MIRROR}/time/time-${PV}.tar.gz \
file://debian.patch;apply=yes"
# file://autofoo.patch;apply=yes \
# file://compile.patch;apply=yes"
S = "${WORKDIR}/time-${PV}"
inherit autotools
SRC_URI[md5sum] = "e38d2b8b34b1ca259cf7b053caac32b3"
SRC_URI[sha256sum] = "e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d"
|