[oe-commits] Ricardo Salveti : Adding RPROVIDES at mamona-input-methods.

GIT User account git at amethyst.openembedded.net
Thu Oct 23 21:34:43 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 442a93be0f4338181553d51ef4a6751e8d379d63
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=442a93be0f4338181553d51ef4a6751e8d379d63

Author: Ricardo Salveti <ricardo.salveti at openbossa.org>
Date:   Wed Jul  2 17:03:09 2008 -0300

Adding RPROVIDES at mamona-input-methods.

With this we can just put the libraries at RDEPENDS of any
package.

---

 packages/mamona/mamona-input-methods_git.bb |   27 +++++++++++++++------------
 1 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/packages/mamona/mamona-input-methods_git.bb b/packages/mamona/mamona-input-methods_git.bb
index a051eee..b5df425 100644
--- a/packages/mamona/mamona-input-methods_git.bb
+++ b/packages/mamona/mamona-input-methods_git.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "http://dev.openbossa.org/trac/mamona/wiki"
 LICENSE = "GPL"
 SECTION = "x11"
 DEPENDS = "ecore"
-PR = "r0"
+PR = "r1"
 
 PV = "0.1+git"
 
@@ -16,27 +16,30 @@ SRC_URI = "git://dev.openbossa.org/mamona/mamona_input_methods.git;protocol=http
 
 S = "${WORKDIR}/git"
 
+# Mamona IM
+RPROVIDES_${PN} = "libmamona-im"
+
+# Ecore
 PACKAGES += "\
-            ${PN}-im-ecore \
-            ${PN}-im-ecore-dev \
-            ${PN}-im-ecore-dbg \
+            ${PN}-ecore \
+            ${PN}-ecore-dev \
+            ${PN}-ecore-dbg \
         "
-
-FILES_${PN}-im-ecore = "\
+RPROVIDES_${PN}-ecore = "libmamona-im-ecore"
+EXTRA_OECONF = "\
+            --enable-ecore-im \
+        "
+FILES_${PN}-ecore = "\
             ${libdir}/ecore/immodules/mamona-im-ecore-module.so \
         "
-FILES_${PN}-im-ecore-dev = "\
+FILES_${PN}-ecore-dev = "\
             ${libdir}/ecore/immodules/mamona-im-ecore-module.la \
             ${libdir}/ecore/immodules/mamona-im-ecore-module.a \
         "
-FILES_${PN}-im-ecore-dbg = "\
+FILES_${PN}-ecore-dbg = "\
             ${libdir}/ecore/immodules/.debug \
         "
 
-EXTRA_OECONF = "\
-            --enable-ecore-im \
-            "
-
 do_configure_prepend() {
     ./autogen.sh
 }





More information about the Openembedded-commits mailing list