[oe-commits] Simon Busch : python-pyside-embedded: create one include file per version for the checksums

git version control git at git.openembedded.org
Wed Jun 22 16:59:36 UTC 2011


Module: openembedded.git
Branch: master
Commit: 6bb7b47fec0549f234b64657ebcfc56cf6dbc9f3
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=6bb7b47fec0549f234b64657ebcfc56cf6dbc9f3

Author: Simon Busch <morphis at gravedo.de>
Date:   Tue Jun 21 20:19:14 2011 +0200

python-pyside-embedded: create one include file per version for the checksums

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 recipes/pyside/python-pyside-1.0.2.inc         |    2 ++
 recipes/pyside/python-pyside-embedded_1.0.2.bb |    4 +---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/pyside/python-pyside-1.0.2.inc b/recipes/pyside/python-pyside-1.0.2.inc
new file mode 100644
index 0000000..1ce16c1
--- /dev/null
+++ b/recipes/pyside/python-pyside-1.0.2.inc
@@ -0,0 +1,2 @@
+SRC_URI[code.md5sum] = "62d718a81fc7e7d19919f17fff5b43a6"
+SRC_URI[code.sha256sum] = "a74db2de659009364f61ec2f2751cbef0dd59410673795880ec3cc9f0f810960"
diff --git a/recipes/pyside/python-pyside-embedded_1.0.2.bb b/recipes/pyside/python-pyside-embedded_1.0.2.bb
index a684c83..f370250 100644
--- a/recipes/pyside/python-pyside-embedded_1.0.2.bb
+++ b/recipes/pyside/python-pyside-embedded_1.0.2.bb
@@ -1,11 +1,9 @@
 inherit qt4e
 require python-pyside.inc
+require python-pyside-${PV}.inc
 
 PR = "${INC_PR}.3"
 SRC_URI += " \
  file://no-accessibility-support.patch \
  file://support-qws.patch \
 "
-
-SRC_URI[code.md5sum] = "62d718a81fc7e7d19919f17fff5b43a6"
-SRC_URI[code.sha256sum] = "a74db2de659009364f61ec2f2751cbef0dd59410673795880ec3cc9f0f810960"





More information about the Openembedded-commits mailing list