summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-test/cunit/cunit_2.1-3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb
index 98f2cacf1..babf8048a 100644
--- a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb
+++ b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb
@@ -11,6 +11,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/cunit/CUnit/${PV}/CUnit-${PV}.tar.bz2 \
11SRC_URI[md5sum] = "b5f1a9f6093869c070c6e4a9450cc10c" 11SRC_URI[md5sum] = "b5f1a9f6093869c070c6e4a9450cc10c"
12SRC_URI[sha256sum] = "f5b29137f845bb08b77ec60584fdb728b4e58f1023e6f249a464efa49a40f214" 12SRC_URI[sha256sum] = "f5b29137f845bb08b77ec60584fdb728b4e58f1023e6f249a464efa49a40f214"
13 13
14UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/cunit/files/releases"
15
14inherit autotools-brokensep remove-libtool 16inherit autotools-brokensep remove-libtool
15 17
16EXTRA_OECONF = "--enable-memtrace --enable-automated --enable-basic --enable-console" 18EXTRA_OECONF = "--enable-memtrace --enable-automated --enable-basic --enable-console"