Initial, untested

- rust-cross builds
 - cargo-native still broken
 - untested wrappers for rust and cargo provided in rust.bbclass
This commit is contained in:
Cody P Schafer
2014-10-15 16:03:30 -04:00
commit f7801cf999
19 changed files with 412 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
SUMMARY = "the Git linkable library"
HOMEPAGE = "http://libgit2.github.com/"
LICENSE = "GPL-2.0-with-linking-exception"
SRC_URI = "https://github.com/libgit2/libgit2/archive/v${PV}.tar.gz"
LIC_FILES_CHKSUM = "\
file://COPYING;md5=29c24df0df4c2bab5efb8d5a33a73202 \
"
inherit cmake
# CLAR = tests, needs python-native
EXTRA_OECMAKE = "-DBUILD_CLAR=OFF"
BBCLASSEXTEND = "native"