diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-08 14:52:32 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-08 14:52:32 +0000 |
commit | 0f23643b90f0da7931a5efea91195cf13f5523fb (patch) | |
tree | 964c57399483ce26d64aa4c584129616ecbcbb0e /meta | |
parent | f5223d94301e660252a510ac85399ea502602657 (diff) | |
download | poky-0f23643b90f0da7931a5efea91195cf13f5523fb.tar.gz |
gtk-sato-engine: Convert to SRCREV
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2395 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 | ||||
-rw-r--r-- | meta/packages/gtk-engines/gtk-sato-engine_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index d5f2cc7ccc..b0a734cdca 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -101,7 +101,7 @@ SRCDATE_owl-video-widget ?= "20070529" | |||
101 | SRCDATE_psplash ?= "20070529" | 101 | SRCDATE_psplash ?= "20070529" |
102 | SRCDATE_maemo-mapper-nohildon ?= "20061114" | 102 | SRCDATE_maemo-mapper-nohildon ?= "20061114" |
103 | SRCDATE_exmap-console = "20070529" | 103 | SRCDATE_exmap-console = "20070529" |
104 | SRCDATE_gtk-sato-engine = "20070731" | 104 | SRCREV_gtk-sato-engine = "90" |
105 | SRCDATE_matchbox-theme-sato = "20070731" | 105 | SRCDATE_matchbox-theme-sato = "20070731" |
106 | SRCDATE_tasks = "20070711" | 106 | SRCDATE_tasks = "20070711" |
107 | SRCDATE_sato-icon-theme = "20070731" | 107 | SRCDATE_sato-icon-theme = "20070731" |
diff --git a/meta/packages/gtk-engines/gtk-sato-engine_svn.bb b/meta/packages/gtk-engines/gtk-sato-engine_svn.bb index 11b6dab049..c4df07ff06 100644 --- a/meta/packages/gtk-engines/gtk-sato-engine_svn.bb +++ b/meta/packages/gtk-engines/gtk-sato-engine_svn.bb | |||
@@ -2,7 +2,7 @@ SECTION = "x11/base" | |||
2 | DESCRIPTION = "Sato theme engine for GTK" | 2 | DESCRIPTION = "Sato theme engine for GTK" |
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPL" |
4 | DEPENDS = "gtk+" | 4 | DEPENDS = "gtk+" |
5 | PV = "0.1+svn${SRCDATE}" | 5 | PV = "0.1+svnr${SRCREV}" |
6 | PR = "r0" | 6 | PR = "r0" |
7 | 7 | ||
8 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=gtk-engine;proto=http" | 8 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=gtk-engine;proto=http" |