aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpephone
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2008-01-24 16:04:07 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2008-01-24 16:04:07 +0000
commitaf2e5dd7be815f61b1349c9855b7ca101c938b2d (patch)
treee44bcb882ab5fd7628c8bc3c3f7ad02110217ae9 /packages/gpephone
parent1ab72c6d2a7e4f56f3c55411189ab4992d64c29c (diff)
downloadopenembedded-af2e5dd7be815f61b1349c9855b7ca101c938b2d.tar.gz
calendar2: Disable broken tests
Diffstat (limited to 'packages/gpephone')
-rw-r--r--packages/gpephone/calendar2/.mtn2git_empty0
-rw-r--r--packages/gpephone/calendar2/disable-broken-tests.patch9
-rw-r--r--packages/gpephone/calendar2_svn.bb5
3 files changed, 12 insertions, 2 deletions
diff --git a/packages/gpephone/calendar2/.mtn2git_empty b/packages/gpephone/calendar2/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gpephone/calendar2/.mtn2git_empty
diff --git a/packages/gpephone/calendar2/disable-broken-tests.patch b/packages/gpephone/calendar2/disable-broken-tests.patch
new file mode 100644
index 0000000000..fa3102f5a0
--- /dev/null
+++ b/packages/gpephone/calendar2/disable-broken-tests.patch
@@ -0,0 +1,9 @@
+--- calendar2/Makefile.am~ 2008-01-24 16:54:38.000000000 +0100
++++ calendar2/Makefile.am 2008-01-24 16:54:38.000000000 +0100
+@@ -1,5 +1,5 @@
+ #SUBDIRS = src announce atd schedule test res po
+-SUBDIRS = src test res po
++SUBDIRS = src res po
+
+ desktopdir = $(GPE_DIR)/share/applications
+ desktop_in_files = cal.desktop.in
diff --git a/packages/gpephone/calendar2_svn.bb b/packages/gpephone/calendar2_svn.bb
index a68b8824f3..c066fc77c0 100644
--- a/packages/gpephone/calendar2_svn.bb
+++ b/packages/gpephone/calendar2_svn.bb
@@ -3,13 +3,14 @@ LICENSE = "LiPS"
SECTION = "gpe"
PRIORITY = "optional"
PV = "0.0+svnr-${SRCREV}"
-PR = "r0"
+PR = "r1"
DEPENDS = "gtk+ libgpewidget libgpephone libgemwidget dbus-glib libcalenabler2 libiac"
inherit gpephone autotools
-SRC_URI = "${GPEPHONE_SVN}"
+SRC_URI = "${GPEPHONE_SVN} \
+ file://disable-broken-tests.patch;patch=1"
S = ${WORKDIR}/${PN}