diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-01 18:09:38 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 11:39:07 +0100 |
| commit | c2cb8d68c417f8093632897dc07441d54574ab6e (patch) | |
| tree | 46280e75d32030b6d2163eab0d8080e80c597221 /meta/recipes-connectivity | |
| parent | 056d7fbc99fc64cf837e9ba7ae2316e95749d605 (diff) | |
| download | poky-c2cb8d68c417f8093632897dc07441d54574ab6e.tar.gz | |
libgsmd: Fix QA warnings
(From OE-Core rev: 8e156563c962e20a1d7618280ed81cee3c696167)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
| -rw-r--r-- | meta/recipes-connectivity/gsm/gsmd.inc | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/meta/recipes-connectivity/gsm/gsmd.inc b/meta/recipes-connectivity/gsm/gsmd.inc index b2aebb15fd..682456b820 100644 --- a/meta/recipes-connectivity/gsm/gsmd.inc +++ b/meta/recipes-connectivity/gsm/gsmd.inc | |||
| @@ -35,11 +35,13 @@ PACKAGES =+ "\ | |||
| 35 | ${PN}-tools \ | 35 | ${PN}-tools \ |
| 36 | ${BASEPN}-plugins \ | 36 | ${BASEPN}-plugins \ |
| 37 | ${BASEPN}-plugin-machine-generic \ | 37 | ${BASEPN}-plugin-machine-generic \ |
| 38 | ${BASEPN}-plugin-machine-telit \ | ||
| 38 | ${BASEPN}-plugin-machine-tihtc \ | 39 | ${BASEPN}-plugin-machine-tihtc \ |
| 39 | ${BASEPN}-plugin-machine-gta01 \ | 40 | ${BASEPN}-plugin-machine-gta01 \ |
| 40 | ${BASEPN}-plugin-vendor-bcm \ | 41 | ${BASEPN}-plugin-vendor-bcm \ |
| 41 | ${BASEPN}-plugin-vendor-qc \ | 42 | ${BASEPN}-plugin-vendor-qc \ |
| 42 | ${BASEPN}-plugin-vendor-ti \ | 43 | ${BASEPN}-plugin-vendor-ti \ |
| 44 | ${BASEPN}-plugin-vendor-telit \ | ||
| 43 | ${BASEPN}-plugin-vendor-tihtc \ | 45 | ${BASEPN}-plugin-vendor-tihtc \ |
| 44 | " | 46 | " |
| 45 | 47 | ||
| @@ -47,11 +49,13 @@ ALLOW_EMPTY_${BASEPN}-plugin-machine-gta01 = "1" | |||
| 47 | 49 | ||
| 48 | RDEPENDS_${BASEPN}-plugins = "\ | 50 | RDEPENDS_${BASEPN}-plugins = "\ |
| 49 | ${BASEPN}-plugin-machine-generic \ | 51 | ${BASEPN}-plugin-machine-generic \ |
| 52 | ${BASEPN}-plugin-machine-telit \ | ||
| 50 | ${BASEPN}-plugin-machine-tihtc \ | 53 | ${BASEPN}-plugin-machine-tihtc \ |
| 51 | ${BASEPN}-plugin-machine-gta01 \ | 54 | ${BASEPN}-plugin-machine-gta01 \ |
| 52 | ${BASEPN}-plugin-vendor-bcm \ | 55 | ${BASEPN}-plugin-vendor-bcm \ |
| 53 | ${BASEPN}-plugin-vendor-qc \ | 56 | ${BASEPN}-plugin-vendor-qc \ |
| 54 | ${BASEPN}-plugin-vendor-ti \ | 57 | ${BASEPN}-plugin-vendor-ti \ |
| 58 | ${BASEPN}-plugin-vendor-telit \ | ||
| 55 | ${BASEPN}-plugin-vendor-tihtc \ | 59 | ${BASEPN}-plugin-vendor-tihtc \ |
| 56 | " | 60 | " |
| 57 | 61 | ||
| @@ -59,15 +63,19 @@ RDEPENDS_${PN} += "update-rc.d initscripts" | |||
| 59 | RRECOMMENDS_${PN} += "${BASEPN}-plugins" | 63 | RRECOMMENDS_${PN} += "${BASEPN}-plugins" |
| 60 | 64 | ||
| 61 | FILES_${PN}-dbg += "${libdir}/gsmd/.debug/*" | 65 | FILES_${PN}-dbg += "${libdir}/gsmd/.debug/*" |
| 66 | FILES_${PN}-dev += "${libdir}/gsmd/*.so ${libdir}/gsmd/*.la" | ||
| 67 | FILES_${PN}-staticdev += "${libdir}/gsmd/*.a" | ||
| 62 | FILES_${PN}-tools = "${bindir}/*" | 68 | FILES_${PN}-tools = "${bindir}/*" |
| 63 | FILES_${BASEPN}-plugins = "" | 69 | FILES_${BASEPN}-plugins = "" |
| 64 | FILES_${BASEPN}-plugin-machine-generic = "${libdir}/gsmd/libgsmd-machine_generic.so*" | 70 | FILES_${BASEPN}-plugin-machine-generic = "${libdir}/gsmd/libgsmd-machine_generic.so.*" |
| 65 | FILES_${BASEPN}-plugin-machine-tihtc = "${libdir}/gsmd/libgsmd-machine_tihtc.so*" | 71 | FILES_${BASEPN}-plugin-machine-tihtc = "${libdir}/gsmd/libgsmd-machine_tihtc.so.*" |
| 66 | FILES_${BASEPN}-plugin-machine-gta01 = "${libdir}/gsmd/libgsmd-machine_gta01.so*" | 72 | FILES_${BASEPN}-plugin-machine-telit = "${libdir}/gsmd/libgsmd-machine_telit.so.*" |
| 67 | FILES_${BASEPN}-plugin-vendor-qc = "${libdir}/gsmd/libgsmd-vendor_qc.so*" | 73 | FILES_${BASEPN}-plugin-machine-gta01 = "${libdir}/gsmd/libgsmd-machine_gta01.so.*" |
| 68 | FILES_${BASEPN}-plugin-vendor-bcm = "${libdir}/gsmd/libgsmd-vendor_bcm.so*" | 74 | FILES_${BASEPN}-plugin-vendor-qc = "${libdir}/gsmd/libgsmd-vendor_qc.so.*" |
| 69 | FILES_${BASEPN}-plugin-vendor-ti = "${libdir}/gsmd/libgsmd-vendor_ti.so*" | 75 | FILES_${BASEPN}-plugin-vendor-bcm = "${libdir}/gsmd/libgsmd-vendor_bcm.so.*" |
| 70 | FILES_${BASEPN}-plugin-vendor-tihtc = "${libdir}/gsmd/libgsmd-vendor_tihtc.so*" | 76 | FILES_${BASEPN}-plugin-vendor-ti = "${libdir}/gsmd/libgsmd-vendor_ti.so.*" |
| 77 | FILES_${BASEPN}-plugin-vendor-telit = "${libdir}/gsmd/libgsmd-vendor_telit.so.*" | ||
| 78 | FILES_${BASEPN}-plugin-vendor-tihtc = "${libdir}/gsmd/libgsmd-vendor_tihtc.so.*" | ||
| 71 | 79 | ||
| 72 | PACKAGES_DYNAMIC = "lib${BASEPN}* ${BASEPN}" | 80 | PACKAGES_DYNAMIC = "lib${BASEPN}* ${BASEPN}" |
| 73 | 81 | ||
| @@ -77,20 +85,24 @@ RCONFLICTS_lib${BASEPN} = "lib${CONFLICTNAME}" | |||
| 77 | RCONFLICTS_${BASEPN} = "${CONFLICTNAME}" | 85 | RCONFLICTS_${BASEPN} = "${CONFLICTNAME}" |
| 78 | RCONFLICTS_${BASEPN}-plugins = "${CONFLICTNAME}-plugins" | 86 | RCONFLICTS_${BASEPN}-plugins = "${CONFLICTNAME}-plugins" |
| 79 | RCONFLICTS_${BASEPN}-plugin-machine-generic = "${CONFLICTNAME}-plugin-machine-generic" | 87 | RCONFLICTS_${BASEPN}-plugin-machine-generic = "${CONFLICTNAME}-plugin-machine-generic" |
| 88 | RCONFLICTS_${BASEPN}-plugin-machine-telit = "${CONFLICTNAME}-plugin-machine-telit" | ||
| 80 | RCONFLICTS_${BASEPN}-plugin-machine-tihtc = "${CONFLICTNAME}-plugin-machine-tihtc" | 89 | RCONFLICTS_${BASEPN}-plugin-machine-tihtc = "${CONFLICTNAME}-plugin-machine-tihtc" |
| 81 | RCONFLICTS_${BASEPN}-plugin-machine-gta01 = "${CONFLICTNAME}-plugin-machine-gta01" | 90 | RCONFLICTS_${BASEPN}-plugin-machine-gta01 = "${CONFLICTNAME}-plugin-machine-gta01" |
| 82 | RCONFLICTS_${BASEPN}-plugin-vendor-qc = "${CONFLICTNAME}-plugin-vendor-qc" | 91 | RCONFLICTS_${BASEPN}-plugin-vendor-qc = "${CONFLICTNAME}-plugin-vendor-qc" |
| 83 | RCONFLICTS_${BASEPN}-plugin-vendor-bcm = "${CONFLICTNAME}-plugin-vendor-bcm" | 92 | RCONFLICTS_${BASEPN}-plugin-vendor-bcm = "${CONFLICTNAME}-plugin-vendor-bcm" |
| 84 | RCONFLICTS_${BASEPN}-plugin-vendor-ti = "${CONFLICTNAME}-plugin-vendor-ti" | 93 | RCONFLICTS_${BASEPN}-plugin-vendor-ti = "${CONFLICTNAME}-plugin-vendor-ti" |
| 94 | RCONFLICTS_${BASEPN}-plugin-vendor-telit = "${CONFLICTNAME}-plugin-vendor-telit" | ||
| 85 | RCONFLICTS_${BASEPN}-plugin-vendor-tihtc = "${CONFLICTNAME}-plugin-vendor-tihtc" | 95 | RCONFLICTS_${BASEPN}-plugin-vendor-tihtc = "${CONFLICTNAME}-plugin-vendor-tihtc" |
| 86 | 96 | ||
| 87 | RPROVIDES_lib${BASEPN} += "lib${CONFLICTNAME}" | 97 | RPROVIDES_lib${BASEPN} += "lib${CONFLICTNAME}" |
| 88 | RPROVIDES_${BASEPN} = "${CONFLICTNAME}" | 98 | RPROVIDES_${BASEPN} = "${CONFLICTNAME}" |
| 89 | RPROVIDES_${BASEPN}-plugins = "${CONFLICTNAME}-plugins" | 99 | RPROVIDES_${BASEPN}-plugins = "${CONFLICTNAME}-plugins" |
| 90 | RPROVIDES_${BASEPN}-plugin-machine-generic = "${CONFLICTNAME}-plugin-machine-generic" | 100 | RPROVIDES_${BASEPN}-plugin-machine-generic = "${CONFLICTNAME}-plugin-machine-generic" |
| 101 | RPROVIDES_${BASEPN}-plugin-machine-telit = "${CONFLICTNAME}-plugin-machine-telit" | ||
| 91 | RPROVIDES_${BASEPN}-plugin-machine-tihtc = "${CONFLICTNAME}-plugin-machine-tihtc" | 102 | RPROVIDES_${BASEPN}-plugin-machine-tihtc = "${CONFLICTNAME}-plugin-machine-tihtc" |
| 92 | RPROVIDES_${BASEPN}-plugin-machine-gta01 = "${CONFLICTNAME}-plugin-machine-gta01" | 103 | RPROVIDES_${BASEPN}-plugin-machine-gta01 = "${CONFLICTNAME}-plugin-machine-gta01" |
| 93 | RPROVIDES_${BASEPN}-plugin-vendor-qc = "${CONFLICTNAME}-plugin-vendor-qc" | 104 | RPROVIDES_${BASEPN}-plugin-vendor-qc = "${CONFLICTNAME}-plugin-vendor-qc" |
| 94 | RPROVIDES_${BASEPN}-plugin-vendor-bcm = "${CONFLICTNAME}-plugin-vendor-bcm" | 105 | RPROVIDES_${BASEPN}-plugin-vendor-bcm = "${CONFLICTNAME}-plugin-vendor-bcm" |
| 95 | RPROVIDES_${BASEPN}-plugin-vendor-ti = "${CONFLICTNAME}-plugin-vendor-ti" | 106 | RPROVIDES_${BASEPN}-plugin-vendor-ti = "${CONFLICTNAME}-plugin-vendor-ti" |
| 107 | RPROVIDES_${BASEPN}-plugin-vendor-telit = "${CONFLICTNAME}-plugin-vendor-telit" | ||
| 96 | RPROVIDES_${BASEPN}-plugin-vendor-tihtc = "${CONFLICTNAME}-plugin-vendor-tihtc" | 108 | RPROVIDES_${BASEPN}-plugin-vendor-tihtc = "${CONFLICTNAME}-plugin-vendor-tihtc" |
