gsmd: fix packaging
authorKoen Kooi <koen@openembedded.org>
Thu, 23 Aug 2007 07:57:33 +0000 (07:57 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 23 Aug 2007 07:57:33 +0000 (07:57 +0000)
packages/gsm/libgsmd_svn.bb

index a814f3f..7f5daff 100644 (file)
@@ -4,12 +4,11 @@ LICENSE = "GPL LGPL"
 SECTION = "libs/gsm"
 PROVIDES += "gsmd"
 PV = "0.1+svn${SRCDATE}"
-PR = "r19"
+PR = "r20"
 
 SRC_URI_OVERRIDES_PACKAGE_ARCH = "1"
 
 SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
-           file://fix-mlbuf.patch;patch=1 \
            file://gsmd \
            file://default"
 S = "${WORKDIR}/gsm"
@@ -32,14 +31,21 @@ do_install_append() {
 
 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"
+             gsmd-plugin-vendor-qc \
+            gsmd-plugin-vendor-ti \
+             gsmd-plugin-vendor-tihtc \
+            gsmd-plugin-vendor-bcm \
+            "
+
 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"
+                         gsmd-plugin-vendor-tihtc \
+                        gsmd-plugin-vendor-bcm \
+                        "
+
 RRECOMMENDS_gsmd = "gsmd-plugins"
 FILES_${PN}-tools = "${bindir}/*"
 FILES_gsmd = "${sbindir}/gsmd ${sysconfdir}"