[oe-commits] org.oe.dev openobex: use autotools_stage_all, that stages more than we currently do

koen commit openembedded-commits at lists.openembedded.org
Mon Oct 22 07:37:31 UTC 2007


openobex: use autotools_stage_all, that stages more than we currently do

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 1e7260f269f4845e8db6883851c927a30963ebc4
ViewMTN: http://monotone.openembedded.org/revision/info/1e7260f269f4845e8db6883851c927a30963ebc4
Files:
1
packages/openobex/openobex_1.3.bb
Diffs:

#
# mt diff -r313e9b961ff656092c3eafb5ba6e040561dd5a51 -r1e7260f269f4845e8db6883851c927a30963ebc4
#
# 
# 
# patch "packages/openobex/openobex_1.3.bb"
#  from [852f5a8afc4500a5a6f10be5f55895cdf037d350]
#    to [9072a1c661a08e138a1e29179436b0c08a7b85a4]
# 
============================================================
--- packages/openobex/openobex_1.3.bb	852f5a8afc4500a5a6f10be5f55895cdf037d350
+++ packages/openobex/openobex_1.3.bb	9072a1c661a08e138a1e29179436b0c08a7b85a4
@@ -17,12 +17,7 @@ do_stage() {
                 --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?






More information about the Openembedded-commits mailing list