From ef57da23b9950a8820c64c268672265f233cfb00 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Fri, 4 Aug 2023 17:50:09 +0200 Subject: [PATCH] package/composer: needs host-php to extract phar files Although composer has host-php as build dependency, we use php in the extract step, so it needs to be listed as an extract dependency, otherwise host-php might not been built/installed before the extract step of host-composer. Fixes: http://autobuild.buildroot.net/results/50658c50fde8145fac320e3b17004e98c78c6c4d/ Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- package/composer/composer.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/composer/composer.mk b/package/composer/composer.mk index a24c020796..fde5b48951 100644 --- a/package/composer/composer.mk +++ b/package/composer/composer.mk @@ -15,6 +15,7 @@ COMPOSER_LICENSE = MIT COMPOSER_LICENSE_FILES = LICENSE HOST_COMPOSER_DEPENDENCIES = host-php +HOST_COMPOSER_EXTRACT_DEPENDENCIES = host-php define HOST_COMPOSER_EXTRACT_CMDS cp $(HOST_COMPOSER_DL_DIR)/$(COMPOSER_SOURCE) $(@D)