diff options
-rw-r--r-- | packages/gpephone/calendar2/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gpephone/calendar2/disable-broken-tests.patch | 9 | ||||
-rw-r--r-- | packages/gpephone/calendar2_svn.bb | 5 |
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} |