From: Florian Boor Date: Thu, 24 Jan 2008 16:04:07 +0000 (+0000) Subject: calendar2: Disable broken tests X-Git-Tag: Release-2010-05/1~7838^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af2e5dd7be815f61b1349c9855b7ca101c938b2d;p=openembedded.git calendar2: Disable broken tests --- 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}