[oe-commits] org.oe.dev packages/gsm/gsmd.inc : implement suggestion from koen to solve the both

xora commit openembedded-commits at lists.openembedded.org
Tue Oct 30 10:33:59 UTC 2007


packages/gsm/gsmd.inc : implement suggestion from koen to solve the both
versions built problem in deploy

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

#
# mt diff -rd28e7f9eefe2265c7794a6456faa810e0aafeafd -rd693bcc46d82eea579d5e27e08485be67d2dde9b
#
# 
# 
# patch "packages/gsm/gsmd.inc"
#  from [2ca34aee3ae720ae8ec80f72ec083e1a242a1b05]
#    to [83093d650bcdbc65dee74f3058fd005d42e2d193]
# 
============================================================
--- packages/gsm/gsmd.inc	2ca34aee3ae720ae8ec80f72ec083e1a242a1b05
+++ packages/gsm/gsmd.inc	83093d650bcdbc65dee74f3058fd005d42e2d193
@@ -1,10 +1,11 @@ PROVIDES += "gsmd"
 DESCRIPTION = "GSM libraries and daemons implementing the 07.10 specification"
 HOMEPAGE = "http://www.openmoko.org"
 LICENSE = "GPL LGPL"
 SECTION = "libs/gsm"
 PROVIDES += "gsmd"
+RPROVIDES_${PN} = "libgsmd0"
 PV = "0.1+svnr${SRCREV}"
-PR = "r32"
+PR = "r33"
 
 SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
            file://gsmd \
@@ -30,7 +31,7 @@ do_install_append() {
 	install ${WORKDIR}/default ${D}/${sysconfdir}/default/gsmd
 }
 
-PACKAGES =+ "${PN}-tools ${BASEPN} \
+PACKAGES =+ "${PN}-tools \
              ${BASEPN}-plugins \
              ${BASEPN}-plugin-machine-generic \
              ${BASEPN}-plugin-machine-tihtc \
@@ -40,7 +41,6 @@ PACKAGES =+ "${PN}-tools ${BASEPN} \
              ${BASEPN}-plugin-vendor-tihtc \
              "
 
-RDEPENDS_${PN} = "${BASEPN}"
 RDEPENDS_${BASEPN}-plugins = "${BASEPN}-plugin-machine-generic \
                          ${BASEPN}-plugin-machine-tihtc \
                          ${BASEPN}-plugin-vendor-bcm \
@@ -54,7 +54,6 @@ FILES_${PN}-tools = "${bindir}/*"
 
 FILES_${PN}-dbg += "${libdir}/gsmd/.debug/*"
 FILES_${PN}-tools = "${bindir}/*"
-FILES_${BASEPN} = "${sbindir}/gsmd ${sysconfdir}"
 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*"
@@ -77,17 +76,7 @@ RCONFLICTS_${BASEPN}-plugin-vendor-tihtc
 RCONFLICTS_${BASEPN}-plugin-vendor-ti = "${CONFLICTNAME}-plugin-vendor-ti"
 RCONFLICTS_${BASEPN}-plugin-vendor-tihtc = "${CONFLICTNAME}-plugin-vendor-tihtc"
 
-RREPLACES_lib${BASEPN} = "lib${CONFLICTNAME}"
-RREPLACES_${BASEPN} = "${CONFLICTNAME}"
-RREPLACES_${BASEPN}-plugins = "${CONFLICTNAME}-plugins"
-RREPLACES_${BASEPN}-plugin-machine-generic = "${CONFLICTNAME}-plugin-machine-generic"
-RREPLACES_${BASEPN}-plugin-machine-tihtc = "${CONFLICTNAME}-plugin-machine-tihtc"
-RREPLACES_${BASEPN}-plugin-vendor-qc = "${CONFLICTNAME}-plugin-vendor-qc"
-RREPLACES_${BASEPN}-plugin-vendor-bcm = "${CONFLICTNAME}-plugin-vendor-bcm"
-RREPLACES_${BASEPN}-plugin-vendor-ti = "${CONFLICTNAME}-plugin-vendor-ti"
-RREPLACES_${BASEPN}-plugin-vendor-tihtc = "${CONFLICTNAME}-plugin-vendor-tihtc"
-
-RPROVIDES_lib${BASEPN} = "lib${CONFLICTNAME}"
+RPROVIDES_lib${BASEPN} += "lib${CONFLICTNAME}"
 RPROVIDES_${BASEPN} = "${CONFLICTNAME}"
 RPROVIDES_${BASEPN}-plugins = "${CONFLICTNAME}-plugins"
 RPROVIDES_${BASEPN}-plugin-machine-generic = "${CONFLICTNAME}-plugin-machine-generic"






More information about the Openembedded-commits mailing list