calendar2: Disable broken tests
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 24 Jan 2008 16:04:07 +0000 (16:04 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 24 Jan 2008 16:04:07 +0000 (16:04 +0000)
packages/gpephone/calendar2/.mtn2git_empty [new file with mode: 0644]
packages/gpephone/calendar2/disable-broken-tests.patch [new file with mode: 0644]
packages/gpephone/calendar2_svn.bb

diff --git a/packages/gpephone/calendar2/.mtn2git_empty b/packages/gpephone/calendar2/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gpephone/calendar2/disable-broken-tests.patch b/packages/gpephone/calendar2/disable-broken-tests.patch
new file mode 100644 (file)
index 0000000..fa3102f
--- /dev/null
@@ -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
index a68b882..c066fc7 100644 (file)
@@ -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}