mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
39dfcaceba
0001-configure-Fix-check-for-AC_CHECK_LIB.patch 0001-include-standard-headers-limits-and-cstdint.patch 0001-configure.ac-fix-C-11-support-check.patch removed since they're included in 1.6.0 Changelog: add sha512 support Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
423 B
BlitzBasic
14 lines
423 B
BlitzBasic
SUMMARY = "Rdfind is a program that finds duplicate files"
|
|
HOMEPAGE = "https://rdfind.pauldreik.se/"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=fa22e16ebbe6638b2bd253338fbded9f"
|
|
|
|
DEPENDS = "nettle autoconf-archive"
|
|
|
|
SRC_URI = "https://rdfind.pauldreik.se/${BP}.tar.gz"
|
|
SRC_URI[sha256sum] = "7a406e8ef1886a5869655604618dd98f672f12c6a6be4926d053be65070f3279"
|
|
|
|
inherit autotools
|
|
|
|
BBCLASSEXTEND = "native"
|