diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-11-11 13:24:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-15 12:05:28 +0000 |
commit | f7388d20c2d6ed282a1503760109b56ff5849065 (patch) | |
tree | 1b6e46d7855c3c10937ec4a944fb913e7bf42dbd /meta/recipes-extended | |
parent | ab2e1c1c3d6d2f4ed688f3c4c181f5f047e0d6d0 (diff) | |
download | poky-f7388d20c2d6ed282a1503760109b56ff5849065.tar.gz |
time: drop default S and 2 useless comments
(From OE-Core rev: 36fdc67154bdeb15094df23fc7553a163a45b592)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/time/time_1.7.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-extended/time/time_1.7.bb b/meta/recipes-extended/time/time_1.7.bb index 9f9a9e50a5..35afb1ea5a 100644 --- a/meta/recipes-extended/time/time_1.7.bb +++ b/meta/recipes-extended/time/time_1.7.bb | |||
@@ -5,8 +5,5 @@ SRC_URI = "${GNU_MIRROR}/time/time-${PV}.tar.gz \ | |||
5 | 5 | ||
6 | SRC_URI[md5sum] = "e38d2b8b34b1ca259cf7b053caac32b3" | 6 | SRC_URI[md5sum] = "e38d2b8b34b1ca259cf7b053caac32b3" |
7 | SRC_URI[sha256sum] = "e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d" | 7 | SRC_URI[sha256sum] = "e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d" |
8 | # file://autofoo.patch | ||
9 | # file://compile.patch | ||
10 | S = "${WORKDIR}/time-${PV}" | ||
11 | 8 | ||
12 | inherit autotools | 9 | inherit autotools |