[oe-commits] org.oe.dev autotools.bbclass: Replace cp with autotools_stage_dir.

thebohemian commit oe at amethyst.openembedded.net
Wed Apr 2 23:10:18 UTC 2008


autotools.bbclass: Replace cp with autotools_stage_dir.

Author: thebohemian at openembedded.org
Branch: org.openembedded.dev
Revision: 66d9cc1155353a9e1d178f4143dd89f86fc64dcb
ViewMTN: http://monotone.openembedded.org/revision/info/66d9cc1155353a9e1d178f4143dd89f86fc64dcb
Files:
1
classes/autotools.bbclass
Diffs:

#
# mt diff -r34a47e3bf5cca41ad49abe6bad8814ce3788f2d5 -r66d9cc1155353a9e1d178f4143dd89f86fc64dcb
#
#
#
# patch "classes/autotools.bbclass"
#  from [aca69d07902b5d16cc3be9cc17ba2089144114e5]
#    to [9a1f7d12a63cbf1e66e09baeb4353d43d849f4fa]
#
============================================================
--- classes/autotools.bbclass	aca69d07902b5d16cc3be9cc17ba2089144114e5
+++ classes/autotools.bbclass	9a1f7d12a63cbf1e66e09baeb4353d43d849f4fa
@@ -211,8 +211,7 @@ autotools_stage_all() {
 		else
 			# Otherwise libtool wasn't used, and lib/ can be copied
 			# directly.
-			echo "cp -fpPR ${STAGE_TEMP}/${libdir}/* ${STAGING_LIBDIR}"
-			cp -fpPR ${STAGE_TEMP}/${libdir}/* ${STAGING_LIBDIR}
+      autotools_stage_dir ${STAGE_TEMP}/${libdir} ${STAGING_LIBDIR}
 		fi
 	
 	fi






More information about the Openembedded-commits mailing list