mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
Fix the patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2239 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Index: matchbox-config-gtk/appearance/mb-appearance.c
|
Index: appearance/mb-appearance.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- matchbox-config-gtk/appearance/mb-appearance.c (revision 1614)
|
--- appearance/mb-appearance.c (revision 1614)
|
||||||
+++ matchbox-config-gtk/appearance/mb-appearance.c (working copy)
|
+++ appearance/mb-appearance.c (working copy)
|
||||||
@@ -300,11 +300,13 @@
|
@@ -300,11 +300,13 @@
|
||||||
gtk_font_button_set_font_name (GTK_FONT_BUTTON (font_button),
|
gtk_font_button_set_font_name (GTK_FONT_BUTTON (font_button),
|
||||||
gconf_value_get_string (value));
|
gconf_value_get_string (value));
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ DEPENDS = "gconf gtk+"
|
|||||||
RDEPENDS = "settings-daemon"
|
RDEPENDS = "settings-daemon"
|
||||||
|
|
||||||
PV = "0.0+svn${SRCDATE}"
|
PV = "0.0+svn${SRCDATE}"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
S = "${WORKDIR}/${PN}"
|
S = "${WORKDIR}/${PN}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user