blob: 1030489b6f38bac4a4aea8a4a8634c0ac07d5b86 (
plain)
1
2
3
4
5
6
7
8
9
|
require time.inc
SRC_URI = "${GNU_MIRROR}/time/time-${PV}.tar.gz \
file://debian.patch;patch=1"
# file://autofoo.patch;patch=1 \
# file://compile.patch;patch=1"
S = "${WORKDIR}/time-${PV}"
inherit autotools
|