[oe-commits] org.oe.dev libgsmd: package gsmd plugins separately and have an empty

pH5 commit openembedded-commits at lists.openembedded.org
Sat Aug 11 23:43:25 UTC 2007


libgsmd: package gsmd plugins separately and have an empty
gsmd-plugins package that depends on all of them

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: 686bf83f320d5497340ccb3c2daf7142d97ef54b
ViewMTN: http://monotone.openembedded.org/revision.psp?id=686bf83f320d5497340ccb3c2daf7142d97ef54b
Files:
1
packages/gsm/libgsmd_svn.bb
Diffs:

#
# mt diff -r512487b4381719ff0a5b9c19d97316f797ebb74a -r686bf83f320d5497340ccb3c2daf7142d97ef54b
#
# 
# 
# patch "packages/gsm/libgsmd_svn.bb"
#  from [5aab19e03e1570e7152f3ea4d344a1fc6b547ef4]
#    to [2d6663387ed60bf94b6dda66d31479873c8555ee]
# 
============================================================
--- packages/gsm/libgsmd_svn.bb	5aab19e03e1570e7152f3ea4d344a1fc6b547ef4
+++ packages/gsm/libgsmd_svn.bb	2d6663387ed60bf94b6dda66d31479873c8555ee
@@ -1,10 +1,10 @@ PV = "0.1+svnr${SRCREV}"
 DESCRIPTION = "GSM libraries and daemons implementing the 07.10 specification"
 HOMEPAGE = "http://www.openmoko.org"
 LICENSE = "GPL LGPL"
 SECTION = "libs/gsm"
 PROVIDES += "gsmd"
 PV = "0.1+svnr${SRCREV}"
-PR = "r17"
+PR = "r18"
 
 SRC_URI_OVERRIDES_PACKAGE_ARCH = "1"
 
@@ -36,11 +36,26 @@ do_install_append() {
 	install ${WORKDIR}/default ${D}/${sysconfdir}/default/gsmd
 }
 
-PACKAGES =+ "${PN}-tools gsmd gsmd-plugins"
+PACKAGES =+ "${PN}-tools gsmd gsmd-plugins \
+             gsmd-plugin-machine-generic gsmd-plugin-machine-tihtc \
+             gsmd-plugin-vendor-qc gsmd-plugin-vendor-ti \
+             gsmd-plugin-vendor-tihtc"
 RDEPENDS_${PN} = "gsmd"
+RDEPENDS_gsmd-plugins = "gsmd-plugin-machine-generic \
+                         gsmd-plugin-machine-tihtc \
+                         gsmd-plugin-vendor-qc \
+                         gsmd-plugin-vendor-ti \
+                         gsmd-plugin-vendor-tihtc"
 RRECOMMENDS_gsmd = "gsmd-plugins"
 FILES_${PN}-tools = "${bindir}/*"
 FILES_gsmd = "${sbindir}/gsmd ${sysconfdir}"
-FILES_gsmd-plugins = "${libdir}/gsmd/*.so*"
+FILES_gsmd-plugins = ""
+FILES_gsmd-plugin-machine-generic = "${libdir}/gsmd/libgsmd-machine_generic.so*"
+FILES_gsmd-plugin-machine-tihtc = "${libdir}/gsmd/libgsmd-machine_tihtc.so*"
+FILES_gsmd-plugin-vendor-qc = "${libdir}/gsmd/libgsmd-vendor_qc.so*"
+FILES_gsmd-plugin-vendor-ti = "${libdir}/gsmd/libgsmd-vendor_ti.so*"
+FILES_gsmd-plugin-vendor-tihtc = "${libdir}/gsmd/libgsmd-vendor_tihtc.so*"
 
 PACKAGES_DYNAMIC = "libgsmd* gsmd"
+
+ALLOW_EMPTY_gsmd-plugins = "1"






More information about the Openembedded-commits mailing list