summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-10-21 09:49:20 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-26 15:59:15 +0100
commitc0ab353aa8551fed0f50d3f9774dd30c32c66bcd (patch)
treee6b6221f28ca5cdc39ae8aba7be5ef3baa1635b4 /meta/recipes-support
parentd5552611cecdc7899bde1600eae85ef20598ac93 (diff)
downloadast2050-yocto-poky-c0ab353aa8551fed0f50d3f9774dd30c32c66bcd.zip
ast2050-yocto-poky-c0ab353aa8551fed0f50d3f9774dd30c32c66bcd.tar.gz
check: Remove duplicate recipe of libcheck
(From OE-Core rev: 0288dbcae1e9793e7d7491cca45301f68fb23806) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/check/check_0.9.10.bb20
-rw-r--r--meta/recipes-support/check/files/ptest.patch29
-rw-r--r--meta/recipes-support/check/files/run-ptest3
3 files changed, 0 insertions, 52 deletions
diff --git a/meta/recipes-support/check/check_0.9.10.bb b/meta/recipes-support/check/check_0.9.10.bb
deleted file mode 100644
index 78eec14..0000000
--- a/meta/recipes-support/check/check_0.9.10.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
-HOMEPAGE = "http://sourceforge.net/projects/check"
-SECTION = "libs"
-LICENSE = "LGPLv2"
-LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1"
-
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${PV}/${BP}.tar.gz \
- file://run-ptest \
- file://ptest.patch \
- "
-
-SRC_URI[md5sum] = "6d10a8efb9a683467b92b3bce97aeb30"
-SRC_URI[sha256sum] = "823819235753e94ae0bcab3c46cc209de166c32ff2f52cefe120597db4403e6d"
-
-inherit autotools ptest
-
-RDEPENDS_${PN} = "make"
-
-BBCLASSEXTEND = "native"
diff --git a/meta/recipes-support/check/files/ptest.patch b/meta/recipes-support/check/files/ptest.patch
deleted file mode 100644
index 3cb2b25..0000000
--- a/meta/recipes-support/check/files/ptest.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Index: check-0.9.10/Makefile.am
-===================================================================
---- check-0.9.10.orig/Makefile.am
-+++ check-0.9.10/Makefile.am
-@@ -45,6 +45,9 @@ ACLOCAL_AMFLAGS = -I m4
- doc/check_html:
- $(MAKE) -C doc check_html
-
-+install-ptest:
-+ $(MAKE) -C tests install-ptest
-+
- # check we can do a clean build, including docs.
- # perhaps we should check for out of date (svn st -u) and modified files.
- prereleasecheck: doc/check_html
-Index: check-0.9.10/tests/Makefile.am
-===================================================================
---- check-0.9.10.orig/tests/Makefile.am
-+++ check-0.9.10/tests/Makefile.am
-@@ -81,3 +81,10 @@ ex_xml_output_LDADD = $(top_builddir)/sr
- AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
-
- CLEANFILES = *~ *.log *.xml test_logfile
-+
-+install-ptest:
-+ @$(MKDIR_P) $(DESTDIR)/tests
-+ @for file in $(noinst_PROGRAMS) $(EXTRA_DIST); do \
-+ install -m 0755 $$file $(DESTDIR)/tests; \
-+ done;
-+ @sed -e 's/^Makefile/_Makefile/' < Makefile > $(DESTDIR)/Makefile
diff --git a/meta/recipes-support/check/files/run-ptest b/meta/recipes-support/check/files/run-ptest
deleted file mode 100644
index d4969ef..0000000
--- a/meta/recipes-support/check/files/run-ptest
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-make -k check-TESTS
-
OpenPOWER on IntegriCloud