diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-19 08:32:24 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-02 10:04:54 +0200 |
| commit | ea8d7d2d14e862c5e911fedcc640e2c2d70ac2f0 (patch) | |
| tree | b22fa6643ad35325552eb51af64a733a82bdb121 /meta-oe/recipes-extended | |
| parent | c80829768eb19fc751aefb5720016738af8e14f0 (diff) | |
| download | meta-openembedded-ea8d7d2d14e862c5e911fedcc640e2c2d70ac2f0.tar.gz | |
recipes: use allarch.bbclass instead just PACKAGE_ARCH = all
* otherwise such recipes are rebuilt or reused from sstate after every
MACHINE change, because of different checksums see [YOCTO #1075]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
| -rw-r--r-- | meta-oe/recipes-extended/tzdata/tzdata.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/tzdata/tzdata.inc b/meta-oe/recipes-extended/tzdata/tzdata.inc index 732ebb376f..6739b59bbd 100644 --- a/meta-oe/recipes-extended/tzdata/tzdata.inc +++ b/meta-oe/recipes-extended/tzdata/tzdata.inc | |||
| @@ -3,7 +3,7 @@ SECTION = "base" | |||
| 3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
| 4 | DEPENDS = "tzcode-native" | 4 | DEPENDS = "tzcode-native" |
| 5 | 5 | ||
| 6 | INC_PR = "r9" | 6 | INC_PR = "r10" |
| 7 | 7 | ||
| 8 | DEFAULT_TIMEZONE ?= "Europe/London" | 8 | DEFAULT_TIMEZONE ?= "Europe/London" |
| 9 | 9 | ||
| @@ -48,7 +48,7 @@ do_install () { | |||
| 48 | cp -pPR ${S}/build${datadir}/zoneinfo/${DEFAULT_TIMEZONE} ${D}${sysconfdir}/localtime | 48 | cp -pPR ${S}/build${datadir}/zoneinfo/${DEFAULT_TIMEZONE} ${D}${sysconfdir}/localtime |
| 49 | } | 49 | } |
| 50 | 50 | ||
| 51 | PACKAGE_ARCH = "all" | 51 | inherit allarch |
| 52 | # Packages primarily organized by directory with a major city | 52 | # Packages primarily organized by directory with a major city |
| 53 | # in most time zones in the base package | 53 | # in most time zones in the base package |
| 54 | 54 | ||
