aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-01 20:41:56 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-01 20:41:56 +0100
commit4ea1697116002cca5aaea737e88d3f4018c01ade (patch)
tree3dd7af3a1dba4e3d2ac5f9d76ee7cc530be9a04c
parentac41a204f61b0061da6978460329159b05e82553 (diff)
downloadopenembedded-4ea1697116002cca5aaea737e88d3f4018c01ade.tar.gz
libgsm: Remove legacy staging (install is identical)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r--recipes/libgsm/libgsm_1.0.12.bb10
1 files changed, 0 insertions, 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"