summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/distro/poky.conf6
-rw-r--r--meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb3
-rw-r--r--meta/packages/sato-icon-theme/sato-icon-theme_0.2.bb3
3 files changed, 6 insertions, 6 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index a046d1fb50..62e08a8db7 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -103,14 +103,14 @@ SRCDATE_xcalibrate ?= "20060312"
103SRCDATE_oprofile ?= "20070928" 103SRCDATE_oprofile ?= "20070928"
104SRCREV_pn-oprofileui ?= "160" 104SRCREV_pn-oprofileui ?= "160"
105SRCREV_pn-zaurusd ?= "296" 105SRCREV_pn-zaurusd ?= "296"
106SRCREV_pn-owl-video-widget ?= "266" 106SRCREV_pn-owl-video-widget ?= "324"
107SRCREV_pn-psplash ?= "266" 107SRCREV_pn-psplash ?= "266"
108SRCDATE_maemo-mapper-nohildon ?= "20061114" 108SRCDATE_maemo-mapper-nohildon ?= "20061114"
109SRCREV_pn-exmap-console ?= "266" 109SRCREV_pn-exmap-console ?= "266"
110SRCREV_pn-gtk-sato-engine ?= "90" 110SRCREV_pn-gtk-sato-engine ?= "90"
111SRCREV_pn-matchbox-theme-sato ?= "90" 111SRCREV_pn-matchbox-theme-sato ?= "90"
112SRCREV_pn-matchbox-theme-sato-2 ?= "94" 112SRCREV_pn-matchbox-theme-sato-2 ?= "94"
113SRCREV_pn-sato-icon-theme ?= "90" 113SRCREV_pn-sato-icon-theme ?= "99"
114SRCREV_pn-matchbox-desktop-sato ?= "76" 114SRCREV_pn-matchbox-desktop-sato ?= "76"
115SRCREV_pn-evince ?= "2437" 115SRCREV_pn-evince ?= "2437"
116SRCREV_pn-oh-puzzles ?= "22" 116SRCREV_pn-oh-puzzles ?= "22"
@@ -189,7 +189,7 @@ PREFERRED_VERSION_libmatchbox ?= "1.9"
189PREFERRED_VERSION_gtk-engines ?= "2.12.0" 189PREFERRED_VERSION_gtk-engines ?= "2.12.0"
190PREFERRED_VERSION_gtk-sato-engine ?= "0.1" 190PREFERRED_VERSION_gtk-sato-engine ?= "0.1"
191PREFERRED_VERSION_matchbox-theme-sato ?= "0.1" 191PREFERRED_VERSION_matchbox-theme-sato ?= "0.1"
192PREFERRED_VERSION_sato-icon-theme ?= "0.1" 192PREFERRED_VERSION_sato-icon-theme ?= "0.2"
193 193
194PREFERRED_VERSION_glib-2.0 ?= "2.14.5" 194PREFERRED_VERSION_glib-2.0 ?= "2.14.5"
195PREFERRED_VERSION_glib-2.0-native ?= "2.14.5" 195PREFERRED_VERSION_glib-2.0-native ?= "2.14.5"
diff --git a/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb b/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb
deleted file mode 100644
index 0a29175aa8..0000000000
--- a/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb
+++ /dev/null
@@ -1,3 +0,0 @@
1require sato-icon-theme.inc
2
3SRC_URI = "http://pokylinux.org/releases/sato/sato-icon-theme-${PV}.tar.gz"
diff --git a/meta/packages/sato-icon-theme/sato-icon-theme_0.2.bb b/meta/packages/sato-icon-theme/sato-icon-theme_0.2.bb
new file mode 100644
index 0000000000..40a53e33ec
--- /dev/null
+++ b/meta/packages/sato-icon-theme/sato-icon-theme_0.2.bb
@@ -0,0 +1,3 @@
1require sato-icon-theme.inc
2
3SRC_URI = "http://pokylinux.org/releases/sato/${PN}-${PV}.tar.gz"