summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-09-22 16:00:41 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-12 10:24:45 +0200
commitef12dfc5055a7937c6a9dbcb605bba9627dc495a (patch)
tree64a7492fa16172c6259cb8b227351ae9de25ff3a /meta-gnome
parent65e12fa49aedc9372ce436dcb299296c09eb2a90 (diff)
downloadmeta-openembedded-ef12dfc5055a7937c6a9dbcb605bba9627dc495a.tar.gz
recipes: use allarch instead of PACKAGE_ARCH = all
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb6
-rw-r--r--meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb5
2 files changed, 4 insertions, 7 deletions
diff --git a/meta-gnome/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb b/meta-gnome/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb
index 1934cdb50..db432673b 100644
--- a/meta-gnome/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb
+++ b/meta-gnome/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb
@@ -6,15 +6,13 @@ LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426" 6LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426"
7 7
8SECTION = "unknown" 8SECTION = "unknown"
9inherit gnome 9inherit gnome allarch
10 10
11PR = "r0" 11PR = "r1"
12 12
13SRC_URI = "http://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.gz \ 13SRC_URI = "http://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.gz \
14 file://index.theme" 14 file://index.theme"
15 15
16PACKAGE_ARCH = "all"
17
18FILES_${PN} += "${datadir}/icons" 16FILES_${PN} += "${datadir}/icons"
19 17
20do_install_append () { 18do_install_append () {
diff --git a/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb b/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb
index d0bc6993a..f40d3557d 100644
--- a/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb
@@ -2,6 +2,8 @@ DESCRIPTION = "GNOME themes"
2LICENSE = "LGPLv2.1" 2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=2b543dc97eb7594d026af39d9b54204b" 3LIC_FILES_CHKSUM = "file://COPYING;md5=2b543dc97eb7594d026af39d9b54204b"
4 4
5PR = "r1"
6
5SECTION = "x11/gnome" 7SECTION = "x11/gnome"
6DEPENDS = "gtk-engines icon-naming-utils icon-naming-utils-native glib-2.0 intltool-native" 8DEPENDS = "gtk-engines icon-naming-utils icon-naming-utils-native glib-2.0 intltool-native"
7RDEPENDS_${PN} = "gnome-icon-theme" 9RDEPENDS_${PN} = "gnome-icon-theme"
@@ -14,9 +16,6 @@ do_configure_prepend() {
14 sed -i -e 's:`$PKG_CONFIG --variable=program_path icon-naming-utils`:${STAGING_DIR_NATIVE}${libexecdir}:g' configure.in 16 sed -i -e 's:`$PKG_CONFIG --variable=program_path icon-naming-utils`:${STAGING_DIR_NATIVE}${libexecdir}:g' configure.in
15} 17}
16 18
17# allarch doesn't work, it tests the compiler
18PACKAGE_ARCH = "all"
19
20PACKAGES =+ " gnome-theme-crux gnome-theme-highcontrast gnome-theme-highcontrastinverse gnome-theme-highcontrastlargeprint gnome-theme-highcontrastlargeprintinverse gnome-theme-largeprint gnome-theme-mist" 19PACKAGES =+ " gnome-theme-crux gnome-theme-highcontrast gnome-theme-highcontrastinverse gnome-theme-highcontrastlargeprint gnome-theme-highcontrastlargeprintinverse gnome-theme-largeprint gnome-theme-mist"
21FILES_gnome-theme-crux = "${datadir}/themes/Crux ${datadir}/icons/Crux" 20FILES_gnome-theme-crux = "${datadir}/themes/Crux ${datadir}/icons/Crux"
22FILES_gnome-theme-highcontrast = "${datadir}/themes/HighContrast ${datadir}/icons/HighContrast" 21FILES_gnome-theme-highcontrast = "${datadir}/themes/HighContrast ${datadir}/icons/HighContrast"