[oe-commits] org.oe.dev libtool-native 2.2.4: fix forced stagings

koen commit oe at amethyst.openembedded.net
Sat Jul 5 08:33:52 UTC 2008


libtool-native 2.2.4: fix forced stagings

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 0cfaa3e79bd4ea1990c3c31c8936572064f47a49
ViewMTN: http://monotone.openembedded.org/revision/info/0cfaa3e79bd4ea1990c3c31c8936572064f47a49
Files:
1
packages/libtool/libtool-native_2.2.4.bb
Diffs:

#
# mt diff -rba8403a8ad444bd34b7a9e7157058ef0de391d5c -r0cfaa3e79bd4ea1990c3c31c8936572064f47a49
#
#
#
# patch "packages/libtool/libtool-native_2.2.4.bb"
#  from [6f12d99f315cd7d83444357c45f055103c0aed6d]
#    to [71ac9dff8e0806ae6e07eb786725cbbf5e619106]
#
============================================================
--- packages/libtool/libtool-native_2.2.4.bb	6f12d99f315cd7d83444357c45f055103c0aed6d
+++ packages/libtool/libtool-native_2.2.4.bb	71ac9dff8e0806ae6e07eb786725cbbf5e619106
@@ -39,7 +39,7 @@ do_stage () {
 	install -c -m 0644 ${S}/libltdl/m4/argz.m4 ${STAGING_DATADIR}/aclocal/
 
 	install -d ${STAGING_DATADIR}/libtool/libltdl
-	cp -pPr  ${S}/libltdl/* ${STAGING_DATADIR}/libtool/libltdl/
+	cp -pfPr  ${S}/libltdl/* ${STAGING_DATADIR}/libtool/libltdl/
 }
 
 do_install () {






More information about the Openembedded-commits mailing list