aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-06-21 20:19:14 +0200
committerSimon Busch <morphis@gravedo.de>2011-06-22 18:52:47 +0200
commit6bb7b47fec0549f234b64657ebcfc56cf6dbc9f3 (patch)
tree06b81e7c36c046e0a8ce920dcf6290550f9cc01e
parent590286c6cf910c85118d4c1508d8b3bbc1baddd6 (diff)
downloadopenembedded-6bb7b47fec0549f234b64657ebcfc56cf6dbc9f3.tar.gz
python-pyside-embedded: create one include file per version for the checksums
Signed-off-by: Simon Busch <morphis@gravedo.de>
-rw-r--r--recipes/pyside/python-pyside-1.0.2.inc2
-rw-r--r--recipes/pyside/python-pyside-embedded_1.0.2.bb4
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 0000000000..1ce16c1bc0
--- /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 a684c8336f..f37025040f 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"