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 @@ +require sato-icon-theme.inc + +DEPENDS += "icon-naming-utils-native" + +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 @@ -require sato-icon-theme.inc - -PV = "0.1+svnr${SRCREV}" - -SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=sato-icon-theme;proto=http" - -S = "${WORKDIR}/sato-icon-theme"