Merge pull request #39 from starlab-io/fix-source-fetch
Allow the fetch to complete before attempting to patch
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
S = "${TMPDIR}/work-shared/${SOURCE_NAME}-${PV}-${PR}"
|
S = "${TMPDIR}/work-shared/${SOURCE_NAME}-${PV}-${PR}"
|
||||||
|
|
||||||
do_configure[depends] += "${SOURCE_NAME}-source-${PV}:do_patch"
|
do_unpack[depends] += "${SOURCE_NAME}-source-${PV}:do_patch"
|
||||||
do_populate_lic[depends] += "${SOURCE_NAME}-source-${PV}:do_unpack"
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
lude/llvm/CodeGen/CommandFlags.h.orig 2016-01-18 19:18:03.847470845 +0000
|
+++ llvm/src/llvm/include/llvm/CodeGen/CommandFlags.h.orig 2016-01-18 19:18:03.847470845 +0000
|
||||||
+++ llvm/include/llvm/CodeGen/CommandFlags.h 2016-01-18 19:18:11.211408270 +0000
|
+++ llvm/src/llvm/include/llvm/CodeGen/CommandFlags.h 2016-01-18 19:18:11.211408270 +0000
|
||||||
@@ -21,7 +21,7 @@
|
@@ -21,7 +21,7 @@
|
||||||
#include "llvm/IR/Intrinsics.h"
|
#include "llvm/IR/Intrinsics.h"
|
||||||
#include "llvm/IR/Module.h"
|
#include "llvm/IR/Module.h"
|
||||||
|
|||||||
@@ -5,8 +5,6 @@ LICENSE = "NCSA"
|
|||||||
|
|
||||||
S .= "/src/llvm"
|
S .= "/src/llvm"
|
||||||
|
|
||||||
SRC_URI_append = "file://rust-llvm/0000-rust-llvm-remove-extra-slash.patch"
|
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
EXTRA_OECONF += "--enable-targets=x86,x86_64,arm,aarch64,mips,powerpc"
|
EXTRA_OECONF += "--enable-targets=x86,x86_64,arm,aarch64,mips,powerpc"
|
||||||
|
|||||||
@@ -26,6 +26,6 @@ SRC_URI_append = "\
|
|||||||
file://rust/0011-Allow-overriding-crate_hash-with-C-crate_hash.patch \
|
file://rust/0011-Allow-overriding-crate_hash-with-C-crate_hash.patch \
|
||||||
file://rust/0012-mk-platform.mk-pass-C-crate_hash-to-builds.patch \
|
file://rust/0012-mk-platform.mk-pass-C-crate_hash-to-builds.patch \
|
||||||
file://rust/0013-mk-allow-changing-the-platform-configuration-source-.patch \
|
file://rust/0013-mk-allow-changing-the-platform-configuration-source-.patch \
|
||||||
\
|
file://rust-llvm/0000-rust-llvm-remove-extra-slash.patch \
|
||||||
file://rust-installer/0001-add-option-to-disable-rewriting-of-install-paths.patch;patchdir=src/rust-installer \
|
file://rust-installer/0001-add-option-to-disable-rewriting-of-install-paths.patch;patchdir=src/rust-installer \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user