[oe-commits] Tom Rini : qpf-{arabic, unifont, unismall}: Switch to subdir= in SRC_URI

git version control git at git.openembedded.org
Mon Mar 7 17:53:34 UTC 2011


Module: openembedded.git
Branch: master
Commit: ff507097ac2353b46e40d766a5ef1d8cb02fae50
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ff507097ac2353b46e40d766a5ef1d8cb02fae50

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Mar  7 10:40:12 2011 -0700

qpf-{arabic,unifont,unismall}: Switch to subdir= in SRC_URI

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/qpf-fonts/qpf-arabic_1.0.bb     |    3 +--
 recipes/qpf-fonts/qpf-unifont_1.0.bb    |    3 +--
 recipes/qpf-fonts/qpf-unismall_1.0.0.bb |    4 +---
 3 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/recipes/qpf-fonts/qpf-arabic_1.0.bb b/recipes/qpf-fonts/qpf-arabic_1.0.bb
index e981535..9a0d22f 100644
--- a/recipes/qpf-fonts/qpf-arabic_1.0.bb
+++ b/recipes/qpf-fonts/qpf-arabic_1.0.bb
@@ -5,8 +5,7 @@ HOMEPAGE = "http://www.arabeyes.org"
 LICENSE = "GPL"
 PR = "r1"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/arabeyes/arabic-fonts-${PV}.tar.gz"
-S = "${WORKDIR}"
+SRC_URI = "${SOURCEFORGE_MIRROR}/arabeyes/arabic-fonts-${PV}.tar.gz;subdir=${BPN}-${PV}"
 
 SRC_URI[md5sum] = "c6b1aa28bfecdd0c693a2afc43d7679e"
 SRC_URI[sha256sum] = "d5b93fb8dbfa73e4a542bb8ad7d61c8b48dcf79948da26da9e9ef3b1a49c4221"
diff --git a/recipes/qpf-fonts/qpf-unifont_1.0.bb b/recipes/qpf-fonts/qpf-unifont_1.0.bb
index 2635e17..5509d63 100644
--- a/recipes/qpf-fonts/qpf-unifont_1.0.bb
+++ b/recipes/qpf-fonts/qpf-unifont_1.0.bb
@@ -5,8 +5,7 @@ LICENSE = "GPL QPL"
 RPROVIDES_${PN} = "virtual-japanese-font"
 PR = "r3"
 
-SRC_URI = "http://www.openzaurus.org/mirror/qpf-unifont.tar.bz2"
-S = "${WORKDIR}"
+SRC_URI = "http://www.openzaurus.org/mirror/qpf-unifont.tar.bz2;subdir=${BPN}-${PV}"
 
 SRC_URI[md5sum] = "92f6df1c5edb26351332df4f576dbb10"
 SRC_URI[sha256sum] = "c1c5b5ab3431896502c9275daeb47610fb2a840faa6d580e140909a3f4ef7391"
diff --git a/recipes/qpf-fonts/qpf-unismall_1.0.0.bb b/recipes/qpf-fonts/qpf-unismall_1.0.0.bb
index 0a65c12..26fb7ce 100644
--- a/recipes/qpf-fonts/qpf-unismall_1.0.0.bb
+++ b/recipes/qpf-fonts/qpf-unismall_1.0.0.bb
@@ -6,9 +6,7 @@ LICENSE = "GPL"
 RPROVIDES_${PN} = "virtual-japanese-font"
 PR = "r5"
 
-SRC_URI = "http://osdn.dl.sourceforge.jp/zaurus-ja/773/unismall-${PV}.tar.gz"
-
-S = "${WORKDIR}"
+SRC_URI = "http://osdn.dl.sourceforge.jp/zaurus-ja/773/unismall-${PV}.tar.gz;subdir=${BPN}-${PV}"
 
 SRC_URI[md5sum] = "fb608934ab87ad5203aebb85c2d130c7"
 SRC_URI[sha256sum] = "9f60583875713e7d45797f25c321c1bb36f43afbbe3c4ab4fd1f58c157022eb6"





More information about the Openembedded-commits mailing list