diff options
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 08db3aa42..30d0017b7 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 FILES_${PN} += "${datadir}" +PACKAGE_ARCH = "all" + pkg_postinst_${PN} () { if [ "x$D" != "x" ]; then 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 4fdcfaefe..04c8eeba5 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 FILES_${PN} += "${datadir}" +PACKAGE_ARCH = "all" + pkg_postinst_${PN} () { if [ "x$D" != "x" ]; then exit 1 |