diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-11-09 11:53:25 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-10 07:52:39 -0800 |
| commit | 44f4f89d7dcc3a64eeefa307245ef9a3f4682db6 (patch) | |
| tree | 0b7c07e4fb561e683612ee71a46b0be216bc4d48 /meta-oe/recipes-devtools/sip/sip_4.19.19.bb | |
| parent | 3a9262866dd0db61a1b9f4312e3cb2bb4a9b6b07 (diff) | |
| download | meta-openembedded-44f4f89d7dcc3a64eeefa307245ef9a3f4682db6.tar.gz | |
sip: Upgrade to 4.19.19
Needed for QT 5.13 based python modules
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/sip/sip_4.19.19.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/sip/sip_4.19.19.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/sip/sip_4.19.19.bb b/meta-oe/recipes-devtools/sip/sip_4.19.19.bb new file mode 100644 index 0000000000..3da15b842b --- /dev/null +++ b/meta-oe/recipes-devtools/sip/sip_4.19.19.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | require sip.inc | ||
| 2 | |||
| 3 | DEPENDS = "python" | ||
| 4 | |||
| 5 | inherit python-dir pythonnative | ||
| 6 | |||
| 7 | PACKAGES += "python-sip" | ||
| 8 | |||
| 9 | FILES_python-sip = "${libdir}/${PYTHON_DIR}/site-packages/" | ||
| 10 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" | ||
| 11 | |||
