diff options
author | Philip Balister <philip@balister.org> | 2017-05-11 16:13:15 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-05-23 15:49:39 +0200 |
commit | 229f824568406df354bc857b31989a7777d778bb (patch) | |
tree | 734cf163a99072da6d7984bfbf36d49bf33c56d3 | |
parent | 7ed6ec8fef068dfc0c1df57386648b43779966da (diff) | |
download | meta-openembedded-229f824568406df354bc857b31989a7777d778bb.tar.gz |
sip: update recipe to 4.19.2.
* Needed for PyQt-5.8.2, a recipe I am looking at again.
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/sip/sip_4.19.2.bb (renamed from meta-oe/recipes-devtools/sip/sip_4.19.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/sip/sip_4.19.bb b/meta-oe/recipes-devtools/sip/sip_4.19.2.bb index 82feebbed..1d837c59f 100644 --- a/meta-oe/recipes-devtools/sip/sip_4.19.bb +++ b/meta-oe/recipes-devtools/sip/sip_4.19.2.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] = "be51a05065c9323b98a2ec2966c64e6a" | 12 | SRC_URI[md5sum] = "4f48e212890ebe584e8d804cfbcfc61e" |
13 | SRC_URI[sha256sum] = "014bf55f653e0d8bcc582705ef4fbd61e0859a36e959ab46d8fa060cdf0b5e27" | 13 | SRC_URI[sha256sum] = "432b4aad25254e6997913e33b1ca3cf5fd21d5729a50a3ce2edccbea82c80533" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native" |
16 | 16 | ||