diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-23 22:46:24 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-23 22:46:24 +0000 |
commit | e04b8a54daf60459347e59110f8db055e061d3e0 (patch) | |
tree | 43c07fc6a68128d01e489ff92df118a9633622bd /content/openobex-1.0.0.oe | |
parent | bc09c642e95e480c00d1887079c88ade6d02ac31 (diff) |
Moved the emptying of EXTRA_OEMAKE into autotools.oeclass where it belongs.
BKrev: 3f70cd40KX6mTFwxQVi3H0OLTY_bRA
Diffstat (limited to 'content/openobex-1.0.0.oe')
-rw-r--r-- | content/openobex-1.0.0.oe | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/openobex-1.0.0.oe b/content/openobex-1.0.0.oe index 00a3bba5cb..e9f11c84cd 100644 --- a/content/openobex-1.0.0.oe +++ b/content/openobex-1.0.0.oe @@ -6,8 +6,6 @@ S = ${WORKDIR}/${P} inherit autotools -EXTRA_OEMAKE = - do_stage () { install -m 0755 src/.libs/libopenobex* ${STAGING_LIBDIR}/ install -d ${STAGING_DIR}/target/include/openobex |