surpport seeking the recorded video
[vuplus_openembedded] / recipes / eglibc / eglibc-stage.inc
1 do_stage() {
2     # Installing directly into staging creates some races between existing
3     # glibc-initial files and us. We could use a new DESTDIR but we may as
4     # well just copy the data installed by do_install
5     cp -pPR ${D}/* ${STAGING_DIR_HOST}/
6 }