[oe-commits] [meta-openembedded] 07/32: protobuf: Split package to main and compiler packages

git at git.openembedded.org git at git.openembedded.org
Mon Apr 25 15:32:21 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit fcc87074a1cc5115e50a699e92b021b9067ffa9b
Author: eu at felipetonello.com <eu at felipetonello.com>
AuthorDate: Tue Apr 19 16:40:18 2016 +0100

    protobuf: Split package to main and compiler packages
    
    Protobuf has two main features, a compiler and a library. Run-time
    applications only need the libraries to run.
    
    Signed-off-by: Felipe F. Tonello <eu at felipetonello.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-devtools/protobuf/protobuf_2.6.1.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_2.6.1.bb b/meta-oe/recipes-devtools/protobuf/protobuf_2.6.1.bb
index 049f9d4..f52f22a 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_2.6.1.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_2.6.1.bb
@@ -8,6 +8,8 @@ LICENSE = "BSD-3-Clause"
 
 DEPENDS = "zlib"
 
+PACKAGE_BEFORE_PN = "${PN}-compiler"
+
 LIC_FILES_CHKSUM = "file://LICENSE;md5=af6809583bfde9a31595a58bb4a24514"
 
 SRCREV = "bba83652e1be610bdb7ee1566ad18346d98b843c"
@@ -22,4 +24,6 @@ inherit autotools
 
 S = "${WORKDIR}/git"
 
+FILES_${PN}-compiler = "${bindir}"
+
 BBCLASSEXTEND = "native nativesdk"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list