diff options
Diffstat (limited to 'recipes/libgsm/libgsm_1.0.12.bb')
-rw-r--r-- | 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 a0b5e76568..d7f0bdb749 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" |