generic-poky/meta/packages/libgsmd/libgsmd_svn.bb
Samuel Ortiz 320e6a3728 libgsmd: Update from 20070801 to 20070917.
This is needed to fix a libmokogsmd2 build failure, see
https://pug.o-hand.com/pastebin/613


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2742 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-17 09:23:28 +00:00

41 lines
1.1 KiB
BlitzBasic

DESCRIPTION = "GSM libraries and daemons implementing the 07.10 specification"
HOMEPAGE = "http://www.openmoko.org"
LICENSE = "GPL"
SECTION = "libs/gsm"
PROVIDES += "gsmd"
PV = "0.0+svn${SRCDATE}"
PR = "r17"
SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
file://gsmd \
file://default \
file://no-version.patch;patch=1"
S = "${WORKDIR}/gsm"
inherit autotools pkgconfig update-rc.d
INITSCRIPT_NAME = "gsm"
INITSCRIPT_PARAMS = "defaults 35"
do_stage() {
autotools_stage_all
}
do_install_append() {
install -d ${D}/${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/gsmd ${D}/${sysconfdir}/init.d/gsm
install -d ${D}/${sysconfdir}/default
install ${WORKDIR}/default ${D}/${sysconfdir}/default/gsmd
}
PACKAGES =+ "${PN}-tools gsmd gsmd-plugins"
RDEPENDS_${PN} = "gsmd"
RRECOMMENDS_gsmd = "gsmd-plugins"
FILES_${PN}-tools = "${bindir}/*"
FILES_gsmd = "${sbindir}/gsmd ${sysconfdir}"
FILES_gsmd-plugins = "${libdir}/gsmd/*.so*"
FILES_${PN}-dbg += "${libdir}/gsmd/.debug/*.so"
PACKAGES_DYNAMIC = "libgsmd* gsmd"