#
# Copy the stamp files into the main stamps directoy
#
- cmd = bb.data.expand("cp -dpR ${WORKDIR}/tstage/stamps/* ${TMPDIR}/stamps/", d)
+ cmd = bb.data.expand("cp -PpR ${WORKDIR}/tstage/stamps/* ${TMPDIR}/stamps/", d)
try:
ret = oe_run(d, cmd)
except RuntimeError:
bb.mkdirhier(destdir)
# We need to include the package_stage stamp in the staging package so create one
bb.build.make_stamp("do_package_stage", d)
- oe_run(d, "cp -dpR %s.do_* %s/" % (stampfn, destdir))
+ oe_run(d, "cp -PpR %s.do_* %s/" % (stampfn, destdir))
pstage_set_pkgmanager(d)
bb.build.exec_func("staging_helper", d)
# Copy the packages into the target image
# Ugly ugly ugly but rpm is braindead and can't see outside the chroot
# when installing :(
- cp -r ${DEPLOY_DIR_RPM}/$arch ${IMAGE_ROOTFS}${DEPLOY_DIR_RPM}/
+ cp -R ${DEPLOY_DIR_RPM}/$arch ${IMAGE_ROOTFS}${DEPLOY_DIR_RPM}/
done
# Uclibc builds don't provide this stuff...
# Copy sources for packaging
mkdir -p $tmp_dir/${SRCIPK_INSTALL_DIR}
- cp -rLf ${S}/* $tmp_dir/${SRCIPK_INSTALL_DIR}/
+ cp -RLf ${S}/* $tmp_dir/${SRCIPK_INSTALL_DIR}/
if [ ${SRCIPK_INCLUDE_EXTRAFILES} != "0" ]
then
destfile=`echo $srcfile | sed s#${TMPDIR}#${PSTAGE_TMPDIR_STAGE}#`
destdir=`dirname $destfile`
mkdir -p $destdir
- cp -dp $srcfile $destfile
+ cp -Pp $srcfile $destfile
fi
}
mkdir -p build/org/apache/tools/ant/types/conditions
- cp -r src/resources/org build/
+ cp -R src/resources/org build/
(cd src/main && find . \( -name "*.properties" -or -name "*.xml" -or -name "*.mf" \) -exec cp {} ../../build/{} \;)
echo "VERSION=${PV}" > build/org/apache/tools/ant/version.txt
do_install() {
cd ${S}
install -d ${D}/usr/include
- cp -dpR boost ${D}/usr/include
+ cp -PpR boost ${D}/usr/include
}
do_stage() {
cd ${S}
install -d -m 775 ${STAGING_INCDIR}
- cp -dpR boost ${STAGING_INCDIR}
+ cp -PpR boost ${STAGING_INCDIR}
}
FILES_${PN}-dev = "/usr/include"
install -d ${D}/busybox
ls ${D} -R
- cp -dPr ${D}${base_bindir} ${D}${base_sbindir} ${D}${prefix} ${D}/busybox/
+ cp -PpR ${D}${base_bindir} ${D}${base_sbindir} ${D}${prefix} ${D}/busybox/
# Move the busybox binary back to /bin
install -d ${D}${base_bindir}
mv ${D}/busybox${base_bindir}/busybox ${D}${base_bindir}/
install -d ${D}/busybox
ls ${D} -R
- cp -dPr ${D}${base_bindir} ${D}${base_sbindir} ${D}${prefix} ${D}/busybox/
+ cp -PpR ${D}${base_bindir} ${D}${base_sbindir} ${D}${prefix} ${D}/busybox/
# Move the busybox binary back to /bin
install -d ${D}${base_bindir}
mv ${D}/busybox${base_bindir}/busybox ${D}${base_bindir}/
install -d ${D}${datadir}/sgml/docbook/dsssl-stylesheets-${PV}
install -m 0644 catalog ${D}${datadir}/sgml/docbook/dsssl-stylesheets-${PV}
- cp -dpr common ${D}${datadir}/sgml/docbook/dsssl-stylesheets-${PV}
+ cp -PpRr common ${D}${datadir}/sgml/docbook/dsssl-stylesheets-${PV}
install-catalog --add ${sysconfdir}/sgml/dsssl-docbook-stylesheets.cat \
${D}${datadir}/sgml/docbook/dsssl-stylesheets-${PV}/catalog
# for details.
install -d -m 755 ${D}${datadir}/sgml/docbook/sgml-dtd-${DTD_VERSION}
install docbook.cat ${D}${datadir}/sgml/docbook/sgml-dtd-${DTD_VERSION}/catalog
- cp -dpr *.dtd *.mod *.dcl ${D}${datadir}/sgml/docbook/sgml-dtd-${DTD_VERSION}
+ cp -PpRr *.dtd *.mod *.dcl ${D}${datadir}/sgml/docbook/sgml-dtd-${DTD_VERSION}
install-catalog --add ${sysconfdir}/sgml/sgml-docbook-dtd-${DTD_VERSION}.cat \
${D}${datadir}/sgml/docbook/sgml-dtd-${DTD_VERSION}/catalog
# Make a copy of the remaining source to get the embedded
# resources.
- cp -r source/org build/
+ cp -R source/org build/
# Remove source code and other stuff.
find build -name '*.java' -exec rm -f {} \;
do_install() {
install -d ${D}/www/pages/eyeos
- cp -r ${S}/* ${D}/www/pages/eyeos
+ cp -R ${S}/* ${D}/www/pages/eyeos
}
PACKAGE_ARCH = "all"
do_install () {
cd fbreader/openzaurus; oe_runmake .builddir RESOLUTION=240x320
- cp -r data/* ${D}
+ cp -R data/* ${D}
}
SRC_URI[md5sum] = "17062ae0f1d7d093e61cd002e39885ae"
do_install () {
cd fbreader/${READER_ARCH}; oe_runmake .builddir RESOLUTION=${READER_RESOLUTION}
- cp -r data/* ${D}
+ cp -R data/* ${D}
}
SRC_URI[md5sum] = "3b4944bf0d37b42249bef84d59918ce0"
"
do_install_append() {
- cp -dpR ${WORKDIR}/extens* ${D}${libdir}/mozilla/
+ cp -PpR ${WORKDIR}/extens* ${D}${libdir}/mozilla/
}
PACKAGES =+ "${PN}-firefox-hack"
TARGET_CC_ARCH += " -DHAVE_NEW_XULRUNNER=1 "
do_install_append() {
- cp -dpR ${WORKDIR}/extens* ${D}${libdir}/mozilla/
+ cp -PpR ${WORKDIR}/extens* ${D}${libdir}/mozilla/
}
PACKAGES =+ "${PN}-firefox-hack"
# copy icons from other alternatives if they are not provided by current alternative
# ie gpe-sketchbook install own icon to pixmaps dir even before gpe-icons_*.bb is installed
-# so if we switch pixmaps link to neo theme, there would be no icon for gpe-sketchbook
+# so if we switch pixmaps link to neo theme, there would be no icon for gpe-sketchbook
# unless we copy it to neo theme in postinst too
-# inherit update-alternatives is not used, because not all distributions want to use it
+# inherit update-alternatives is not used, because not all distributions want to use it
# and conditional inherit is a bit difficult to use (inherit ${GPE_INHERIT} works, but only if we always want at least 1 bbclass)
pkg_postinst_shr() {
if [ "${pixmap_dir}"x == "pixmaps.${PN}"x ] ; then
continue;
fi
- for pixmap in `find ${pixmap_dir}`; do
- pixmap_target=`echo ${pixmap} | sed "s/${pixmap_dir}/pixmaps.${PN}/g"`;
- if [ ! -e ${pixmap_target} ] ; then
- cp -ra ${pixmap} ${pixmap_target};
- echo "${pixmap} merged";
- fi;
+ for pixmap in `find ${pixmap_dir}`; do
+ pixmap_target=`echo ${pixmap} | sed "s/${pixmap_dir}/pixmaps.${PN}/g"`;
+ if [ ! -e ${pixmap_target} ] ; then
+ cp -Ra ${pixmap} ${pixmap_target};
+ echo "${pixmap} merged";
+ fi;
done
done
update-alternatives --install ${ALTERNATIVE_LINK} ${ALTERNATIVE_NAME} ${ALTERNATIVE_PATH} ${ALTERNATIVE_PRIORITY}
do_install() {
install -d ${D}${datadir}/gpe/
install -d ${D}${datadir}/gpe/pixmaps.${PN}/
- cp -r ${S}/* "${D}${datadir}/gpe/pixmaps.${PN}/"
+ cp -R ${S}/* "${D}${datadir}/gpe/pixmaps.${PN}/"
}
FILES_${PN} = "${datadir}/gpe/pixmaps.${PN}/"
# bitbake git fetcher doesn't handle git submodules currently
do_configure_prepend () {
- cp -rf ${WORKDIR}/gstreamer-0.10.25/common/* ${S}/common/
+ cp -Rf ${WORKDIR}/gstreamer-0.10.25/common/* ${S}/common/
autopoint
}
EXTRA_OECONF = " --disable-rpath --disable-tests --disable-examples"
do_configure_prepend () {
- cp -rf ${WORKDIR}/gstreamer-0.10.29/common/* ${S}/common/
- cp -rf ${WORKDIR}/gstreamer-0.10.29/po/* ${S}/po/
+ cp -Rf ${WORKDIR}/gstreamer-0.10.29/common/* ${S}/common/
+ cp -Rf ${WORKDIR}/gstreamer-0.10.29/po/* ${S}/po/
autopoint --force
sed -i -e '/po /d' ${S}/Makefile.am
}
do_install() {
rm -rf ${S}/patches
install -d ${D}${datadir}/themes/elementary
- cp -r ${S}/* ${D}${datadir}/themes/elementary/
+ cp -R ${S}/* ${D}${datadir}/themes/elementary/
}
PACKAGE_ARCH = "all"
install -d ${D}${datadir}/icons/elementary/
install -d ${D}${datadir}/icons/elementary-monochrome/
- cp -r ${S}/elementary/* ${D}${datadir}/icons/elementary/
- cp -r ${S}/elementary-monochrome/* ${D}${datadir}/icons/elementary-monochrome/
+ cp -R ${S}/elementary/* ${D}${datadir}/icons/elementary/
+ cp -R ${S}/elementary-monochrome/* ${D}${datadir}/icons/elementary-monochrome/
}
FILES_${PN} = "${datadir}/icons/elementary*"
for i in whitelist blacklist; do
install -m 644 etc/havp/$i ${D}${sysconfdir}/havp/$i
done
- cp -r etc/havp/templates ${D}${sysconfdir}/havp
+ cp -R etc/havp/templates ${D}${sysconfdir}/havp
chmod -R a+rX ${D}${sysconfdir}/havp/templates
# We need some /var directories
for F in bootstrap/icedtea/{bin,include,jre,lib}
do
- cp -rL $F ${JDK_INSTALL_DIR}
+ cp -RL $F ${JDK_INSTALL_DIR}
done
install -d ${JDK_INSTALL_DIR}/include/hpi
# Built everything but the JMS and JMX classes (like in Debian)
javac -sourcepath src/main/java -cp $cp -d build `find src/main/java -name "*.java" -and -not \( -iwholename "*jms*" -or -iwholename "*jmx*" \)`
- cp -r src/main/resources/* build/
+ cp -R src/main/resources/* build/
fastjar -C build -c -f ${JARFILENAME} .
}
do_stage() {
cd ${S}
install -d -m 775 ${STAGING_LIBDIR}
- cp -dp src/RCF/libRCF[sm]t.a ${STAGING_LIBDIR}
- cp -dp src/RCF/libRCF[sm]t.so* ${STAGING_LIBDIR}
+ cp -PpR src/RCF/libRCF[sm]t.a ${STAGING_LIBDIR}
+ cp -PpR src/RCF/libRCF[sm]t.so* ${STAGING_LIBDIR}
install -d -m 775 ${STAGING_INCDIR}
tar -C include --exclude='*.diff' -cvf - . | tar -C ${STAGING_INCDIR} -xvf -
}
install -c -m 0644 ${S}/libltdl/m4/argz.m4 ${STAGING_DATADIR}/aclocal/
install -d ${STAGING_DATADIR}/libtool/libltdl
- cp -pfPr ${S}/libltdl/* ${STAGING_DATADIR}/libtool/libltdl/
+ cp -pfPR ${S}/libltdl/* ${STAGING_DATADIR}/libtool/libltdl/
}
do_install () {
install -c -m 0644 ${S}/libltdl/m4/argz.m4 ${D}${datadir}/aclocal/
install -d ${D}${datadir}/libtool/libltdl
- cp -pfPr ${S}/libltdl/* ${D}${datadir}/libtool/libltdl/
+ cp -pfPR ${S}/libltdl/* ${D}${datadir}/libtool/libltdl/
}
do_install() {
install -d ${D}/lib/firmware/
- cp -rpP * ${D}/lib/firmware/
+ cp -RpP * ${D}/lib/firmware/
}
FILES_${PN} += "/lib/firmware/*"
do_install() {
install -d ${D}/lib/firmware/zd1211
- cp -rpP zd1211-firmware/* ${D}/lib/firmware/zd1211
+ cp -RpP zd1211-firmware/* ${D}/lib/firmware/zd1211
}
FILES_${PN} += "/lib/firmware/zd1211/*"
install -d ${STAGING_LIBDIR}/llvm${LLVM_RELEASE}
# Move headers into their own directory
- cp -r ${WORKDIR}/llvm-install/${prefix}/include/llvm \
+ cp -R ${WORKDIR}/llvm-install/${prefix}/include/llvm \
${STAGING_INCDIR}/llvm${LLVM_RELEASE}/
- cp -r ${WORKDIR}/llvm-install/${prefix}/include/llvm-c \
+ cp -R ${WORKDIR}/llvm-install/${prefix}/include/llvm-c \
${STAGING_INCDIR}/llvm${LLVM_RELEASE}/
find ${WORKDIR}/llvm-install/${prefix}/lib -name "*" -maxdepth 1 -exec \
do_stage() {
mkdir -p ${STAGING_INCDIR}
- cp -r ${S}/include/* ${STAGING_INCDIR}/
+ cp -R ${S}/include/* ${STAGING_INCDIR}/
}
do_stage() {
mkdir -p ${STAGING_INCDIR}
- cp -r ${S}/include/* ${STAGING_INCDIR}/
+ cp -R ${S}/include/* ${STAGING_INCDIR}/
}
install -d ${D}${datadir}/apache2/htdocs
install -d ${D}/etc/apache2
install -d ${D}/etc/apache2/extra
- cp -r ${S}/mythweb/* ${D}${datadir}/apache2/htdocs/
- cp -r ${S}/mythweb/mythweb.conf.apache ${D}/etc/apache2/extra/mythweb.conf
+ cp -R ${S}/mythweb/* ${D}${datadir}/apache2/htdocs/
+ cp -R ${S}/mythweb/mythweb.conf.apache ${D}/etc/apache2/extra/mythweb.conf
sed -i -e s:/var/www/html:/usr/share/apache2/htdocs:g ${D}/etc/apache2/extra/mythweb.conf
}
oe_runmake install INSTALL_ROOT="${D}"
install -d ${D}/www
install -d ${D}/www/pages
- cp -r ${S}/mythweb/* ${D}www/pages/
- cp -r ${S}/mythweb/mythweb.conf.lighttpd ${D}/etc/mythweb.conf
+ cp -R ${S}/mythweb/* ${D}www/pages/
+ cp -R ${S}/mythweb/mythweb.conf.lighttpd ${D}/etc/mythweb.conf
sed -i -e s:/var/www/html:/www/pages:g ${D}/etc/mythweb.conf
}
install -d ${D}${sysconfdir}/
install -d ${D}${sysconfdir}/apache2
install -d ${D}${sysconfdir}/apache2/extra
- cp -r ${S}/mythweb/* ${D}/${datadir}/apache2/htdocs/
+ cp -R ${S}/mythweb/* ${D}/${datadir}/apache2/htdocs/
mv ${S}/mythweb/mythweb.conf.apache ${D}${sysconfdir}/apache2/extra/mythweb.conf
sed -i -e s:/var/www/html:/usr/share/apache2/htdocs:g ${D}${sysconfdir}/apache2/extra/mythweb.conf
install -d ${D}/www
install -d ${D}/www/pages
- cp -r ${S}/mythweb/* ${D}/www/pages/
+ cp -R ${S}/mythweb/* ${D}/www/pages/
mv ${S}/mythweb/mythweb.conf.lighttpd ${D}${sysconfdir}/mythweb.conf
sed -i -e s:/var/www/html:/www/pages:g ${D}${sysconfdir}/mythweb.conf
}
cp ${S}/Samples/Common/bin/Release/*cfg ${D}${datadir}/ogre3d/samples/Common/bin
install -d ${D}${datadir}/ogre3d/Media
- cp -r ${S}/Samples/Media/* ${D}${datadir}/ogre3d/Media/
+ cp -R ${S}/Samples/Media/* ${D}${datadir}/ogre3d/Media/
find ${D} -name ".svn" | xargs rm -rf
}
do_install() {
install -d ${D}/usr
- cp -ra ${S}/bin ${D}/usr
- cp -ra ${S}/share ${D}/usr
+ cp -Ra ${S}/bin ${D}/usr
+ cp -Ra ${S}/share ${D}/usr
}
fi
echo "Old alternatives directory ${alternatives_dir_old} exists, moving entries to new one ${alternatives_dir_new}"
echo "Creating backup copy of both ${alternatives_dir_old}-backup and ${alternatives_dir_new}-backup"
- cp -ra "${alternatives_dir_old}" "${alternatives_dir_old}-backup"
- cp -ra "${alternatives_dir_new}" "${alternatives_dir_new}-backup"
+ cp -Ra "${alternatives_dir_old}" "${alternatives_dir_old}-backup"
+ cp -Ra "${alternatives_dir_new}" "${alternatives_dir_new}-backup"
cd ${alternatives_dir_old}
for alt_file in * ; do
# bitbake git fetcher doesn't handle git submodules currently
do_configure_prepend () {
sed -i s:cp:echo:g ${S}/module/Makefile.in
- cp -rf ${WORKDIR}/gstreamer-0.10.25/common/* ${S}/common/
+ cp -Rf ${WORKDIR}/gstreamer-0.10.25/common/* ${S}/common/
autopoint
mkdir -p ${S}/win32
touch ${S}/win32/MANIFEST
do_install_append() {
install -d ${D}${datadir}/pygobject/
- cp -dpfR docs/* ${D}${datadir}/pygobject/
+ cp -PpRfR docs/* ${D}${datadir}/pygobject/
install -d ${D}${datadir}/gtk-doc/html/pygobject/
cp docs/style.css ${D}${datadir}/gtk-doc/html/pygobject/
}
install -d ${D}${bindir}
install -m 755 ${PN} ${D}${bindir}
install -d ${D}${datadir}/${PN}
- cp -r graphics levels music scores sounds ${D}${datadir}/${PN}/
+ cp -R graphics levels music scores sounds ${D}${datadir}/${PN}/
}
gzip -c9 ${WORKDIR}/${P}/rox.1 >${D}${mandir}/man1/rox.1.gz
- cp -r ${WORKDIR}/${P}/Choices ${D}${datadir}/rox
+ cp -R ${WORKDIR}/${P}/Choices ${D}${datadir}/rox
rm -rf ${D}${datadir}rox/Choices/MIME-info/
cp ${WORKDIR}/${P}/ROX-Filer/*.xml ${D}${datadir}/rox
cp ${WORKDIR}/${P}/ROX-Filer/Help/{Changes,README*,TODO} ${D}${datadir}/doc/rox
cp ${WORKDIR}/${P}/ROX-Filer/Help/*html ${D}${datadir}/doc/rox/html
cp ${WORKDIR}/${P}/ROX-Filer/style.css ${D}${datadir}/doc/rox/html
- cp -r ${WORKDIR}/${P}/ROX-Filer/images ${D}${datadir}/rox
- cp -r ${WORKDIR}/${P}/ROX-Filer/ROX ${D}${datadir}/rox
+ cp -R ${WORKDIR}/${P}/ROX-Filer/images ${D}${datadir}/rox
+ cp -R ${WORKDIR}/${P}/ROX-Filer/ROX ${D}${datadir}/rox
# cp ROX-Filer/ROX-Filer ${D}/usr/bin/rox
cp ${WORKDIR}/${P}/ROX-Filer/.DirIcon ${D}${datadir}/rox/.DirIcon
do_install() {
install -d ${D}${RUBY_DIR}
- cp -r lib/* ${D}${RUBY_DIR}
+ cp -R lib/* ${D}${RUBY_DIR}
}
do_install() {
install -d "${D}${datadir}/themes/${PN}/gtk-2.0"
- cp -r "${S}/./" "${D}${datadir}/themes/${PN}/gtk-2.0"
+ cp -R "${S}/./" "${D}${datadir}/themes/${PN}/gtk-2.0"
install -d ${D}${sysconfdir}/gtk-2.0/
install -m 0644 ${WORKDIR}/gtk-theme/gtkrc.${PN} ${D}${sysconfdir}/gtk-2.0/gtkrc.${PN}
}
do_install() {
install -d ${D}${datadir}/icons/
install -d ${D}${datadir}/icons/nEo/
- cp -r ${S}/* "${D}${datadir}/icons/nEo/"
+ cp -R ${S}/* "${D}${datadir}/icons/nEo/"
}
FILES_${PN} = "${datadir}/icons/nEo/"
cp skype ${D}/usr/bin/
install -d ${D}/usr/share/skype
- cp -r sounds lang avatars ${D}/usr/share/skype
+ cp -R sounds lang avatars ${D}/usr/share/skype
install -d ${D}/usr/share/pixmaps
- cp -r icons/SkypeBlue_48x48.png ${D}/usr/share/pixmaps/skype.png
+ cp -R icons/SkypeBlue_48x48.png ${D}/usr/share/pixmaps/skype.png
}
FILES_${PN} += "${datadir}/skype"
if options.copydir:
copypath = os.path.join(options.copydir, path.replace(options.parentdir, '', 1))
mkdirhier(os.path.split(copypath)[0])
- os.system("cp -dp " + path + " " + copypath)
+ os.system("cp -Pp " + path + " " + copypath)
def copydir(path, fstamp):
if options.copydir:
IPKG_DIR_PREFIX=usr/lib/ipkg
IPKG_LISTS_DIR=$IPKG_OFFLINE_ROOT/$IPKG_DIR_PREFIX/lists
IPKG_PENDING_DIR=$IPKG_OFFLINE_ROOT/$IPKG_DIR_PREFIX/pending
- IPKG_TMP=`mktemp -d`
+
+ # test for bsd mktemp and pass -t <prefix> when needed
+ if (mktemp -V) ; then
+ IPKG_TMP=`mktemp -d`
+ else
+ IPKG_TMP=`mktemp -d -t ipkg`
+ fi
if [ ! -d "$IPKG_TMP" ]; then
echo "Error, could not create a temp directory"
DESCRIPTION = "Helper script for packaged-staging.bbclass"
-PR = "r13"
+PR = "r14"
SRC_URI = "file://stage-manager \
file://stage-manager-ipkg \
$(MAKE) -C $(DEMO_INSTALL_DIR)/$(PLATFORM) install
@echo Copying examples..
- @cp -rp examples/$(PLATFORM)/web $(EXEC_DIR)/
+ @cp -Rp examples/$(PLATFORM)/web $(EXEC_DIR)/
@cp -p examples/$(PLATFORM)/dvevmdemo $(EXEC_DIR)/
@echo Installing clips..
install -d ${D}/${installdir}/gst/${PLATFORM}
# copy gstreamer demo scripts
- cp -r ${WORKDIR}/gstreamer_ti/gstreamer_demo/shared ${D}/${installdir}/gst
+ cp -R ${WORKDIR}/gstreamer_ti/gstreamer_demo/shared ${D}/${installdir}/gst
# If we have loadmodules.sh in WORKDIR then give preference to this over
# the default gst-ti loadmdules.sh
if [ -f ${WORKDIR}/loadmodules.sh ]; then
cp ${WORKDIR}/loadmodules.sh ${D}/${installdir}/gst/${PLATFORM}
else
- cp -r ${WORKDIR}/gstreamer_ti/gstreamer_demo/${PLATFORM} ${D}/${installdir}/gst
+ cp -R ${WORKDIR}/gstreamer_ti/gstreamer_demo/${PLATFORM} ${D}/${installdir}/gst
fi
# delete .svn files
cp -pPrf ${S}/* ${D}${AUDIO_SOC_INSTALL_DIR_RECIPE}
install -d ${D}/${installdir}/ti-audio-soc-example
- cp -rf ${S}/gpp/${BOARD} ${D}/${installdir}/ti-audio-soc-example
- cp -rf ${S}/data/* ${D}/${installdir}/ti-audio-soc-example
+ cp -Rf ${S}/gpp/${BOARD} ${D}/${installdir}/ti-audio-soc-example
+ cp -Rf ${S}/data/* ${D}/${installdir}/ti-audio-soc-example
- cp -rf ${S}/dsp/${BOARD}/Debug/audioSoc_dsp.out ${D}/${installdir}/ti-audio-soc-example/${BOARD}/Debug
- cp -rf ${S}/dsp/${BOARD}/Debug/audioSoc_dsp.out ${D}/${installdir}/ti-audio-soc-example/${BOARD}/Release
+ cp -Rf ${S}/dsp/${BOARD}/Debug/audioSoc_dsp.out ${D}/${installdir}/ti-audio-soc-example/${BOARD}/Debug
+ cp -Rf ${S}/dsp/${BOARD}/Debug/audioSoc_dsp.out ${D}/${installdir}/ti-audio-soc-example/${BOARD}/Release
}
inherit autotools pkgconfig
do_install_append() {
- cp -dPr ${D}${STAGING_DATADIR}/* ${D}${datadir}/ || true
+ cp -PpR ${D}${STAGING_DATADIR}/* ${D}${datadir}/ || true
install -d ${D}/${sysconfdir}/X11/Xsession.d/
install -m 0755 ${WORKDIR}/90tracker ${D}/${sysconfdir}/X11/Xsession.d/
}
LEAD_SONAME = "libtrackerclient.so.0"
do_install_append() {
- cp -dPr ${D}${STAGING_DATADIR}/* ${D}${datadir}/ || true
+ cp -PpR ${D}${STAGING_DATADIR}/* ${D}${datadir}/ || true
install -d ${D}/${sysconfdir}/X11/Xsession.d/
install -m 0755 ${WORKDIR}/90tracker ${D}/${sysconfdir}/X11/Xsession.d/
}
install -m 0755 ${S}/webifmetabin ${D}${bindir}/
install -d ${D}${sysconfdir}
- cp -dPr ${S}/package/webif/files/etc/* ${D}${sysconfdir}/
+ cp -PpR ${S}/package/webif/files/etc/* ${D}${sysconfdir}/
install -d ${D}${libdir}
- cp -dPr ${S}/package/webif/files/usr/lib/* ${D}${libdir}/
+ cp -PpR ${S}/package/webif/files/usr/lib/* ${D}${libdir}/
find ${D} -name ".svn" | xargs rm -r || true
}
done
oe_runmake -e INSTALL_ROOT=${D} install
- cp -r ${D}/${D}/* ${D}/ || true
- cp -r ${D}/usr/local/* ${D}${prefix} || true
+ cp -R ${D}/${D}/* ${D}/ || true
+ cp -R ${D}/usr/local/* ${D}${prefix} || true
rm -rf ${D}/usr/local ${D}/${D}
if [ "$QT_LIBINFIX" = "E" ] ; then
do_install() {
oe_runmake install
install -d ${D}${prefix}
- cp -r ${S}/vpx-vp8-nopost-nodocs*${PV}/* ${D}${prefix}/
+ cp -R ${S}/vpx-vp8-nopost-nodocs*${PV}/* ${D}${prefix}/
install -d ${D}${includedir}/vpx
mv ${D}${includedir}/*.h ${D}${includedir}/vpx
}
`find src/java/org -name "*.java"` \
`find src/java/com -name "*.java"`
- cp -r src/resources/* build/META-INF/services
+ cp -R src/resources/* build/META-INF/services
fastjar -C build -c -f ${JARFILENAME} .
}