From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by mail.openembedded.org (Postfix) with ESMTP id 29D6D766F3 for ; Mon, 26 Oct 2015 13:28:33 +0000 (UTC) Received: by wikq8 with SMTP id q8so164877694wik.1 for ; Mon, 26 Oct 2015 06:28:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=Mc5Di1VatgKvd+Ccxdr35PYoM3HT+D52+Jv0lkEMbb8=; b=IKLHcrv3EObINqERsjyPsG0W88CmJF8klYiKNQ3pBA4O622z+qdGoBAu6l4tJUfWVM KsNYJWhZW+oV1n6h5SpkOwFi5K/S7+OkO+gLDmUvTnb/oI9kc8caSmTdT6txKzSqaNin uPcZdLkXKqHsRCG/eQdTRzxU7j3HWaVmRYkIxXgBq+jWiJ5P+KgFI9/VXLxWR70LhLOl F19CqwekHNt32sJngX/QnSEQbm9ah9+vm4V9q+GlaKXZFiTIIRGHMaK2jjVZZqUTYQgW SYvsgkg4+XfUh0E2Q86MaXYoWUbENXTccInilJAQ7VTdAuUG7Ij3J/LvoHQiXxzcdVPk nL0w== X-Received: by 10.194.249.3 with SMTP id yq3mr23090274wjc.115.1445866113429; Mon, 26 Oct 2015 06:28:33 -0700 (PDT) Received: from localhost (ip-86-49-34-37.net.upcbroadband.cz. [86.49.34.37]) by smtp.gmail.com with ESMTPSA id ju5sm14619491wjc.1.2015.10.26.06.28.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Oct 2015 06:28:32 -0700 (PDT) From: Martin Jansa X-Google-Original-From: Martin Jansa Date: Mon, 26 Oct 2015 14:28:44 +0100 To: Ricardo Ribalda Delgado Message-ID: <20151026132844.GD2554@jama> References: <1445523733-20612-1-git-send-email-ricardo.ribalda@gmail.com> MIME-Version: 1.0 In-Reply-To: <1445523733-20612-1-git-send-email-ricardo.ribalda@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Cc: openembedded-devel@lists.openembedded.org Subject: Re: [meta-oe][PATCH v2] gerbil: Visualization and analysis tool for hyperspectral images X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2015 13:28:34 -0000 X-Groupsio-MsgNum: 58025 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="d01dLTUuW90fS44H" Content-Disposition: inline --d01dLTUuW90fS44H Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 22, 2015 at 04:22:13PM +0200, Ricardo Ribalda Delgado wrote: > New recipe >=20 > Signed-off-by: Ricardo Ribalda Delgado > --- > v2: >=20 > v1 failed to link, it was missing the glu library. >=20 > I have not been able to replicate the build error :S >=20 > But after some static analysis it seems that: >=20 > glu should have been automatically added with the cmake > variable OPENGL_LIBRARIES, set in FindOpeGL.cmake >=20 > But if glu is not present, then it is not added.... >=20 > Sorry for the inconvenience! Unfortunately it still fails: http://errors.yoctoproject.org/Errors/Details/21026/ >=20 >=20 >=20 > meta-oe/recipes-graphics/gerbil/gerbil_git.bb | 30 +++++++++++++++++++++= ++++++ > 1 file changed, 30 insertions(+) > create mode 100644 meta-oe/recipes-graphics/gerbil/gerbil_git.bb >=20 > diff --git a/meta-oe/recipes-graphics/gerbil/gerbil_git.bb b/meta-oe/reci= pes-graphics/gerbil/gerbil_git.bb > new file mode 100644 > index 000000000000..bfcd7c7ce803 > --- /dev/null > +++ b/meta-oe/recipes-graphics/gerbil/gerbil_git.bb > @@ -0,0 +1,30 @@ > +DESCRIPTION =3D "Generic framework for visualization and analysis of mul= tispectral and hyperspectral data that strives to both bring new innovation= s in analysis capabilities and be of use in a wide range of hyperspectral d= ata applications" > +HOMEPAGE =3D "http://gerbilvis.org/" > +LICENSE =3D "GPLv3" > +LIC_FILES_CHKSUM =3D "file://LICENSE;md5=3Dd32239bcb673463ab874e80d47fae= 504" > +DEPENDS =3D "boost qt4-x11-free tbb opencv libglu virtual/libgl" > +SRCREV =3D "670e06da516ed51dbae75e41e043900256bdabba" > + > +SRC_URI =3D "git://github.com/gerbilvis/gerbil.git" > + > +S =3D "${WORKDIR}/git" > + > +inherit distutils-base cmake qt4x11 > + > +export EXTRA_OECMAKE =3D "\ > + -DQT_MOC_EXECUTABLE=3D${OE_QMAKE_MOC} \ > + -DQT_UIC_EXECUTABLE=3D${OE_QMAKE_UIC} \ > + -DQT_RCC_EXECUTABLE=3D${OE_QMAKE_RCC} \ > + " > + > +do_configure() { > + # Ensure we get the cmake configure and not qmake > + cmake_do_configure > +} > +do_install() { > + install -d ${D}${bindir} > + install -m 755 bin/gerbil ${D}${bindir}/ > + install -m 755 bin/qgerbil ${D}${bindir}/ > +} > + > +RDEPENDS_${PN} +=3D "qt4-x11-free" > --=20 > 2.6.1 >=20 --=20 Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com --d01dLTUuW90fS44H Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlYuKosACgkQN1Ujt2V2gBwyvwCcD0laszbU0nQP/W10KFRVKk62 rPgAnj78j3hyw2GW5j1CS2PfR3KebAE8 =Xjlg -----END PGP SIGNATURE----- --d01dLTUuW90fS44H--