[yocto] recipe gsl-1.15

Edward Vidal vidal.develone at gmail.com
Thu May 9 08:48:52 PDT 2013


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20130509/e22419f2/attachment.html>


More information about the yocto mailing list