From af2e5dd7be815f61b1349c9855b7ca101c938b2d Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Thu, 24 Jan 2008 16:04:07 +0000 Subject: [PATCH] calendar2: Disable broken tests --- packages/gpephone/calendar2/.mtn2git_empty | 0 packages/gpephone/calendar2/disable-broken-tests.patch | 9 +++++++++ packages/gpephone/calendar2_svn.bb | 5 +++-- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 packages/gpephone/calendar2/.mtn2git_empty create mode 100644 packages/gpephone/calendar2/disable-broken-tests.patch diff --git a/packages/gpephone/calendar2/.mtn2git_empty b/packages/gpephone/calendar2/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 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} -- 2.39.5