[oe-commits] Koen Kooi : libgsm: kill legacy staging

git version control git at git.openembedded.org
Fri Aug 6 14:06:12 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 530a3b7e01a9ded9993a6d65d418199eda6e778d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=530a3b7e01a9ded9993a6d65d418199eda6e778d

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Aug  6 16:05:56 2010 +0200

libgsm: kill legacy staging

---

 recipes/libgsm/libgsm_1.0.12.bb |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/recipes/libgsm/libgsm_1.0.12.bb b/recipes/libgsm/libgsm_1.0.12.bb
index a0b5e76..d7f0bdb 100644
--- a/recipes/libgsm/libgsm_1.0.12.bb
+++ b/recipes/libgsm/libgsm_1.0.12.bb
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 #DEPENDS = ""
 LICENSE = "libgsm"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://user.cs.tu-berlin.de/~jutta/gsm/gsm-${PV}.tar.gz \
 	   file://01_makefile.patch \
@@ -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"





More information about the Openembedded-commits mailing list