diff options
Diffstat (limited to 'recipes/time/time_1.7.bb')
-rw-r--r-- | recipes/time/time_1.7.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/time/time_1.7.bb b/recipes/time/time_1.7.bb new file mode 100644 index 0000000000..1030489b6f --- /dev/null +++ b/recipes/time/time_1.7.bb @@ -0,0 +1,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 |