summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-10-24 17:58:48 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-10-26 13:00:23 +0200
commitcde537a83dc479fd48e0e07e9856347f1766193d (patch)
tree945c86a02baa8b0da8b21596729472bf93236c0e
parent25ddf1a6bb96ea70d3426e1b80e5763796aaae17 (diff)
downloadmeta-openembedded-cde537a83dc479fd48e0e07e9856347f1766193d.tar.gz
check: drop from meta-oe, there is libcheck in oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/check/check-0.9.8/fix.automake-1.12.x.patch26
-rw-r--r--meta-oe/recipes-support/check/check_0.9.8.bb15
2 files changed, 0 insertions, 41 deletions
diff --git a/meta-oe/recipes-support/check/check-0.9.8/fix.automake-1.12.x.patch b/meta-oe/recipes-support/check/check-0.9.8/fix.automake-1.12.x.patch
deleted file mode 100644
index e11aabee1..000000000
--- a/meta-oe/recipes-support/check/check-0.9.8/fix.automake-1.12.x.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1Fixes this error:
2
3| /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/share/automake-1.12/am/ltlibrary.am: warning: 'libcompat.la': linking libtool libraries using a non-POSIX
4| /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
5| lib/Makefile.am:3: while processing Libtool library 'libcompat.la'
6| /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/share/automake-1.12/am/ltlibrary.am: warning: 'libcheck.la': linking libtool libraries using a non-POSIX
7| /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
8| src/Makefile.am:3: while processing Libtool library 'libcheck.la'
9| /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/share/automake-1.12/am/ltlibrary.am: warning: 'libcheckinternal.la': linking libtool libraries using a non-POSIX
10| /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
11| src/Makefile.am:4: while processing Libtool library 'libcheckinternal.la'
12| autoreconf: automake failed with exit status: 1
13
14Upstream-Status: Pending
15
16diff -uNr check-0.9.8.orig//configure.ac check-0.9.8/configure.ac
17--- check-0.9.8.orig//configure.ac 2009-09-23 12:50:08.000000000 +0200
18+++ check-0.9.8/configure.ac 2012-07-19 17:43:51.000000000 +0200
19@@ -102,6 +102,7 @@
20 AC_PROG_INSTALL
21 AC_PROG_LN_S
22 AC_PROG_LIBTOOL
23+AM_PROG_AR
24
25 # add these options to CFLAGS if the compiler supports them
26 AC_DEFUN([AX_CFLAGS_ADD],[AX_C_CHECK_FLAG($1, , , CFLAGS="$CFLAGS $1")])
diff --git a/meta-oe/recipes-support/check/check_0.9.8.bb b/meta-oe/recipes-support/check/check_0.9.8.bb
deleted file mode 100644
index ca79740ef..000000000
--- a/meta-oe/recipes-support/check/check_0.9.8.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1DESCRIPTION = "a unit test framework for C"
2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1"
4SECTION = "devel"
5
6SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \
7 file://fix.automake-1.12.x.patch \
8 "
9
10inherit autotools pkgconfig
11
12EXTRA_OECONF += "--enable-plain-docdir"
13
14SRC_URI[md5sum] = "5d75e9a6027cde79d2c339ef261e7470"
15SRC_URI[sha256sum] = "82acf956bb07584ffea2bf04d5989fe939c3e74ecf93133a21037fd0f7996a7f"