rust: use a shared source location for all the packages needing the rustc source tree

This commit is contained in:
Cody P Schafer
2016-02-04 12:40:22 -05:00
parent a616547640
commit ce1881d08c
10 changed files with 591 additions and 465 deletions
+4
View File
@@ -0,0 +1,4 @@
S = "${TMPDIR}/work-shared/${SOURCE_NAME}-${PV}-${PR}"
do_configure[depends] += "${SOURCE_NAME}-source-${PV}:do_patch"
do_populate_lic[depends] += "${SOURCE_NAME}-source-${PV}:do_unpack"