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-dejavu_2.23.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-dejavu_2.23.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.23.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.23.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.23.bb index f852cbffd6..d4ddf16b84 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.23.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.23.bb | |||
| @@ -12,7 +12,7 @@ RDEPENDS_${PN}-sans-condensed = "${PN}-common" | |||
| 12 | RDEPENDS_${PN}-serif = "${PN}-common" | 12 | RDEPENDS_${PN}-serif = "${PN}-common" |
| 13 | RDEPENDS_${PN}-serif-condensed = "${PN}-common" | 13 | RDEPENDS_${PN}-serif-condensed = "${PN}-common" |
| 14 | RDEPENDS_${PN}-common = "" | 14 | RDEPENDS_${PN}-common = "" |
| 15 | PR = "r3" | 15 | PR = "r4" |
| 16 | 16 | ||
| 17 | SRC_URI = "${SOURCEFORGE_MIRROR}/dejavu/dejavu-fonts-ttf-${PV}.tar.bz2 \ | 17 | SRC_URI = "${SOURCEFORGE_MIRROR}/dejavu/dejavu-fonts-ttf-${PV}.tar.bz2 \ |
| 18 | file://30-dejavu-aliases.conf" | 18 | file://30-dejavu-aliases.conf" |
