diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-09-04 22:08:37 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-09-05 10:05:04 +0200 |
commit | ef97bf517597b94651889bd9de4c51026da99741 (patch) | |
tree | 417e2aa02a7cd442c35d0326ac713257517f23f4 /meta-efl | |
parent | a039662ebfcaebafcd06a3b8ceb686e83cc77837 (diff) | |
download | meta-openembedded-ef97bf517597b94651889bd9de4c51026da99741.tar.gz |
python-efl: upgrade recipes to 1.7.0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
12 files changed, 31 insertions, 37 deletions
diff --git a/meta-efl/recipes-devtools/python/python-ecore_1.6.99-beta.bb b/meta-efl/recipes-devtools/python/python-ecore_1.6.99-beta.bb deleted file mode 100644 index f2c775011..000000000 --- a/meta-efl/recipes-devtools/python/python-ecore_1.6.99-beta.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | SRCVER = "1.7.0-beta" | ||
4 | |||
5 | SRC_URI[md5sum] = "7cd483e817e41017adcd23cea4ce462d" | ||
6 | SRC_URI[sha256sum] = "09a99f728b946c44955ad91e3ac072643e533ded74110f481e27b8f035877a95" | ||
diff --git a/meta-efl/recipes-devtools/python/python-ecore_1.7.0.bb b/meta-efl/recipes-devtools/python/python-ecore_1.7.0.bb new file mode 100644 index 000000000..17b713717 --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-ecore_1.7.0.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require ${BPN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | |||
4 | SRC_URI[md5sum] = "15dd908b71d09ef30f7e758739f3b6fd" | ||
5 | SRC_URI[sha256sum] = "45d374ffab243b561718897e4eac9aadc1e7ce6e34321a3e728a5f6d07d1e9b6" | ||
diff --git a/meta-efl/recipes-devtools/python/python-edbus_1.6.99-beta.bb b/meta-efl/recipes-devtools/python/python-edbus_1.6.99-beta.bb deleted file mode 100644 index b3d0e2ef6..000000000 --- a/meta-efl/recipes-devtools/python/python-edbus_1.6.99-beta.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | SRCVER = "1.7.0-beta" | ||
4 | |||
5 | SRC_URI[md5sum] = "d6140208bb2608bd320a70298c0c4234" | ||
6 | SRC_URI[sha256sum] = "468bc77dc1b64d04c688b2f07ddcbeac406d984121b90e78ba802c92e58e4daf" | ||
diff --git a/meta-efl/recipes-devtools/python/python-edbus_1.7.0.bb b/meta-efl/recipes-devtools/python/python-edbus_1.7.0.bb new file mode 100644 index 000000000..562846931 --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-edbus_1.7.0.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require ${BPN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | |||
4 | SRC_URI[md5sum] = "40b479444bb06147429a276127981890" | ||
5 | SRC_URI[sha256sum] = "78e5ca334ee25185748660b4e612f984f4d3bced018f062278701429868f117b" | ||
diff --git a/meta-efl/recipes-devtools/python/python-edje_1.6.99-beta.bb b/meta-efl/recipes-devtools/python/python-edje_1.6.99-beta.bb deleted file mode 100644 index 3d8842594..000000000 --- a/meta-efl/recipes-devtools/python/python-edje_1.6.99-beta.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | SRCVER = "1.7.0-beta" | ||
4 | SRC_URI += "file://0001-fix-unicode-conversion.patch" | ||
5 | |||
6 | SRC_URI[md5sum] = "eac613c2f3d88d30ba1adf4acd5090bf" | ||
7 | SRC_URI[sha256sum] = "6ce7b57a4afaddf8dbf423543380cdc798c954b31ffd9d47e6af9536786abc05" | ||
diff --git a/meta-efl/recipes-devtools/python/python-edje_1.7.0.bb b/meta-efl/recipes-devtools/python/python-edje_1.7.0.bb new file mode 100644 index 000000000..9a30ad435 --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-edje_1.7.0.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require ${BPN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | SRC_URI += "file://0001-fix-unicode-conversion.patch" | ||
4 | |||
5 | SRC_URI[md5sum] = "1e0d7a4a4504298caaad0cee476e4edb" | ||
6 | SRC_URI[sha256sum] = "b1eb7be4dea099752c587baa4747d8100de6cead256ffea22a6cc0e88c4e8786" | ||
diff --git a/meta-efl/recipes-devtools/python/python-elementary_1.6.99-beta.bb b/meta-efl/recipes-devtools/python/python-elementary_1.6.99-beta.bb deleted file mode 100644 index be63412ac..000000000 --- a/meta-efl/recipes-devtools/python/python-elementary_1.6.99-beta.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | SRCVER = "1.7.0-beta" | ||
4 | |||
5 | SRC_URI[md5sum] = "f2b801aa8fe53914abbcfdf14aa1d325" | ||
6 | SRC_URI[sha256sum] = "1255bab89b824754c1a0909f2646ff63fd0e12478e0bfbfbdc3cfd48ea9bfa25" | ||
diff --git a/meta-efl/recipes-devtools/python/python-elementary_1.7.0.bb b/meta-efl/recipes-devtools/python/python-elementary_1.7.0.bb new file mode 100644 index 000000000..625c09df2 --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-elementary_1.7.0.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require ${BPN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | |||
4 | SRC_URI[md5sum] = "38c8b2ac508ab4e1d12f1557a12169c9" | ||
5 | SRC_URI[sha256sum] = "63052f8428d725599a0a2765fe48a21e695c66599ec1dcce0a909db440d2216b" | ||
diff --git a/meta-efl/recipes-devtools/python/python-emotion_1.6.99-beta.bb b/meta-efl/recipes-devtools/python/python-emotion_1.6.99-beta.bb deleted file mode 100644 index 976cf5693..000000000 --- a/meta-efl/recipes-devtools/python/python-emotion_1.6.99-beta.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | SRCVER = "1.7.0-beta" | ||
4 | |||
5 | SRC_URI[md5sum] = "3cfd52e8415f48d77fdb1fe73244c2b2" | ||
6 | SRC_URI[sha256sum] = "76d673b99e5e894b469bb04f67a14492a6021edc95762ba71da7b24c36fa660a" | ||
diff --git a/meta-efl/recipes-devtools/python/python-emotion_1.7.0.bb b/meta-efl/recipes-devtools/python/python-emotion_1.7.0.bb new file mode 100644 index 000000000..01e675147 --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-emotion_1.7.0.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require ${BPN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | |||
4 | SRC_URI[md5sum] = "ac7197ce2617a87fad3dd134a98ad01f" | ||
5 | SRC_URI[sha256sum] = "ac2910c0e3e861dfc07253b825dc038baa1a3e6ce7d5b362122ad51127e20e91" | ||
diff --git a/meta-efl/recipes-devtools/python/python-evas_1.6.99-beta.bb b/meta-efl/recipes-devtools/python/python-evas_1.6.99-beta.bb deleted file mode 100644 index cabc9c889..000000000 --- a/meta-efl/recipes-devtools/python/python-evas_1.6.99-beta.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | SRCVER = "1.7.0-beta" | ||
4 | |||
5 | SRC_URI[md5sum] = "19262c0baac27f35f136e4aaa3ca0171" | ||
6 | SRC_URI[sha256sum] = "6784109dc637bd8a50f31eb3a9ff31e0eece0fba04c8a2a527d6bd83c1b02cf8" | ||
diff --git a/meta-efl/recipes-devtools/python/python-evas_1.7.0.bb b/meta-efl/recipes-devtools/python/python-evas_1.7.0.bb new file mode 100644 index 000000000..62219d8c2 --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-evas_1.7.0.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require ${BPN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | |||
4 | SRC_URI[md5sum] = "c3fda2025171f5e3d2bc224e8bae88e5" | ||
5 | SRC_URI[sha256sum] = "bc00ea23d4d3e9d6448c8a24f918f577cf3c2b25636f36b76b2ed2e3a74d42f5" | ||