diff options
author | Diego Rondini <diego.rondini@kynetics.com> | 2018-04-11 15:54:27 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-05-01 18:12:48 -0700 |
commit | 50b0ed791de458309e427f27ce07aa0a9c24887e (patch) | |
tree | ba7b0b9bebda3381eb903531f6841c2db542bd05 /meta-oe/recipes-devtools | |
parent | 99df43f9f4dc5583af9f7af5006ddd84c98c7468 (diff) | |
download | meta-openembedded-50b0ed791de458309e427f27ce07aa0a9c24887e.tar.gz |
sip: update recipe to 4.19.8
Update sip to latest version to allow update of PyQt.
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/sip/sip_4.19.8.bb (renamed from meta-oe/recipes-devtools/sip/sip_4.19.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/sip/sip_4.19.2.bb b/meta-oe/recipes-devtools/sip/sip_4.19.8.bb index 1d837c59f8..ea944b32ff 100644 --- a/meta-oe/recipes-devtools/sip/sip_4.19.2.bb +++ b/meta-oe/recipes-devtools/sip/sip_4.19.8.bb | |||
@@ -9,8 +9,8 @@ inherit python-dir | |||
9 | DEPENDS = "python" | 9 | DEPENDS = "python" |
10 | 10 | ||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/pyqt/sip/sip-${PV}/sip-${PV}.tar.gz" | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/pyqt/sip/sip-${PV}/sip-${PV}.tar.gz" |
12 | SRC_URI[md5sum] = "4f48e212890ebe584e8d804cfbcfc61e" | 12 | SRC_URI[md5sum] = "0625fb20347d4ff1b5da551539be0727" |
13 | SRC_URI[sha256sum] = "432b4aad25254e6997913e33b1ca3cf5fd21d5729a50a3ce2edccbea82c80533" | 13 | SRC_URI[sha256sum] = "7eaf7a2ea7d4d38a56dd6d2506574464bddf7cf284c960801679942377c297bc" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native" |
16 | 16 | ||