summaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/eglibc-stage.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-05-06 00:43:04 -0700
committerKhem Raj <raj.khem@gmail.com>2010-05-06 00:48:17 -0700
commit4134f55dc7d99516d750b24a60e5cec400ae5ef3 (patch)
tree4ead6c49e5c56a774d4cd10d195f66066aa0f2b6 /recipes/eglibc/eglibc-stage.inc
parentb1f53557c586db2e73b06ab5f7912c195527f291 (diff)
downloadopenembedded-4134f55dc7d99516d750b24a60e5cec400ae5ef3.tar.gz
eglibc: Move away from legacy staging.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/eglibc/eglibc-stage.inc')
-rw-r--r--recipes/eglibc/eglibc-stage.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes/eglibc/eglibc-stage.inc b/recipes/eglibc/eglibc-stage.inc
deleted file mode 100644
index 79ca8c8ca1..0000000000
--- a/recipes/eglibc/eglibc-stage.inc
+++ /dev/null
@@ -1,6 +0,0 @@
-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}/
-}