diff options
| author | Chris Larson <clarson@kergoth.com> | 2003-11-21 18:27:14 +0000 |
|---|---|---|
| committer | Chris Larson <clarson@kergoth.com> | 2003-11-21 18:27:14 +0000 |
| commit | e9b171e0738c2acef0650328b7f2e1ae7cdc55cc (patch) | |
| tree | 8afdd2f094195bb88a7a9636f5b9bd9f53ebb492 /python/python-native_2.3.2.oe | |
| parent | acea8d73cb0c72991690d488915e426bf7e46675 (diff) | |
Numerous build fixes from an oemake -a run, including two more fixes for libtool 'libdir from .la file leaking into library search path' situations.
BKrev: 3fbe5902eywlLRHkRQ1FaDS5C01-jg
Diffstat (limited to 'python/python-native_2.3.2.oe')
| -rw-r--r-- | python/python-native_2.3.2.oe | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/python/python-native_2.3.2.oe b/python/python-native_2.3.2.oe deleted file mode 100644 index 95ebc29a8f..0000000000 --- a/python/python-native_2.3.2.oe +++ /dev/null @@ -1,11 +0,0 @@ -include python_${PV}.oe -inherit native - -FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/python-${PV} - -do_stage_append() { - # install pgen for later usage with non-native builds - install Parser/pgen ${STAGING_DIR}/build/bin -} - - |
