1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1031 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-12-14 09:20:58 +00:00
parent d2e7d8bbba
commit 51d58201da
3 changed files with 1314 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+6
View File
@@ -0,0 +1,6 @@
DESCRIPTION = "time measures many of the CPU resources, such as time and \
memory, that other programs use."
HOMEPAGE = "http://www.gnu.org/software/time/"
LICENSE = "GPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
SECTION = "utils"
+9
View File
@@ -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