[oe] [PATCH] ipkg.inc: remove unused `do_stage()`

Paul Menzel paulepanter at users.sourceforge.net
Tue Mar 22 09:59:53 UTC 2011


Date: Tue, 22 Mar 2011 09:53:17 +0100

`do_stage()` is also present in `ipkg_0.99.163.bb` which is the only recipe available for `ipkg`.

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 recipes/ipkg/ipkg.inc |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/recipes/ipkg/ipkg.inc b/recipes/ipkg/ipkg.inc
index c28cf8b..701322c 100644
--- a/recipes/ipkg/ipkg.inc
+++ b/recipes/ipkg/ipkg.inc
@@ -43,17 +43,6 @@ do_install_append() {
 	install -m 0755 ${WORKDIR}/${INITSCRIPT_NAME} ${D}${sysconfdir}/init.d/
 }
 
-do_stage() {
-	oe_libinstall -so libipkg ${STAGING_LIBDIR}
-	install -d ${STAGING_INCDIR}/replace/
-	install -m 0644 replace/replace.h ${STAGING_INCDIR}/replace/
-	install -d ${STAGING_INCDIR}/libipkg/
-	for f in *.h
-	do
-		install -m 0644 $f ${STAGING_INCDIR}/libipkg/
-	done
-}
-
 #
 # FIXME: Install /etc/ipkg.conf and /etc/ipkg/arch.conf
 #
-- 
1.7.4.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110322/3e52aee8/attachment-0002.sig>


More information about the Openembedded-devel mailing list