[oe-commits] Richard Purdie : glibc: Remove now unneeded legacy staging function ( from Poky)

git version control git at git.openembedded.org
Wed May 5 11:10:25 UTC 2010


Module: openembedded.git
Branch: rpurdie/work-in-progress
Commit: c0626964ca026bdacf76da72e0c61c4e979fa3dd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c0626964ca026bdacf76da72e0c61c4e979fa3dd

Author: Richard Purdie <rpurdie at linux.intel.com>
Date:   Thu Dec 17 20:43:16 2009 +0000

glibc: Remove now unneeded legacy staging function (from Poky)

Signed-off-by: Richard Purdie <rpurdie at linux.intel.com>

---

 recipes/glibc/glibc-stage.inc |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/recipes/glibc/glibc-stage.inc b/recipes/glibc/glibc-stage.inc
index cb9ab04..e69de29 100644
--- a/recipes/glibc/glibc-stage.inc
+++ b/recipes/glibc/glibc-stage.inc
@@ -1,16 +0,0 @@
-do_stage() {
-	rm -f ${STAGING_DIR_HOST}${layout_base_libdir}/libc.so.6
-	oe_runmake 'install_root=${STAGING_DIR_HOST}' \
-		   'includedir=${layout_includedir}' 'libdir=${layout_libdir}' 'slibdir=${layout_base_libdir}' \
-		   '${STAGING_DIR_HOST}${layout_base_libdir}/libc.so.6' \
-		   install
-
-	# "make install" omits some (not all) RPC headers that other distros
-	# ship.
-	install -d ${STAGING_INCDIR}/rpcsvc
-
-	for r in ${rpcsvc}; do
-		h=`echo $r|sed -e's,\.x$,.h,'`
-		install -m 0644 ${S}/sunrpc/rpcsvc/$h ${STAGING_INCDIR}/rpcsvc/
-	done
-}





More information about the Openembedded-commits mailing list