diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-25 22:49:03 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-25 22:49:03 -0400 |
| commit | 7a2ad2585b0a3e80b5e943c771db7310de761d5b (patch) | |
| tree | 6741d5c0842663d9214cb36252a4a22db2d56b4c /recipes-extended/ipxe/ipxe_git.bb | |
| parent | bc2a750d5cd518706aff406da6e0719ce475e36b (diff) | |
| download | meta-virtualization-7a2ad2585b0a3e80b5e943c771db7310de761d5b.tar.gz | |
recipes-extended: adapt to UNPACKDIR changes
Adjusting our extended recipes to the OE core UNPACKDIR processing.
We mainly just drop our S = assignments for git recipes
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/ipxe/ipxe_git.bb')
| -rw-r--r-- | recipes-extended/ipxe/ipxe_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/ipxe/ipxe_git.bb b/recipes-extended/ipxe/ipxe_git.bb index 8625919d..c39b86ba 100644 --- a/recipes-extended/ipxe/ipxe_git.bb +++ b/recipes-extended/ipxe/ipxe_git.bb | |||
| @@ -25,6 +25,8 @@ SRC_URI = " \ | |||
| 25 | file://0004-build-Remove-unsafe-disable-function-wrapper-from-le.patch;patchdir=.. \ | 25 | file://0004-build-Remove-unsafe-disable-function-wrapper-from-le.patch;patchdir=.. \ |
| 26 | " | 26 | " |
| 27 | 27 | ||
| 28 | S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}/src" | ||
| 29 | |||
| 28 | FILES:${PN} = "/usr/share/firmware/*.rom" | 30 | FILES:${PN} = "/usr/share/firmware/*.rom" |
| 29 | 31 | ||
| 30 | EXTRA_OEMAKE = ' \ | 32 | EXTRA_OEMAKE = ' \ |
| @@ -35,8 +37,6 @@ EXTRA_OEMAKE = ' \ | |||
| 35 | NO_WERROR="1" \ | 37 | NO_WERROR="1" \ |
| 36 | ' | 38 | ' |
| 37 | 39 | ||
| 38 | S = "${WORKDIR}/git/src" | ||
| 39 | |||
| 40 | do_compile() { | 40 | do_compile() { |
| 41 | # Makefile.housekeeping:111: GNU gold is unsuitable for building iPXE | 41 | # Makefile.housekeeping:111: GNU gold is unsuitable for building iPXE |
| 42 | # Makefile.housekeeping:112: Use GNU ld instead | 42 | # Makefile.housekeeping:112: Use GNU ld instead |
