mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
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>
This commit is contained in:
@@ -4,13 +4,13 @@ HOMEPAGE = "http://trac.enlightenment.org/e/wiki/Themes#Efenniht"
|
||||
DEPENDS = "edje-native"
|
||||
RDEPENDS_${PN} = "e-wm"
|
||||
RSUGGESTS_${PN} = "elementary-theme-efenniht"
|
||||
PACKAGE_ARCH = "all"
|
||||
LICENSE = "MIT/BSD"
|
||||
|
||||
SRCREV = "${EFL_SRCREV}"
|
||||
PV = "0.0+svnr${SRCPV}"
|
||||
PR = "r1"
|
||||
|
||||
inherit e-base
|
||||
inherit e-base allarch
|
||||
|
||||
SRCNAME = "efenniht"
|
||||
SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};proto=http"
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "MIT BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2667a0f4120372ea91f7467cdff4095f"
|
||||
SRCNAME = "e"
|
||||
PV = "0.16.999.060+svnr${SRCPV}"
|
||||
PR = "r19"
|
||||
PR = "r20"
|
||||
SRCREV = "${EFL_SRCREV}"
|
||||
|
||||
inherit e update-alternatives gettext
|
||||
@@ -95,26 +95,6 @@ RRECOMMENDS_${PN} = "\
|
||||
${ESYSACTIONS} \
|
||||
"
|
||||
|
||||
PACKAGE_ARCH_${PN}-config-default = "all"
|
||||
PACKAGE_ARCH_${PN}-config-illume2 = "all"
|
||||
PACKAGE_ARCH_${PN}-config-minimalist = "all"
|
||||
PACKAGE_ARCH_${PN}-config-netbook = "all"
|
||||
PACKAGE_ARCH_${PN}-config-scaleable = "all"
|
||||
PACKAGE_ARCH_${PN}-config-standard = "all"
|
||||
PACKAGE_ARCH_${PN}-theme-default = "all"
|
||||
PACKAGE_ARCH_${PN}-background-dark-gradient = "all"
|
||||
PACKAGE_ARCH_${PN}-background-light-gradient = "all"
|
||||
PACKAGE_ARCH_${PN}-images = "all"
|
||||
PACKAGE_ARCH_${PN}-icons = "all"
|
||||
PACKAGE_ARCH_${PN}-other = "all"
|
||||
PACKAGE_ARCH_${PN}-input-methods = "all"
|
||||
PACKAGE_ARCH_${PN}-sysactions = "all"
|
||||
PACKAGE_ARCH_${PN}-menu = "all"
|
||||
PACKAGE_ARCH_efm-desktop-icon = "all"
|
||||
PACKAGE_ARCH_illume-keyboard-default-alpha = "all"
|
||||
PACKAGE_ARCH_illume-keyboard-default-numeric = "all"
|
||||
PACKAGE_ARCH_illume-keyboard-default-terminal = "all"
|
||||
|
||||
FILES_${PN} = "\
|
||||
${bindir}/* \
|
||||
${libdir}/enlightenment/utils/* \
|
||||
|
||||
@@ -3,10 +3,10 @@ LICENSE = "MIT/BSD"
|
||||
SECTION = "x11"
|
||||
DEPENDS = "edje-native"
|
||||
PV = "1.0+svnr${SRCPV}"
|
||||
PR = "r6"
|
||||
PR = "r7"
|
||||
SRCREV = "${EFL_SRCREV}"
|
||||
|
||||
inherit e-base update-alternatives
|
||||
inherit e-base update-alternatives allarch
|
||||
|
||||
ALTERNATIVE_NAME = "exquisite-config"
|
||||
ALTERNATIVE_LINK = "${sysconfdir}/exquisite/config"
|
||||
@@ -29,6 +29,5 @@ do_install() {
|
||||
echo 'THEME="-t illume"' > ${D}${sysconfdir}/exquisite/config-illume
|
||||
}
|
||||
|
||||
PACKAGE_ARCH = "all"
|
||||
CONFFILES_${PN} = "${sysconfdir}/exquisite/config-illume"
|
||||
FILES_${PN} = "${sysconfdir}/exquisite ${datadir}/exquisite/data/themes"
|
||||
|
||||
@@ -3,7 +3,6 @@ SECTION = "e/utils"
|
||||
HOMEPAGE = "http://trac.enlightenment.org/e/wiki/Themes#Efenniht"
|
||||
DEPENDS = "edje-native"
|
||||
RSUGGESTS_${PN} = "e-wm-theme-illume-efenniht"
|
||||
PACKAGE_ARCH = "all"
|
||||
LICENSE = "MIT/BSD"
|
||||
|
||||
SRCREV_THM_REV ?= "${EFL_SRCREV}"
|
||||
@@ -11,9 +10,9 @@ SRCREV_ELM_REV ?= "${EFL_SRCREV}"
|
||||
|
||||
SRCREV_FORMAT = "THM_REV"
|
||||
PV = "0.0+svnr${SRCPV}"
|
||||
PACKAGE_ARCH = "all"
|
||||
PR = "r1"
|
||||
|
||||
inherit e-base
|
||||
inherit e-base allarch
|
||||
|
||||
SRCNAME = "efenniht"
|
||||
SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};proto=http;name=THM_REV"
|
||||
|
||||
Reference in New Issue
Block a user