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-graphics/ttf-fonts/ttf-liberation_0.2.bb | |
| 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-graphics/ttf-fonts/ttf-liberation_0.2.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb index 5ebb257515..104915ee20 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
| 7 | file://License.txt;md5=5b171c5100029d884fcea21d9a2b7543 \ | 7 | file://License.txt;md5=5b171c5100029d884fcea21d9a2b7543 \ |
| 8 | " | 8 | " |
| 9 | 9 | ||
| 10 | PR = "r3" | 10 | PR = "r4" |
| 11 | 11 | ||
| 12 | SRC_URI = "http://fedorahosted.org/liberation-fonts/export/807b6dfd069b998cd9b4d3158da98817ef23c79d/F-9/liberation-fonts-ttf-3.tar.gz" | 12 | SRC_URI = "http://fedorahosted.org/liberation-fonts/export/807b6dfd069b998cd9b4d3158da98817ef23c79d/F-9/liberation-fonts-ttf-3.tar.gz" |
| 13 | S = "${WORKDIR}/liberation-fonts-${PV}" | 13 | S = "${WORKDIR}/liberation-fonts-${PV}" |
