From d69bc8bdb2f4cd7f08b029e5991fabfb08c6e166 Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Mon, 8 Apr 2013 13:35:29 +0800 Subject: swig: denzil branch should use virtclass-native OVERRIDES oe-core denzil branch still uses virtclass-native OVERRIDES, not class-native, so fix this. Signed-off-by: Xin Ouyang --- recipes-devtools/swig/swig.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/swig/swig.inc b/recipes-devtools/swig/swig.inc index 833c767..a780b2d 100644 --- a/recipes-devtools/swig/swig.inc +++ b/recipes-devtools/swig/swig.inc @@ -26,6 +26,6 @@ def swiglib_relpath(d): swiglib = d.getVar('datadir', True) + "/" + d.getVar('BPN', True) + "/" + d.getVar('PV', True) return os.path.relpath(swiglib, d.getVar('bindir', True)) -do_install_append_class-native() { +do_install_append_virtclass-native() { create_wrapper ${D}${bindir}/swig SWIG_LIB='`dirname $''realpath`'/${@swiglib_relpath(d)} } -- cgit v1.2.3-54-g00ecf