diff options
Diffstat (limited to 'import-layers/yocto-poky/meta/recipes-support/libcheck/libcheck_0.10.0.bb')
-rw-r--r-- | import-layers/yocto-poky/meta/recipes-support/libcheck/libcheck_0.10.0.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/import-layers/yocto-poky/meta/recipes-support/libcheck/libcheck_0.10.0.bb b/import-layers/yocto-poky/meta/recipes-support/libcheck/libcheck_0.10.0.bb deleted file mode 100644 index 9d34198a9..000000000 --- a/import-layers/yocto-poky/meta/recipes-support/libcheck/libcheck_0.10.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Check - unit testing framework for C code" -HOMEPAGE = "http://check.sourceforge.net/" -SECTION = "devel" - -LICENSE = "LGPLv2.1+" -LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1" - -SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \ - " - -SRC_URI[md5sum] = "53c5e5c77d090e103a17f3ed7fd7d8b8" -SRC_URI[sha256sum] = "f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052" - -S = "${WORKDIR}/check-${PV}" - -inherit autotools pkgconfig texinfo - -CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk" - -RREPLACES_${PN} = "check (<= 0.9.5)" -RDEPENDS_${PN} += "gawk" -RDEPENDS_${PN}_class-native = "" - -BBCLASSEXTEND = "native nativesdk" |