diff options
Diffstat (limited to 'meta-oe/recipes-devtools/swig/swig.inc')
| -rw-r--r-- | meta-oe/recipes-devtools/swig/swig.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/swig/swig.inc b/meta-oe/recipes-devtools/swig/swig.inc index 8e83526d98..52ef9a6202 100644 --- a/meta-oe/recipes-devtools/swig/swig.inc +++ b/meta-oe/recipes-devtools/swig/swig.inc | |||
| @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \ | |||
| 6 | file://LICENSE-UNIVERSITIES;md5=8ce9dcc8f7c994de4a408b205c72ba08" | 6 | file://LICENSE-UNIVERSITIES;md5=8ce9dcc8f7c994de4a408b205c72ba08" |
| 7 | 7 | ||
| 8 | SECTION = "devel" | 8 | SECTION = "devel" |
| 9 | INC_PR = "r3" | ||
| 10 | 9 | ||
| 11 | DEPENDS = "libpcre python" | 10 | DEPENDS = "libpcre python" |
| 12 | 11 | ||
| @@ -50,3 +49,7 @@ do_configure() { | |||
| 50 | oe_runconf | 49 | oe_runconf |
| 51 | } | 50 | } |
| 52 | 51 | ||
| 52 | do_install_append_class-nativesdk() { | ||
| 53 | cd ${D}${bindir} | ||
| 54 | ln -s swig swig2.0 | ||
| 55 | } | ||
