This commit is contained in:
Cody P Schafer
2014-11-11 20:32:51 -05:00
parent 650a054661
commit 89084f86bd
4 changed files with 14 additions and 12 deletions
+2 -2
View File
@@ -19,6 +19,8 @@ PV .= "+git${SRCPV}"
S = "${WORKDIR}/git"
B = "${S}"
export RUST_PATH="${RUST_PATH}"
do_configure () {
"${S}/configure" \
"--prefix=${prefix}" \
@@ -41,8 +43,6 @@ do_compile () {
echo "COMPILE ${PN}"
env
export RUST_PATH="${RUST_PATH}"
export LD_LIBRARY_PATH="${RUST_PATH}"
oe_runmake ARGS="--verbose"
}
-10
View File
@@ -1,10 +0,0 @@
SRCREV_cargo = "8cc600a33436a3c75372b252ddecb1f90961d61b"
require cargo.inc
SRC_URI_append = " \
git://github.com/jmesmon/git2-rs.git;protocol=https;name=git2-rs;destsuffix=git2-rs \
"
#git://github.com/jmesmon/libz-sys.git;protocol=https;name=libz-sys;destsuffix=libz-sys
SRCREV_git2-rs = "fa270b5eed7e9e94aa7d8bc18fa923d8e6b32ba6"
#SRCREV_libz-sys = "
OECARGO_PATH = "${WORKDIR}/git2-rs"
+10
View File
@@ -0,0 +1,10 @@
SRCREV_cargo = "f830efaa4ac85e8c8e421aa354d5becb9845e44f"
require cargo.inc
#SRC_URI_append = " \
# git://github.com/jmesmon/git2-rs.git;protocol=https;name=git2-rs;destsuffix=git2-rs \
#"
#git://github.com/jmesmon/libz-sys.git;protocol=https;name=libz-sys;destsuffix=libz-sys
#SRCREV_git2-rs = "fa270b5eed7e9e94aa7d8bc18fa923d8e6b32ba6"
#SRCREV_libz-sys = "
#OECARGO_PATH = "${WORKDIR}/git2-rs"
+2
View File
@@ -0,0 +1,2 @@
SRCREV = "5d29209bda553e4d23a8b499d2ceb8db5c4f8be5"
require rust-git.inc