[oe-commits] org.oe.dev qt4 staging: add a || true to the cp

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:00:46 UTC 2008


qt4 staging: add a || true to the cp

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 895c049bf3bafa50be2bd1de8ebe966730298b19
ViewMTN: http://monotone.openembedded.org/revision/info/895c049bf3bafa50be2bd1de8ebe966730298b19
Files:
1
packages/qt4/qt_staging.inc
Diffs:

#
# mt diff -r876d5e536010ba70caca81ead71067b64be45223 -r895c049bf3bafa50be2bd1de8ebe966730298b19
#
#
#
# patch "packages/qt4/qt_staging.inc"
#  from [f35c509913b9b43e11838625fb843e06d4ea182e]
#    to [0943ec48803fc0486e490e778f1f6a1a0fca762c]
#
============================================================
--- packages/qt4/qt_staging.inc	f35c509913b9b43e11838625fb843e06d4ea182e
+++ packages/qt4/qt_staging.inc	0943ec48803fc0486e490e778f1f6a1a0fca762c
@@ -17,9 +17,9 @@ do_stage_append() {
     sed -i s#'$(OE_QMAKE_LIBS_X11)'#"${OE_QMAKE_LIBS_X11}"#g libQt*.la
 
     install -d ${STAGING_DIR_TARGET}/qt4/bin
-    cp ${STAGING_DIR_NATIVE}/qt4/bin/* ${STAGING_DIR_TARGET}/qt4/bin/ 
+    cp ${STAGING_DIR_NATIVE}/qt4/bin/* ${STAGING_DIR_TARGET}/qt4/bin/ || true 
     for qttool in ${STAGING_DIR_TARGET}/qt4/bin/*4 ; do
-         ln -sf $qttool  ${STAGING_DIR_TARGET}/qt4/bin/$(basename $qttool |sed s:4::g)
+         ln -sf $qttool  ${STAGING_DIR_TARGET}/qt4/bin/$(basename $qttool |sed s:4::g) 
     done
 }
 






More information about the Openembedded-commits mailing list