]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-theme-sato-2: Updated to svn rev164 and add patch
authorSaul Wold <sgw@linux.intel.com>
Thu, 30 Dec 2010 06:29:19 +0000 (22:29 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 30 Dec 2010 12:06:52 +0000 (12:06 +0000)
Patch was added because the png file was renamed from
background.png to template.png.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/conf/distro/include/poky-default-revisions.inc
meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2/png_rename.patch [new file with mode: 0644]
meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb

index 36448cc5a7f5195c135a3a43dcebfeeebf63b161..a6193471d6897c50f334e363645b856057a472e1 100644 (file)
@@ -115,7 +115,7 @@ SRCREV_pn-matchbox-panel-2 ??= "2111"
 SRCREV_pn-matchbox-panel ??= "1364"
 SRCREV_pn-matchbox-stroke ??= "1820"
 SRCREV_pn-matchbox-terminal ??= "1816"
-SRCREV_pn-matchbox-theme-sato-2 ??= "94"
+SRCREV_pn-matchbox-theme-sato-2 ??= "164"
 SRCREV_pn-matchbox-theme-sato ??= "90"
 SRCREV_pn-matchbox-themes-extra ??= "1524"
 SRCREV_pn-matchbox-wm-2 ??= "2083"
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2/png_rename.patch b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2/png_rename.patch
new file mode 100644 (file)
index 0000000..b12e920
--- /dev/null
@@ -0,0 +1,14 @@
+Background Image name was changed from background.png to template.png
+
+Signed-off-by: Saul Wold <sgw@linux.intel.com>
+
+Index: matchbox-sato/Sato/matchbox2/Makefile.am
+===================================================================
+--- matchbox-sato.orig/Sato/matchbox2/Makefile.am      2010-12-29 13:08:43.000000000 -0800
++++ matchbox-sato/Sato/matchbox2/Makefile.am   2010-12-29 22:14:45.690428881 -0800
+@@ -1,4 +1,4 @@
+-pngs = background.png
++pngs = template.png
+ themesdir = $(datadir)/themes/Sato/matchbox2
+ themes_DATA = theme.xml $(pngs)
index 30b632934eff7f149512dc076a30eb468dfe552f..c68c6855c74cec96c6762742b5ff9fa7b3403744 100644 (file)
@@ -3,7 +3,9 @@ require matchbox-theme-sato.inc
 DEPENDS = "matchbox-wm-2"
 PV = "0.1+svnr${SRCREV}"
 
-SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http"
+SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http \
+          file://png_rename.patch"
+
 S = "${WORKDIR}/matchbox-sato"
 
 EXTRA_OECONF = "--disable-matchbox-1 --enable-matchbox-2"