summaryrefslogtreecommitdiffstats
path: root/meta/packages/glibc/glibc-stage.inc
blob: e43bffa4648c51c03a202e7984bcd2cf2aa1d5ed (plain)
1
2
3
4
5
6
7
do_stage() {
	# Installing directly into staging creates some races between existing
	# glibc-initial files and us. We could use a new DESTDIR but we may as
	# well just copy the data installed by do_install
	cp -pPR ${D}/* ${STAGING_DIR_HOST}/
}