mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
swig: Update to version 2.0.12 and fix cmake find swig issue.
* Dropped PR and PR_INC due to PV change. * The cmake rule looks for swig2.0. For the sdk case, the host distro may have a swig2.0 installed. If so the sdk would find the host swig. This updates the sdk so it also has a swig2.0 soft linked to the swig binary in the sdk. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
8df46686a8
commit
6041efb602
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
|
|||||||
file://LICENSE-UNIVERSITIES;md5=8ce9dcc8f7c994de4a408b205c72ba08"
|
file://LICENSE-UNIVERSITIES;md5=8ce9dcc8f7c994de4a408b205c72ba08"
|
||||||
|
|
||||||
SECTION = "devel"
|
SECTION = "devel"
|
||||||
INC_PR = "r3"
|
|
||||||
|
|
||||||
DEPENDS = "libpcre python"
|
DEPENDS = "libpcre python"
|
||||||
|
|
||||||
@@ -50,3 +49,7 @@ do_configure() {
|
|||||||
oe_runconf
|
oe_runconf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_install_append_class-nativesdk() {
|
||||||
|
cd ${D}${bindir}
|
||||||
|
ln -s swig swig2.0
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
require ${BPN}.inc
|
|
||||||
|
|
||||||
PR = "${INC_PR}.0"
|
|
||||||
|
|
||||||
SRC_URI += "file://0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "6d5e7ad05b4a404e5e85db9befb70c9a"
|
|
||||||
SRC_URI[sha256sum] = "d1eef329e867124ce60838b5ad07c763146b6c8f250dd22a861ead7406f78e63"
|
|
||||||
|
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
require ${BPN}.inc
|
||||||
|
|
||||||
|
SRC_URI += "file://0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "c3fb0b2d710cc82ed0154b91e43085a4"
|
||||||
|
SRC_URI[sha256sum] = "65e13f22a60cecd7279c59882ff8ebe1ffe34078e85c602821a541817a4317f7"
|
||||||
|
|
||||||
Reference in New Issue
Block a user