diff options
| -rw-r--r-- | meta/conf/distro/poky.conf | 1 | ||||
| -rw-r--r-- | meta/packages/sato-icon-theme/sato-icon-theme_svn.bb | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index a4e7e67b8f..cc775022d0 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
| @@ -124,6 +124,7 @@ SRCDATE_maemo-mapper-nohildon ?= "20061114" | |||
| 124 | SRCDATE_exmap-console = "20061220" | 124 | SRCDATE_exmap-console = "20061220" |
| 125 | SRCDATE_gtk-sato-engine = "20070203" | 125 | SRCDATE_gtk-sato-engine = "20070203" |
| 126 | SRCDATE_matchbox-theme-sato = "20061225" | 126 | SRCDATE_matchbox-theme-sato = "20061225" |
| 127 | SRCDATE_sato-icon-theme = "20070227" | ||
| 127 | 128 | ||
| 128 | # | 129 | # |
| 129 | # Preferred Versions: | 130 | # Preferred Versions: |
diff --git a/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb b/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb new file mode 100644 index 0000000000..c9bd9f84e3 --- /dev/null +++ b/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SECTION = "x11" | ||
| 2 | DESCRIPTION = "Sato Icon Theme" | ||
| 3 | LICENSE = "LGPL" | ||
| 4 | DEPENDS = "" | ||
| 5 | PV = "0.0+svn${SRCDATE}" | ||
| 6 | PR = "r1" | ||
| 7 | |||
| 8 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=sato-icon-theme;proto=http" | ||
| 9 | S = "${WORKDIR}/sato-icon-theme" | ||
| 10 | |||
| 11 | PACKAGES += "sato-icon-theme" | ||
| 12 | |||
| 13 | inherit autotools pkgconfig | ||
| 14 | |||
