diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-01 14:45:27 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-01 14:45:27 +0000 |
commit | 41b5d25c96562b3b2b33bef9124e871f7f9f17ee (patch) | |
tree | 566a27540ae814b5c82b19afdef172108fad7cd0 /packages | |
parent | ce723df0f7f4949f9f9317082fc905c2cc7ea238 (diff) |
sato-icon-theme: PACKAGE_ARCH = "all"
Diffstat (limited to 'packages')
-rw-r--r-- | packages/sato-icon-theme/sato-icon-theme_0.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/sato-icon-theme/sato-icon-theme_0.1.bb b/packages/sato-icon-theme/sato-icon-theme_0.1.bb index 24e4b0e413..0919f5dde6 100644 --- a/packages/sato-icon-theme/sato-icon-theme_0.1.bb +++ b/packages/sato-icon-theme/sato-icon-theme_0.1.bb @@ -3,7 +3,9 @@ DESCRIPTION = "Sato Icon Theme" LICENSE = "CC-BY-SA3" DEPENDS = "" -SRC_URI = "http://pokylinux.org/releases/sato/sato-icon-theme-i${PV}.tar.gz" +PACKAGE_ARCH = "all" + +SRC_URI = "http://pokylinux.org/releases/sato/sato-icon-theme-${PV}.tar.gz" inherit autotools pkgconfig |