diff options
author | Ross Burton <ross@openedhand.com> | 2008-01-15 16:40:55 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-01-15 16:40:55 +0000 |
commit | 2172d34f67ad7bbeb8cf2a81f3f1285c779a2ec5 (patch) | |
tree | 350fb72e8c479f4ebcb4a6baaca1bbe499f7ec36 /meta | |
parent | 9c85e50d28bb7fe1c80c5b231686e54f6ef2ac81 (diff) | |
download | openembedded-core-2172d34f67ad7bbeb8cf2a81f3f1285c779a2ec5.tar.gz openembedded-core-2172d34f67ad7bbeb8cf2a81f3f1285c779a2ec5.tar.bz2 openembedded-core-2172d34f67ad7bbeb8cf2a81f3f1285c779a2ec5.zip |
sato-icon-theme: bump to 0.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3492 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/poky.conf | 6 | ||||
-rw-r--r-- | meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb | 3 | ||||
-rw-r--r-- | meta/packages/sato-icon-theme/sato-icon-theme_0.2.bb | 3 |
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" SRCDATE_oprofile ?= "20070928" SRCREV_pn-oprofileui ?= "160" SRCREV_pn-zaurusd ?= "296" -SRCREV_pn-owl-video-widget ?= "266" +SRCREV_pn-owl-video-widget ?= "324" SRCREV_pn-psplash ?= "266" SRCDATE_maemo-mapper-nohildon ?= "20061114" SRCREV_pn-exmap-console ?= "266" SRCREV_pn-gtk-sato-engine ?= "90" SRCREV_pn-matchbox-theme-sato ?= "90" SRCREV_pn-matchbox-theme-sato-2 ?= "94" -SRCREV_pn-sato-icon-theme ?= "90" +SRCREV_pn-sato-icon-theme ?= "99" SRCREV_pn-matchbox-desktop-sato ?= "76" SRCREV_pn-evince ?= "2437" SRCREV_pn-oh-puzzles ?= "22" @@ -189,7 +189,7 @@ PREFERRED_VERSION_libmatchbox ?= "1.9" PREFERRED_VERSION_gtk-engines ?= "2.12.0" PREFERRED_VERSION_gtk-sato-engine ?= "0.1" PREFERRED_VERSION_matchbox-theme-sato ?= "0.1" -PREFERRED_VERSION_sato-icon-theme ?= "0.1" +PREFERRED_VERSION_sato-icon-theme ?= "0.2" PREFERRED_VERSION_glib-2.0 ?= "2.14.5" PREFERRED_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 @@ -require sato-icon-theme.inc - -SRC_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 @@ +require sato-icon-theme.inc + +SRC_URI = "http://pokylinux.org/releases/sato/${PN}-${PV}.tar.gz" |