[oe-commits] org.oe.dev calendar2: Disable broken tests

florian commit openembedded-commits at lists.openembedded.org
Fri Jan 25 11:58:43 UTC 2008


calendar2: Disable broken tests

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 7164da9fb8de274ee480409ef0b6ce02db5de39b
ViewMTN: http://monotone.openembedded.org/revision/info/7164da9fb8de274ee480409ef0b6ce02db5de39b
Files:
1
packages/gpephone/calendar2
packages/gpephone/calendar2/disable-broken-tests.patch
packages/gpephone/calendar2_svn.bb
Diffs:

#
# mt diff -rb89cfa44bd81822ab26e9a87803824b3b9f2d3e2 -r7164da9fb8de274ee480409ef0b6ce02db5de39b
#
# 
# 
# add_dir "packages/gpephone/calendar2"
# 
# add_file "packages/gpephone/calendar2/disable-broken-tests.patch"
#  content [dca0f121124d78b57cc8331c70f17a036d0b3182]
# 
# patch "packages/gpephone/calendar2_svn.bb"
#  from [82196f61eca7b47d785a964144a279c6acdfd001]
#    to [4bf0e1fdd7efd645fd5ee9fb03c7c7844b3ccb98]
# 
============================================================
--- packages/gpephone/calendar2/disable-broken-tests.patch	dca0f121124d78b57cc8331c70f17a036d0b3182
+++ packages/gpephone/calendar2/disable-broken-tests.patch	dca0f121124d78b57cc8331c70f17a036d0b3182
@@ -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
============================================================
--- packages/gpephone/calendar2_svn.bb	82196f61eca7b47d785a964144a279c6acdfd001
+++ packages/gpephone/calendar2_svn.bb	4bf0e1fdd7efd645fd5ee9fb03c7c7844b3ccb98
@@ -1,15 +1,16 @@ PV = "0.0+svnr-${SRCREV}"
 DESCRIPTION = "Calendar application for GPE Phone Edition"
 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}
 






More information about the Openembedded-commits mailing list