diff options
author | Philip Balister <philip@balister.org> | 2010-01-27 17:55:42 -0500 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2010-01-27 17:58:15 -0500 |
commit | cdfded760fe70a7de824afa012b1fe3b3713a283 (patch) | |
tree | b7e58c71c238b3a896687a32d63179a6c63aca50 /recipes/swig/swig-native_1.3.38.bb | |
parent | 532806deef383acf79ebb30ea1fa85aabf159e2f (diff) |
swig : Fix recipe so it works on target, convert to BBCLASSEXTEND and .inc file.
* native packages now use BBCLASSEXTEND method.
* Now installs need files into target.
* include file to eliminate duplicate portions of the recipe.
Diffstat (limited to 'recipes/swig/swig-native_1.3.38.bb')
-rw-r--r-- | recipes/swig/swig-native_1.3.38.bb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes/swig/swig-native_1.3.38.bb b/recipes/swig/swig-native_1.3.38.bb deleted file mode 100644 index 8210bb9cfb..0000000000 --- a/recipes/swig/swig-native_1.3.38.bb +++ /dev/null @@ -1,7 +0,0 @@ -require swig_${PV}.bb -inherit native - -do_stage() { - oe_runmake install PREFIX=${STAGING_BINDIR}/.. -} - |