diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-06-02 12:59:13 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-06-05 06:52:41 -0700 |
commit | b0321fcf670a41dbacee00168062e5d9d6b8c58f (patch) | |
tree | 920778a6c0e224fb6e89e9561d03fd5bd42f1375 /recipes/findutils/findutils_4.5.9.bb | |
parent | cd75b8ff349249ac1bfff7a85d952d8dbc076d34 (diff) |
findutils_4.5.9.bb: Add recipe.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/findutils/findutils_4.5.9.bb')
-rw-r--r-- | recipes/findutils/findutils_4.5.9.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/findutils/findutils_4.5.9.bb b/recipes/findutils/findutils_4.5.9.bb new file mode 100644 index 0000000000..aa4fc381e8 --- /dev/null +++ b/recipes/findutils/findutils_4.5.9.bb @@ -0,0 +1,12 @@ +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 \ + file://gettext-0.18-update.patch \ + " + +SRC_URI[md5sum] = "f0276639a824f57e78916d3c207ee618" +SRC_URI[sha256sum] = "ee7fad47a8ee62f335f8415e48d3836052b2d00c4df568cac808e25cd42653cc" + |