diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-09-22 16:00:41 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-12 10:24:45 +0200 |
| commit | ef12dfc5055a7937c6a9dbcb605bba9627dc495a (patch) | |
| tree | 64a7492fa16172c6259cb8b227351ae9de25ff3a /meta-efl/recipes-efl/e17/exquisite-theme-illume.bb | |
| parent | 65e12fa49aedc9372ce436dcb299296c09eb2a90 (diff) | |
| download | meta-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-efl/recipes-efl/e17/exquisite-theme-illume.bb')
| -rw-r--r-- | meta-efl/recipes-efl/e17/exquisite-theme-illume.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb b/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb index ba16190ff6..fa394f763b 100644 --- a/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb +++ b/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb | |||
| @@ -3,10 +3,10 @@ LICENSE = "MIT/BSD" | |||
| 3 | SECTION = "x11" | 3 | SECTION = "x11" |
| 4 | DEPENDS = "edje-native" | 4 | DEPENDS = "edje-native" |
| 5 | PV = "1.0+svnr${SRCPV}" | 5 | PV = "1.0+svnr${SRCPV}" |
| 6 | PR = "r6" | 6 | PR = "r7" |
| 7 | SRCREV = "${EFL_SRCREV}" | 7 | SRCREV = "${EFL_SRCREV}" |
| 8 | 8 | ||
| 9 | inherit e-base update-alternatives | 9 | inherit e-base update-alternatives allarch |
| 10 | 10 | ||
| 11 | ALTERNATIVE_NAME = "exquisite-config" | 11 | ALTERNATIVE_NAME = "exquisite-config" |
| 12 | ALTERNATIVE_LINK = "${sysconfdir}/exquisite/config" | 12 | ALTERNATIVE_LINK = "${sysconfdir}/exquisite/config" |
| @@ -29,6 +29,5 @@ do_install() { | |||
| 29 | echo 'THEME="-t illume"' > ${D}${sysconfdir}/exquisite/config-illume | 29 | echo 'THEME="-t illume"' > ${D}${sysconfdir}/exquisite/config-illume |
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | PACKAGE_ARCH = "all" | ||
| 33 | CONFFILES_${PN} = "${sysconfdir}/exquisite/config-illume" | 32 | CONFFILES_${PN} = "${sysconfdir}/exquisite/config-illume" |
| 34 | FILES_${PN} = "${sysconfdir}/exquisite ${datadir}/exquisite/data/themes" | 33 | FILES_${PN} = "${sysconfdir}/exquisite ${datadir}/exquisite/data/themes" |
