aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-projects/diversity-daemon_svn.bb
blob: 09b3005a342867b71b675807209eb7aeee522195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Diversity Daemon"
HOMEPAGE = "http://diversity.projects.openmoko.org/"
SECTION = "network/misc"
LICENSE = "GPL"
DEPENDS = "glib-2.0 dbus dbus-glib eds-dbus libjana curl"
RDEPENDS_${PN} = "eds-dbus"
SRCREV = "571"
PV = "0.0+svnr${SRCPV}"
PR = "r3"

SRC_URI = "svn://svn.projects.openmoko.org/svnroot/diversity/trunk;module=diversity-daemon;proto=https \
           file://no-xmmp.patch;minrev=276"
S = "${WORKDIR}/diversity-daemon"

inherit autotools pkgconfig

EXTRA_OECONF = "--disable-nm --disable-xmpp --enable-session-bus"

FILES_${PN} += "${datadir}/dbus-1/"
FILES_${PN} += "${sysconfdir}/dbus-1/"
ption> OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake/automake/buildtest.patch
blob: 1dd5337849f0e4c31e1d9665b5155f54a321a095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Split "check-TESTS" into a buildtest and runtest target, so that they can
be run separately.

Signed-off-by: Björn Stenberg <bjst@enea.com>
Upstream-Status: Pending

--- a/lib/am/check.am	2012-11-14 13:46:16.335475995 +0100
+++ b/lib/am/check.am	2012-08-13 18:40:12.000000000 +0200
@@ -44,7 +44,7 @@
 am__tty_colors = $(am__tty_colors_dummy)
 endif !%?COLOR%

-.PHONY: check-TESTS
+.PHONY: check-TESTS buildtest-TESTS runtest-TESTS

 if %?PARALLEL_TESTS%

@@ -465,7 +465,14 @@

 else !%?PARALLEL_TESTS%

-check-TESTS: $(TESTS)
+AM_RECURSIVE_TARGETS += buildtest runtest
+
+buildtest-TESTS: $(TESTS)
+
+check-TESTS: buildtest-TESTS
+	$(MAKE) $(AM_MAKEFLAGS) runtest-TESTS
+
+runtest-TESTS:
	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
	srcdir=$(srcdir); export srcdir; \
 ## Make sure Solaris VPATH-expands all members of this list, even