| Submitter | Eric BENARD |
|---|---|
| Date | May 16, 2011, 1:22 p.m. |
| Message ID | <1305552169-26917-1-git-send-email-eric@eukrea.com> |
| Download | mbox | patch |
| Permalink | /patch/4119/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/recipes/python/python-sip_4.12.1.bb b/recipes/python/python-sip_4.12.1.bb deleted file mode 100644 index 541da44..0000000 --- a/recipes/python/python-sip_4.12.1.bb +++ /dev/null @@ -1,7 +0,0 @@ -require python-sip.inc -PR = "r0" - -SRC_URI[md5sum] = "0f8e8305b14c1812191de2e0ee22fea9" -SRC_URI[sha256sum] = "e9d66e8830c2a58e6c17b9952710f67d495ddb84ce6f3d89400c8b52913381b5" - - diff --git a/recipes/python/python-sip_4.12.2.bb b/recipes/python/python-sip_4.12.2.bb new file mode 100644 index 0000000..0578486 --- /dev/null +++ b/recipes/python/python-sip_4.12.2.bb @@ -0,0 +1,8 @@ +require python-sip.inc +PR = "r0" + +SRC_URI[md5sum] = "9df80f88e0e4022cdd8a8891c6c38048" +SRC_URI[sha256sum] = "3e42bea028a1713558b5b8a317af4195d3b0feaa6c179d99401a7048f1a3cec4" + + +
4.12.1 is no more fetchable Signed-off-by: Eric Bénard <eric@eukrea.com> --- recipes/python/python-sip_4.12.1.bb | 7 ------- recipes/python/python-sip_4.12.2.bb | 8 ++++++++ 2 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 recipes/python/python-sip_4.12.1.bb create mode 100644 recipes/python/python-sip_4.12.2.bb