diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-03-06 15:53:52 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-03-06 17:17:59 +0000 |
| commit | c19df28143c2fdc1cd0594477369542438690add (patch) | |
| tree | b727ff7a095c40399a9d7714f560aec5f78d784b /recipes-extended/xen/files | |
| parent | 2762d232a544a5c3d3497c7933c99df5c3a6b804 (diff) | |
| download | meta-virtualization-c19df28143c2fdc1cd0594477369542438690add.tar.gz | |
xen: drop 4.18 recipes
The 4.18 series will go out of support in our next LTS window,
so we drop it in favour of 4.19 and 4.20
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/xen/files')
| -rw-r--r-- | recipes-extended/xen/files/0001-python-pygrub-pass-DISTUTILS-xen-4.18.patch | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/recipes-extended/xen/files/0001-python-pygrub-pass-DISTUTILS-xen-4.18.patch b/recipes-extended/xen/files/0001-python-pygrub-pass-DISTUTILS-xen-4.18.patch deleted file mode 100644 index 7ac1a399..00000000 --- a/recipes-extended/xen/files/0001-python-pygrub-pass-DISTUTILS-xen-4.18.patch +++ /dev/null | |||
| @@ -1,43 +0,0 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 3 | diff --git a/tools/pygrub/Makefile b/tools/pygrub/Makefile | ||
| 4 | index 4963bc89c6..c1c05eb421 100644 | ||
| 5 | --- a/tools/pygrub/Makefile | ||
| 6 | +++ b/tools/pygrub/Makefile | ||
| 7 | @@ -13,14 +13,14 @@ setup.py = CC="$(CC)" CFLAGS="$(PY_CFLAGS)" LDSHARED="$(CC)" LDFLAGS="$(PY_LDFLA | ||
| 8 | all: build | ||
| 9 | .PHONY: build | ||
| 10 | build: | ||
| 11 | - $(setup.py) build | ||
| 12 | + $(setup.py) build $(DISTUTILS_BUILD_ARGS) | ||
| 13 | |||
| 14 | .PHONY: install | ||
| 15 | install: all | ||
| 16 | $(INSTALL_DIR) $(DESTDIR)/$(bindir) | ||
| 17 | $(INSTALL_DIR) $(DESTDIR)/$(LIBEXEC_BIN) | ||
| 18 | $(setup.py) install --record $(INSTALL_LOG) $(PYTHON_PREFIX_ARG) \ | ||
| 19 | - --root="$(DESTDIR)" --force | ||
| 20 | + --root="$(DESTDIR)" --force $(DISTUTILS_INSTALL_ARGS) | ||
| 21 | $(INSTALL_PYTHON_PROG) src/pygrub $(DESTDIR)/$(LIBEXEC_BIN)/pygrub | ||
| 22 | set -e; if [ $(bindir) != $(LIBEXEC_BIN) -a \ | ||
| 23 | "`readlink -f $(DESTDIR)/$(bindir)`" != \ | ||
| 24 | diff --git a/tools/python/Makefile b/tools/python/Makefile | ||
| 25 | index 437431c48e..0a99c2067e 100644 | ||
| 26 | --- a/tools/python/Makefile | ||
| 27 | +++ b/tools/python/Makefile | ||
| 28 | @@ -16,13 +16,13 @@ setup.py = CC="$(CC)" CFLAGS="$(PY_CFLAGS)" LDSHARED="$(CC)" LDFLAGS="$(PY_LDFLA | ||
| 29 | |||
| 30 | .PHONY: build | ||
| 31 | build: | ||
| 32 | - $(setup.py) build | ||
| 33 | + $(setup.py) build $(DISTUTILS_BUILD_ARGS) | ||
| 34 | |||
| 35 | .PHONY: install | ||
| 36 | install: | ||
| 37 | $(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN) | ||
| 38 | $(setup.py) install --record $(INSTALL_LOG) $(PYTHON_PREFIX_ARG) \ | ||
| 39 | - --root="$(DESTDIR)" --force | ||
| 40 | + --root="$(DESTDIR)" --force $(DISTUTILS_INSTALL_ARGS) | ||
| 41 | $(INSTALL_PYTHON_PROG) scripts/convert-legacy-stream $(DESTDIR)$(LIBEXEC_BIN) | ||
| 42 | $(INSTALL_PYTHON_PROG) scripts/verify-stream-v2 $(DESTDIR)$(LIBEXEC_BIN) | ||
| 43 | |||
