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-support | |
| 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-support')
4 files changed, 7 insertions, 8 deletions
diff --git a/meta-oe/recipes-support/ca-certificates/ca-certificates_20090814+nmu2.bb b/meta-oe/recipes-support/ca-certificates/ca-certificates_20090814+nmu2.bb index 7552c6f788..3be567ff4e 100644 --- a/meta-oe/recipes-support/ca-certificates/ca-certificates_20090814+nmu2.bb +++ b/meta-oe/recipes-support/ca-certificates/ca-certificates_20090814+nmu2.bb | |||
| @@ -30,7 +30,7 @@ do_install_append() { | |||
| 30 | done | 30 | done |
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | PACKAGE_ARCH = "all" | 33 | inherit allarch |
| 34 | PACKAGES = "${PN}" | 34 | PACKAGES = "${PN}" |
| 35 | 35 | ||
| 36 | pkg_postinst_${PN} () { | 36 | pkg_postinst_${PN} () { |
diff --git a/meta-oe/recipes-support/fbset/fbset-modes.bb b/meta-oe/recipes-support/fbset/fbset-modes.bb index cf4089f633..03d4039509 100644 --- a/meta-oe/recipes-support/fbset/fbset-modes.bb +++ b/meta-oe/recipes-support/fbset/fbset-modes.bb | |||
| @@ -3,7 +3,7 @@ LICENSE = "MIT" | |||
| 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 4 | 4 | ||
| 5 | PV = "0.1.0" | 5 | PV = "0.1.0" |
| 6 | PR = "r5" | 6 | PR = "r6" |
| 7 | 7 | ||
| 8 | SRC_URI = "file://fb.modes" | 8 | SRC_URI = "file://fb.modes" |
| 9 | 9 | ||
| @@ -12,6 +12,6 @@ do_install() { | |||
| 12 | install -m 0644 ${WORKDIR}/fb.modes ${D}${sysconfdir} | 12 | install -m 0644 ${WORKDIR}/fb.modes ${D}${sysconfdir} |
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | PACKAGE_ARCH = "all" | 15 | inherit allarch |
| 16 | CONFFILES_${PN} = "${sysconfdir}/fb.modes" | 16 | CONFFILES_${PN} = "${sysconfdir}/fb.modes" |
| 17 | 17 | ||
diff --git a/meta-oe/recipes-support/mime-support/mime-support_3.44.bb b/meta-oe/recipes-support/mime-support/mime-support_3.44.bb index 99c2af7651..fe84a63dfa 100644 --- a/meta-oe/recipes-support/mime-support/mime-support_3.44.bb +++ b/meta-oe/recipes-support/mime-support/mime-support_3.44.bb | |||
| @@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = "file://debian/README;md5=36bbe2ace0a05c3fb684b73208fbf30b" | |||
| 5 | 5 | ||
| 6 | DEPENDS = "file" | 6 | DEPENDS = "file" |
| 7 | RRECOMMENDS_${PN} = "file" | 7 | RRECOMMENDS_${PN} = "file" |
| 8 | PR = "r1" | 8 | PR = "r2" |
| 9 | 9 | ||
| 10 | SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}-1.tar.gz" | 10 | SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}-1.tar.gz" |
| 11 | S = "${WORKDIR}/${PN}" | 11 | S = "${WORKDIR}/${PN}" |
| 12 | 12 | ||
| 13 | FILES_${PN} += " ${libdir}/mime" | 13 | FILES_${PN} += " ${libdir}/mime" |
| 14 | PACKAGE_ARCH = "all" | 14 | inherit allarch |
| 15 | 15 | ||
| 16 | docdir_append = "/${PN}" | 16 | docdir_append = "/${PN}" |
| 17 | 17 | ||
diff --git a/meta-oe/recipes-support/poppler/poppler-data_0.4.0.bb b/meta-oe/recipes-support/poppler/poppler-data_0.4.0.bb index e3fd54b726..c59cc733e4 100644 --- a/meta-oe/recipes-support/poppler/poppler-data_0.4.0.bb +++ b/meta-oe/recipes-support/poppler/poppler-data_0.4.0.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4870b98343f0bbb25fa43b9d2ba59448 \ | |||
| 5 | file://COPYING.gpl2;md5=751419260aa954499f7abaabaa882bbe \ | 5 | file://COPYING.gpl2;md5=751419260aa954499f7abaabaa882bbe \ |
| 6 | " | 6 | " |
| 7 | 7 | ||
| 8 | PR = "r1" | 8 | PR = "r2" |
| 9 | 9 | ||
| 10 | SRC_URI = "http://poppler.freedesktop.org/${PN}-${PV}.tar.gz" | 10 | SRC_URI = "http://poppler.freedesktop.org/${PN}-${PV}.tar.gz" |
| 11 | 11 | ||
| @@ -17,8 +17,7 @@ do_install() { | |||
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | FILES_${PN} += "${datadir}" | 19 | FILES_${PN} += "${datadir}" |
| 20 | PACKAGE_ARCH = "all" | 20 | inherit allarch |
| 21 | |||
| 22 | 21 | ||
| 23 | SRC_URI[md5sum] = "6975bf8e9ea2cfb42b9ecdbcc257cf57" | 22 | SRC_URI[md5sum] = "6975bf8e9ea2cfb42b9ecdbcc257cf57" |
| 24 | SRC_URI[sha256sum] = "5caf7e10b7b0c6a4e1e753af09be52224e88bb8fbcb47794ad72b99b9e24b109" | 23 | SRC_URI[sha256sum] = "5caf7e10b7b0c6a4e1e753af09be52224e88bb8fbcb47794ad72b99b9e24b109" |
