From a318609e30c15cdd534a09c57c7af430069b806f Mon Sep 17 00:00:00 2001 From: John Williams Date: Thu, 14 Mar 2013 22:19:00 -0700 Subject: libffi: Use 3.0.12 release tarball Signed-off-by: John Williams --- recipes-gnome/libffi/libffi_3.0.12.bb | 25 +++++++++++++++++++++++++ recipes-gnome/libffi/libffi_git.bb | 34 ---------------------------------- 2 files changed, 25 insertions(+), 34 deletions(-) create mode 100644 recipes-gnome/libffi/libffi_3.0.12.bb delete mode 100755 recipes-gnome/libffi/libffi_git.bb diff --git a/recipes-gnome/libffi/libffi_3.0.12.bb b/recipes-gnome/libffi/libffi_3.0.12.bb new file mode 100644 index 00000000..2c14e583 --- /dev/null +++ b/recipes-gnome/libffi/libffi_3.0.12.bb @@ -0,0 +1,25 @@ +SUMMARY = "A portable foreign function interface library" +DESCRIPTION = "The `libffi' library provides a portable, high level programming interface to various calling \ +conventions. This allows a programmer to call any function specified by a call interface description at run \ +time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the \ +interface that allows code written in one language to call code written in another language. The `libffi' \ +library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. \ +A layer must exist above `libffi' that handles type conversions for values passed between the two languages." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e54c573c49435ccbbd3f6dc9e49a065e" + +PR = "r0" + +SRC_URI = "ftp://sourceware.org/pub/libffi/${BPN}-${PV}.tar.gz" + +SRC_URI[md5sum] = "da984c6756170d50f47925bb333cda71" +SRC_URI[sha256sum] = "2ea0db90c2bbcc907c3aefc3f76e9dfc3b35c7a0fb75a4319f5248e0172c1e9e" + +EXTRA_OECONF += "--disable-builddir" + +inherit autotools + +FILES_${PN}-dev += "${libdir}/libffi-${PV}" + +BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-gnome/libffi/libffi_git.bb b/recipes-gnome/libffi/libffi_git.bb deleted file mode 100755 index 719a93f3..00000000 --- a/recipes-gnome/libffi/libffi_git.bb +++ /dev/null @@ -1,34 +0,0 @@ -SUMMARY = "A portable foreign function interface library" -DESCRIPTION = "The `libffi' library provides a portable, high level programming interface to various calling \ -conventions. This allows a programmer to call any function specified by a call interface description at run \ -time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the \ -interface that allows code written in one language to call code written in another language. The `libffi' \ -library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. \ -A layer must exist above `libffi' that handles type conversions for values passed between the two languages." - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e54c573c49435ccbbd3f6dc9e49a065e" - -S = "${WORKDIR}/git" -PR = "r0" - -BRANCH = "microblaze-support-rebase" -SRC_URI = "git://developer.petalogix.com/petalogix/internal/git/private/dev/nrossi/libffi;protocol=ssh;branch=${BRANCH}" - -SRCREV="${AUTOREV}" - -EXTRA_OECONF += "--disable-builddir" - -inherit autotools - -FILES_${PN}-dev += "${libdir}/libffi-${PV}" - -BBCLASSEXTEND = "native nativesdk" - -autotools_do_configure() { - if [ -e ${S}/configure ]; then - oe_runconf - else - bbnote "nothing to configure" - fi -} -- cgit v1.2.3-54-g00ecf