diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-16 09:24:51 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-17 11:45:38 +0100 |
commit | c588c7ecebd7e3f1f2983a55ee564877a7bfdf12 (patch) | |
tree | 49bef67766b9c37241c79786b724c68a14c9ed61 /recipes/findutils/findutils_4.5.5.bb | |
parent | 806b1f04ac7e605f99bd9dff92576b93adb90370 (diff) |
findutils: convert to BBCLASSEXTEND, add 4.5.5 instead of 4.4, use more specific LICENCE GPLv2|3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/findutils/findutils_4.5.5.bb')
-rw-r--r-- | recipes/findutils/findutils_4.5.5.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/findutils/findutils_4.5.5.bb b/recipes/findutils/findutils_4.5.5.bb new file mode 100644 index 0000000000..67ae8e0284 --- /dev/null +++ b/recipes/findutils/findutils_4.5.5.bb @@ -0,0 +1,8 @@ +require findutils.inc + +PR = "${INC_PR}.0" + +# newer version is not available on GNU_MIRROR from .inc file, and old 4.2.29 is not available on alpha.gnu.org +SRC_URI = "ftp://alpha.gnu.org/gnu/${BPN}/${BPN}-${PV}.tar.gz;name=archive" +SRC_URI[archive.md5sum] = "39f9dbee5db8e26f8fe01884cb99397b" +SRC_URI[archive.sha256sum] = "8388e1b26902e8f84320b320994071743b0e98c2831b189e8ba230747e8e0b8d" |