diff options
Diffstat (limited to 'meta-microblaze/recipes-devtools/gcc/gcc-shared-source.inc')
-rw-r--r-- | meta-microblaze/recipes-devtools/gcc/gcc-shared-source.inc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-microblaze/recipes-devtools/gcc/gcc-shared-source.inc b/meta-microblaze/recipes-devtools/gcc/gcc-shared-source.inc deleted file mode 100644 index 03f520b0..00000000 --- a/meta-microblaze/recipes-devtools/gcc/gcc-shared-source.inc +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | do_fetch() { | ||
2 | : | ||
3 | } | ||
4 | do_fetch[noexec] = "1" | ||
5 | deltask do_unpack | ||
6 | deltask do_patch | ||
7 | |||
8 | SRC_URI = "" | ||
9 | |||
10 | do_configure[depends] += "gcc-source-${PV}:do_preconfigure" | ||
11 | do_populate_lic[depends] += "gcc-source-${PV}:do_unpack" | ||
12 | do_deploy_source_date_epoch[depends] += "gcc-source-${PV}:do_deploy_source_date_epoch" | ||
13 | |||
14 | # Copy the SDE from the shared workdir to the recipe workdir | ||
15 | do_deploy_source_date_epoch () { | ||
16 | sde_file=${SDE_FILE} | ||
17 | sde_file=${sde_file#${WORKDIR}/} | ||
18 | mkdir -p ${SDE_DEPLOYDIR} $(dirname ${SDE_FILE}) | ||
19 | cp -p $(dirname ${S})/$sde_file ${SDE_DEPLOYDIR} | ||
20 | cp -p $(dirname ${S})/$sde_file ${SDE_FILE} | ||
21 | } | ||