All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCHv3] thrift: Add recipe for Apache Thrift.
Date: Tue, 19 Jan 2016 10:43:39 -0800	[thread overview]
Message-ID: <B4D9EF0F-52D7-4425-999C-B32D50EC72AE@gmail.com> (raw)
In-Reply-To: <1453217976-27313-1-git-send-email-philip@balister.org>

[-- Attachment #1: Type: text/plain, Size: 2269 bytes --]


> On Jan 19, 2016, at 7:39 AM, Philip Balister <philip@balister.org> wrote:
> 
> * Run tested cpp bindings with GNU Radio Control Port.

Thrift has compiler framework so I think it should go into recipes-devtools
also make it more granular on packaging the compiler separately then the libraries
and bindings.

> 
> Signed-off-by: Philip Balister <philip@balister.org>
> ---
> .../recipes-connectivity/thrift/thrift_0.9.3.bb    | 34 ++++++++++++++++++++++
> 1 file changed, 34 insertions(+)
> create mode 100644 meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb
> 
> diff --git a/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb b/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb
> new file mode 100644
> index 0000000..7c8f407
> --- /dev/null
> +++ b/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb
> @@ -0,0 +1,34 @@
> +SUMMARY = "Apache Thrift"
> +DESCRIPTION =  "A software framework, for scalable cross-language services development"
> +HOMEPAGE = "https://thrift.apache.org/"
> +
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=e4ed21f679b2aafef26eac82ab0c2cbf"
> +
> +DEPENDS = "thrift-native boost python libevent flex-native bison-native \
> +           glib-2.0 openssl"
> +
> +SRC_URI = "git://git-wip-us.apache.org/repos/asf/thrift.git;protocol=https \
> +"
> +SRCREV = "61b8a29b0704ccd81b520f2300f5d1bb261fea3e"
> +S = "${WORKDIR}/git"
> +
> +BBCLASSEXTEND = "native nativesdk"
> +
> +inherit pkgconfig cmake pythonnative
> +
> +export STAGING_INCDIR
> +export STAGING_LIBDIR
> +export BUILD_SYS
> +export HOST_SYS
> +
> +EXTRA_OECMAKE = "-DWITH_QT4=OFF -DWITH_QT5=OFF"
> +EXTRA_OECMAKE_class-native = "-DWITH_QT4=OFF -DWITH_QT5=OFF \
> +             -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF -DWITH_CPP=OFF"
> +EXTRA_OECMAKE_class-nativesdk = "-DWITH_QT4=OFF -DWITH_QT5=OFF \
> +             -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF -DWITH_PYTHON=OFF"
> +
> +do_install_append () {
> +	ln -sf thrift ${D}/${bindir}/thrift-compiler
> +}
> +
> --
> 2.5.0
> 
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

  reply	other threads:[~2016-01-19 18:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-19 15:39 [meta-oe][PATCHv3] thrift: Add recipe for Apache Thrift Philip Balister
2016-01-19 18:43 ` Khem Raj [this message]
2016-01-29 18:03 ` Martin Jansa
2016-02-02  8:09   ` Philip Balister

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B4D9EF0F-52D7-4425-999C-B32D50EC72AE@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.