[oe-commits] org.oe.dev libgcrypt/libgcrypt_1.2.3.bb : remove custom do_stage as its not needed and

xora commit openembedded-commits at lists.openembedded.org
Tue Oct 2 09:00:47 UTC 2007


libgcrypt/libgcrypt_1.2.3.bb : remove custom do_stage as its not needed and
doesnt actually stage enough.

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: a1cffa0eea9e641b40caeafa48d1bc73b0c25ce6
ViewMTN: http://monotone.openembedded.org/revision/info/a1cffa0eea9e641b40caeafa48d1bc73b0c25ce6
Files:
1
packages/libgcrypt/libgcrypt_1.2.3.bb
Diffs:

#
# mt diff -r2dc0600c463547e7a0fc1b3393f7ed942b297d12 -ra1cffa0eea9e641b40caeafa48d1bc73b0c25ce6
#
# 
# 
# patch "packages/libgcrypt/libgcrypt_1.2.3.bb"
#  from [e276a08d0c5be389810c76df1d581dbc07ac6eb8]
#    to [af358273cf01463a1137510a17d34533086a162f]
# 
============================================================
--- packages/libgcrypt/libgcrypt_1.2.3.bb	e276a08d0c5be389810c76df1d581dbc07ac6eb8
+++ packages/libgcrypt/libgcrypt_1.2.3.bb	af358273cf01463a1137510a17d34533086a162f
@@ -17,14 +17,5 @@ do_stage() {
 ARM_INSTRUCTION_SET = "arm"
 
 do_stage() {
-	oe_libinstall -so -C src libgcrypt ${STAGING_LIBDIR}
-	oe_libinstall -so -C src libgcrypt-pthread ${STAGING_LIBDIR}
-	install -m 0755 src/libgcrypt-config ${STAGING_BINDIR_CROSS}/
-
-	install -d ${STAGING_INCDIR}/
-	for X in gcrypt.h gcrypt-module.h
-	do
-		install -m 0644 src/${X} ${STAGING_INCDIR}/${X}
-	done
-
+	autotools_stage_all
 }






More information about the Openembedded-commits mailing list