From 4ea1697116002cca5aaea737e88d3f4018c01ade Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 1 Aug 2010 20:41:56 +0100 Subject: libgsm: Remove legacy staging (install is identical) Signed-off-by: Richard Purdie --- recipes/libgsm/libgsm_1.0.12.bb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/recipes/libgsm/libgsm_1.0.12.bb b/recipes/libgsm/libgsm_1.0.12.bb index a0b5e76568..0c85dae07c 100644 --- a/recipes/libgsm/libgsm_1.0.12.bb +++ b/recipes/libgsm/libgsm_1.0.12.bb @@ -34,15 +34,5 @@ do_install() { ln -s gsm/gsm.h gsm.h } -do_stage () { - oe_libinstall -a -C lib libgsm ${STAGING_LIBDIR} - oe_libinstall -so -C lib libgsm ${STAGING_LIBDIR} - install -d ${STAGING_INCDIR}/gsm - install -m 0644 ${S}/inc/gsm.h ${STAGING_INCDIR}/gsm/ - rm -f ${STAGING_INCDIR}/gsm.h - ln -s ${STAGING_INCDIR}/gsm/gsm.h ${STAGING_INCDIR}/gsm.h -} - - SRC_URI[md5sum] = "8909828c601e82e842e6a0ceade60a4e" SRC_URI[sha256sum] = "dde4e62e4ce35af29a15d26beca2fc0f98c0219553927453425cda01f16e4de4" -- cgit 1.2.3-korg