diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-01 15:24:57 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-01 15:24:57 +0000 |
commit | 32dde8e8c031352f65503ed890b7f692540795a7 (patch) | |
tree | 94a8426e3b6a0fc13002d9024e9e366cc6d5f664 /meta | |
parent | b4fb7f1d3fc3096ab9358b8209974ad43513540b (diff) | |
download | poky-32dde8e8c031352f65503ed890b7f692540795a7.tar.gz |
sato-icon-theme: Set PACKAGE_ARCH to all (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2294 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb | 2 | ||||
-rw-r--r-- | meta/packages/sato-icon-theme/sato-icon-theme_svn.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb b/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb index 08db3aa427..30d0017b74 100644 --- a/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb +++ b/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb | |||
@@ -9,6 +9,8 @@ inherit autotools pkgconfig | |||
9 | 9 | ||
10 | FILES_${PN} += "${datadir}" | 10 | FILES_${PN} += "${datadir}" |
11 | 11 | ||
12 | PACKAGE_ARCH = "all" | ||
13 | |||
12 | pkg_postinst_${PN} () { | 14 | pkg_postinst_${PN} () { |
13 | if [ "x$D" != "x" ]; then | 15 | if [ "x$D" != "x" ]; then |
14 | exit 1 | 16 | exit 1 |
diff --git a/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb b/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb index 4fdcfaefe8..04c8eeba54 100644 --- a/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb +++ b/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb | |||
@@ -11,6 +11,8 @@ inherit autotools pkgconfig | |||
11 | 11 | ||
12 | FILES_${PN} += "${datadir}" | 12 | FILES_${PN} += "${datadir}" |
13 | 13 | ||
14 | PACKAGE_ARCH = "all" | ||
15 | |||
14 | pkg_postinst_${PN} () { | 16 | pkg_postinst_${PN} () { |
15 | if [ "x$D" != "x" ]; then | 17 | if [ "x$D" != "x" ]; then |
16 | exit 1 | 18 | exit 1 |