diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-10-08 18:47:30 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-10-08 18:47:30 +0000 |
commit | 6cb4ec0ce54893315e1822c02581246e915aaea7 (patch) | |
tree | 6722cc9cd7d2181c2fd7f42661704b2ede74000e /recipes/matchbox2/matchbox-desktop-2_svn.bb | |
parent | 8b1f4dc04f9d81a78b741d0f90f0fc9e0f31bb1f (diff) |
matchbox-desktop-2: Make fallback folder compatible with current matchbox-common.
Diffstat (limited to 'recipes/matchbox2/matchbox-desktop-2_svn.bb')
-rw-r--r-- | recipes/matchbox2/matchbox-desktop-2_svn.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/matchbox2/matchbox-desktop-2_svn.bb b/recipes/matchbox2/matchbox-desktop-2_svn.bb index 21581e911b..f0261f9ea1 100644 --- a/recipes/matchbox2/matchbox-desktop-2_svn.bb +++ b/recipes/matchbox2/matchbox-desktop-2_svn.bb @@ -4,13 +4,13 @@ SECTION = "x11/panels" DEPENDS = "gtk+ startup-notification" RDEPENDS = "matchbox-common" PV = "2.0+svnr${SRCREV}" -PR = "r0" +PR = "r1" inherit autotools_stage pkgconfig -SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" +SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ + file://fallback-folder.patch;patch=1;pnum=0 \ +" S = "${WORKDIR}/${PN}" -#PARALLEL_MAKE = "" - EXTRA_OECONF = "--program-transform-name='s/$/-2/'" |