diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-22 07:22:29 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-22 07:22:29 +0000 |
commit | 60d8335c181cd2b15971f5507bb26aa697597650 (patch) | |
tree | 42cb3dc6e2d7943f85b743f2a535b594ca6e8f92 /packages | |
parent | 955a0c5c03a8adddaff3fd8e922cfc236b3f16da (diff) |
openobex: use autotools_stage_all, that stages more than we currently do
Diffstat (limited to 'packages')
-rw-r--r-- | packages/openobex/openobex_1.3.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/openobex/openobex_1.3.bb b/packages/openobex/openobex_1.3.bb index 2e98fbc644..65e98e4ab1 100644 --- a/packages/openobex/openobex_1.3.bb +++ b/packages/openobex/openobex_1.3.bb @@ -17,12 +17,7 @@ EXTRA_OECONF = "--enable-apps --enable-syslog --enable-dump \ --with-usb=${STAGING_LIBDIR}/.. --with-bluez=${STAGING_LIBDIR}/.." do_stage() { - oe_libinstall -so -C lib libopenobex ${STAGING_LIBDIR} - ln -sf libopenobex.so ${STAGING_LIBDIR}/libopenobex-1.2.so - install -d ${STAGING_INCDIR}/openobex - install -m 0644 include/*.h ${STAGING_INCDIR}/openobex/ - install -d ${STAGING_DATADIR}/aclocal - install -m 0644 openobex.m4 ${STAGING_DATADIR}/aclocal/ + autotools_stage_all } # how to stop shlibrename from renaming -apps? |