From patchwork Tue Mar 22 09:59:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: ipkg.inc: remove unused `do_stage()` Date: Tue, 22 Mar 2011 09:59:53 -0000 From: Paul Menzel X-Patchwork-Id: 1671 Message-Id: <1300787993.3827.18.camel@mattotaupa> To: openembedded-devel@lists.openembedded.org 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 --- 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 #