diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-01-25 11:42:27 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2008-01-25 11:42:27 +0000 |
commit | 1e1f9cf27db4407081365f265a0e62ff71852696 (patch) | |
tree | e9b6caacaf2203ac3324f3f74662574135540720 | |
parent | 809c7ec119ba02d618fbe2026d162cd9bb9b054d (diff) | |
parent | af2e5dd7be815f61b1349c9855b7ca101c938b2d (diff) |
merge of '52333e2ff8a0a55bff7597d29b54ad3d0e836033'
and '7164da9fb8de274ee480409ef0b6ce02db5de39b'
-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} |