Op 23 aug. 2011, om 12:11 heeft Paul Eggleton het volgende geschreven: > -n is not a POSIX option and does not work on some systems (e.g. Debian > Lenny); in any case it is not strictly necessary here, so remove it. > > Signed-off-by: Paul Eggleton <[email protected]>
Tested-by: Koen Kooi <[email protected]> > --- > meta/classes/image.bbclass | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass > index 286ae01..bf8b73a 100644 > --- a/meta/classes/image.bbclass > +++ b/meta/classes/image.bbclass > @@ -138,7 +138,7 @@ fakeroot do_rootfs () { > mkdir -p ${IMAGE_ROOTFS} > mkdir -p ${DEPLOY_DIR_IMAGE} > > - cp -n ${COREBASE}/meta/files/deploydir_readme.txt > ${DEPLOY_DIR_IMAGE}/README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt > + cp ${COREBASE}/meta/files/deploydir_readme.txt > ${DEPLOY_DIR_IMAGE}/README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt > > if [ "${USE_DEVFS}" != "1" ]; then > for devtable in ${@get_devtable_list(d)}; do > -- > 1.7.4.1 > > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
