diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-10-12 15:10:47 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2021-10-25 14:53:19 -0700 |
| commit | 2c819946b5258291d1725dabb3f5180d36971bd6 (patch) | |
| tree | d24e588ea770969caad776876e203525e7fce843 /meta-microblaze/recipes-devtools/gcc/gcc-shared-source.inc | |
| parent | 7f12056ccc3a978e9b69c380bffc3c04ee20520e (diff) | |
| download | meta-xilinx-2c819946b5258291d1725dabb3f5180d36971bd6.tar.gz | |
gcc: Import gatesgarth version, converted to new variable syntax
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-microblaze/recipes-devtools/gcc/gcc-shared-source.inc')
| -rw-r--r-- | meta-microblaze/recipes-devtools/gcc/gcc-shared-source.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-microblaze/recipes-devtools/gcc/gcc-shared-source.inc b/meta-microblaze/recipes-devtools/gcc/gcc-shared-source.inc new file mode 100644 index 00000000..aac4b493 --- /dev/null +++ b/meta-microblaze/recipes-devtools/gcc/gcc-shared-source.inc | |||
| @@ -0,0 +1,11 @@ | |||
| 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" | ||
