diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/sato-icon-theme/sato-icon-theme_0.3.1.bb | 5 | ||||
-rw-r--r-- | meta/packages/sato-icon-theme/sato-icon-theme_svn.bb | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/meta/packages/sato-icon-theme/sato-icon-theme_0.3.1.bb b/meta/packages/sato-icon-theme/sato-icon-theme_0.3.1.bb new file mode 100644 index 0000000000..1dc8f9381e --- /dev/null +++ b/meta/packages/sato-icon-theme/sato-icon-theme_0.3.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require sato-icon-theme.inc | ||
2 | |||
3 | DEPENDS += "icon-naming-utils-native" | ||
4 | |||
5 | SRC_URI = "http://pokylinux.org/releases/sato/${PN}-${PV}.tar.gz" | ||
diff --git a/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb b/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb deleted file mode 100644 index 595886ab99..0000000000 --- a/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require sato-icon-theme.inc | ||
2 | |||
3 | PV = "0.1+svnr${SRCREV}" | ||
4 | |||
5 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=sato-icon-theme;proto=http" | ||
6 | |||
7 | S = "${WORKDIR}/sato-icon-theme" | ||