[oe-commits] org.oe.dev gsmd: add new plugin gta01

mickeyl commit openembedded-commits at lists.openembedded.org
Sat Nov 17 15:39:38 UTC 2007


gsmd: add new plugin gta01

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 1e012394e595723b164ab2ffb09c796f3acc427f
ViewMTN: http://monotone.openembedded.org/revision/info/1e012394e595723b164ab2ffb09c796f3acc427f
Files:
1
packages/gsm/gsmd.inc
Diffs:

#
# mt diff -r3021686956bdcf5b95480557bdd87b8892e303a8 -r1e012394e595723b164ab2ffb09c796f3acc427f
#
# 
# 
# patch "packages/gsm/gsmd.inc"
#  from [e002ffa198376259ddf782677161057d58b0ac71]
#    to [6d44b4f22e49df65f27d1ed8e757157c72fb4888]
# 
============================================================
--- packages/gsm/gsmd.inc	e002ffa198376259ddf782677161057d58b0ac71
+++ packages/gsm/gsmd.inc	6d44b4f22e49df65f27d1ed8e757157c72fb4888
@@ -5,7 +5,7 @@ PV = "0.1+svnr${SRCREV}"
 PROVIDES += "gsmd"
 RPROVIDES_${PN} = "libgsmd0 libgsmd gsmd gsmd-devel"
 PV = "0.1+svnr${SRCREV}"
-PR = "r37"
+PR = "r38"
 
 SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
            file://gsmd \
@@ -31,23 +31,27 @@ do_install_append() {
 	install ${WORKDIR}/default ${D}/${sysconfdir}/default/gsmd
 }
 
-PACKAGES =+ "${PN}-tools \
-             ${BASEPN}-plugins \
-             ${BASEPN}-plugin-machine-generic \
-             ${BASEPN}-plugin-machine-tihtc \
-             ${BASEPN}-plugin-vendor-bcm \
-             ${BASEPN}-plugin-vendor-qc \
-             ${BASEPN}-plugin-vendor-ti \
-             ${BASEPN}-plugin-vendor-tihtc \
-             "
+PACKAGES =+ "\
+  ${PN}-tools \
+  ${BASEPN}-plugins \
+  ${BASEPN}-plugin-machine-generic \
+  ${BASEPN}-plugin-machine-tihtc \
+  ${BASEPN}-plugin-machine-gta01 \
+  ${BASEPN}-plugin-vendor-bcm \
+  ${BASEPN}-plugin-vendor-qc \
+  ${BASEPN}-plugin-vendor-ti \
+  ${BASEPN}-plugin-vendor-tihtc \
+"
 
-RDEPENDS_${BASEPN}-plugins = "${BASEPN}-plugin-machine-generic \
-                         ${BASEPN}-plugin-machine-tihtc \
-                         ${BASEPN}-plugin-vendor-bcm \
-                         ${BASEPN}-plugin-vendor-qc \
-                         ${BASEPN}-plugin-vendor-ti \
-                         ${BASEPN}-plugin-vendor-tihtc \
-                         "
+RDEPENDS_${BASEPN}-plugins = "\
+  ${BASEPN}-plugin-machine-generic \
+  ${BASEPN}-plugin-machine-tihtc \
+  ${BASEPN}-plugin-machine-gta01 \
+  ${BASEPN}-plugin-vendor-bcm \
+  ${BASEPN}-plugin-vendor-qc \
+  ${BASEPN}-plugin-vendor-ti \
+  ${BASEPN}-plugin-vendor-tihtc \
+"
 
 RDEPENDS_${PN} += "update-rc.d initscripts"
 RRECOMMENDS_${PN} += "${BASEPN}-plugins"
@@ -57,6 +61,7 @@ FILES_${BASEPN}-plugin-machine-tihtc = "
 FILES_${BASEPN}-plugins = ""
 FILES_${BASEPN}-plugin-machine-generic = "${libdir}/gsmd/libgsmd-machine_generic.so*"
 FILES_${BASEPN}-plugin-machine-tihtc = "${libdir}/gsmd/libgsmd-machine_tihtc.so*"
+FILES_${BASEPN}-plugin-machine-gta01 = "${libdir}/gsmd/libgsmd-machine_gta01.so*"
 FILES_${BASEPN}-plugin-vendor-qc = "${libdir}/gsmd/libgsmd-vendor_qc.so*"
 FILES_${BASEPN}-plugin-vendor-bcm = "${libdir}/gsmd/libgsmd-vendor_bcm.so*"
 FILES_${BASEPN}-plugin-vendor-ti = "${libdir}/gsmd/libgsmd-vendor_ti.so*"
@@ -71,6 +76,7 @@ RCONFLICTS_${BASEPN}-plugin-machine-tiht
 RCONFLICTS_${BASEPN}-plugins = "${CONFLICTNAME}-plugins"
 RCONFLICTS_${BASEPN}-plugin-machine-generic = "${CONFLICTNAME}-plugin-machine-generic"
 RCONFLICTS_${BASEPN}-plugin-machine-tihtc = "${CONFLICTNAME}-plugin-machine-tihtc"
+RCONFLICTS_${BASEPN}-plugin-machine-gta01 = "${CONFLICTNAME}-plugin-machine-gta01"
 RCONFLICTS_${BASEPN}-plugin-vendor-qc = "${CONFLICTNAME}-plugin-vendor-qc"
 RCONFLICTS_${BASEPN}-plugin-vendor-bcm = "${CONFLICTNAME}-plugin-vendor-bcm"
 RCONFLICTS_${BASEPN}-plugin-vendor-ti = "${CONFLICTNAME}-plugin-vendor-ti"
@@ -81,6 +87,7 @@ RPROVIDES_${BASEPN}-plugin-machine-tihtc
 RPROVIDES_${BASEPN}-plugins = "${CONFLICTNAME}-plugins"
 RPROVIDES_${BASEPN}-plugin-machine-generic = "${CONFLICTNAME}-plugin-machine-generic"
 RPROVIDES_${BASEPN}-plugin-machine-tihtc = "${CONFLICTNAME}-plugin-machine-tihtc"
+RPROVIDES_${BASEPN}-plugin-machine-gta01 = "${CONFLICTNAME}-plugin-machine-gta01"
 RPROVIDES_${BASEPN}-plugin-vendor-qc = "${CONFLICTNAME}-plugin-vendor-qc"
 RPROVIDES_${BASEPN}-plugin-vendor-bcm = "${CONFLICTNAME}-plugin-vendor-bcm"
 RPROVIDES_${BASEPN}-plugin-vendor-ti = "${CONFLICTNAME}-plugin-vendor-ti"






More information about the Openembedded-commits mailing list