From: Philip Balister <philip@balister.org>
To: Edward Vidal <vidal.develone@gmail.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: recipe gsl-1.15
Date: Thu, 09 May 2013 15:32:38 -0400 [thread overview]
Message-ID: <518BF9D6.3070202@balister.org> (raw)
In-Reply-To: <CANwz6nzLfczXdCZ6pXRKWqenoJ_cB=cjUTuasPeZfim+Kn2zyA@mail.gmail.com>
There is already a recipe for gsl in meta-oe:
./meta-oe/recipes-support/gsl/gsl_1.12.bb
We be happy to take a patch to update it to a current gsl.
Philip
On 05/09/2013 11:48 AM, Edward Vidal wrote:
> Hello,
> I am trying to write the recipe to add gsl-1.15 to core-image-sato.
>
> First I did mdkir poky/meta/recipes-support/gsl
>
> Is this the correct location for this recipe?
>
> cp ~/POKY/gsl_1.15.bb ../meta/recipes-support/gsl/
>
> This is the gsl_1.15.bb file
> *************************************************
> DESCRIPTION = "GNU Scientific Library (GSL)"
> HOMEPAGE = "http://www.gnu.org/software/gsl/"
>
> LICENSE = "GPLv3"
> LIC_FILES_CHKSUM =
> "file://NEWS;beginline=362;endline=363;md5=325d4344063147ef38e3ac2cbf1cc157"
>
> SRC_URI = "http://mirror.rit.edu/gnu/gnu/gsl/gsl-${PV}.tar.gz"
> SRC_URI[md5sum] = "494ffefd90eef4ada678c306bab4030b"
> SRC_URI[sha256sum] =
> "85b907e57902e2b7606ef3aef960302ffdd13bd9dc5b8fcbfa75e4f0bf340ea3"
>
> S = "${WORKDIR}/gsl-${PV}"
>
> inherit autotools
> *************************************************
> When I execute MACHINE=beagleboard bitbake gsl
>
> Build Configuration:
> BB_VERSION = "1.19.0"
> BUILD_SYS = "x86_64-linux"
> NATIVELSBSTRING = "Fedora-18"
> TARGET_SYS = "arm-poky-linux-gnueabi"
> MACHINE = "beagleboard"
> DISTRO = "poky"
> DISTRO_VERSION = "1.3+snapshot-20130509"
> TUNE_FEATURES = "armv7a vfp neon"
> TARGET_FPU = "vfp-neon"
> meta
> meta-yocto
> meta-yocto-bsp = "master:84d45db4ddced96c736f106f8122eefadf925c41"
>
> NOTE: Resolving any missing task queue dependencies
> NOTE: Preparing runqueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
>
> The fetch appears to work since in my repository I see the following:
> /home/vidal/POKY/linux_src_dnloads/downloads/gsl-1.15.tar.gz
> /home/vidal/POKY/linux_src_dnloads/downloads/gsl-1.15.tar.gz.done
>
> In the file NEWS
>
> 362 ** License updated to GNU GPL version 3.
> 363
> gsl-1.15]$ md5sum NEWS
> 325d4344063147ef38e3ac2cbf1cc157 NEWS
>
> ERROR: gsl: The new md5 checksum is 73ea11aaa98f8c40401be7c60ee2a8e6
> ERROR: gsl: Check if the license information has changed in
> ERROR: Licensing Error: LIC_FILES_CHKSUM does not match, please fix
> ERROR: Function failed: do_qa_configure
> ERROR: Logfile of failure stored in:
> /home/vidal/POKY/build050613/poky/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gsl/1.15-r0/temp/log.do_configure.5839
> ERROR: Task 5 (/home/vidal/POKY/build050613/poky/meta/recipes-support/gsl/
> gsl_1.15.bb, do_configure) failed with exit code '1'
>
> /home/vidal/POKY/build050613/poky/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gsl/1.15-r0/temp/log.do_configure.5839
> configure: WARNING: unrecognized options: --disable-silent-rules
> DEBUG: Shell function do_configure finished
> DEBUG: Executing python function do_qa_configure
> NOTE: Checking autotools environment for common misconfiguration
> ERROR: gsl: md5 data is not matching for
> file://NEWS;beginline=362;endline=363;md5=325d4344063147ef38e3ac2cbf1cc157
> ERROR: gsl: The new md5 checksum is 73ea11aaa98f8c40401be7c60ee2a8e6
> ERROR: gsl: Check if the license information has changed in
> ERROR: Licensing Error: LIC_FILES_CHKSUM does not match, please fix
> DEBUG: Python function do_qa_configure finished
>
> Any and all help will be appreciated.
> Thanks
> Ed Vidal Jr.
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
prev parent reply other threads:[~2013-05-09 19:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-09 15:48 recipe gsl-1.15 Edward Vidal
2013-05-09 15:58 ` Tomas Frydrych
2013-05-09 15:59 ` Burton, Ross
2013-05-09 16:50 ` Edward Vidal
2013-05-09 16:54 ` Burton, Ross
2013-05-09 17:13 ` Edward Vidal
2013-05-09 19:32 ` Philip Balister [this message]
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=518BF9D6.3070202@balister.org \
--to=philip@balister.org \
--cc=vidal.develone@gmail.com \
--cc=yocto@yoctoproject.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.