mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/composer: fix improperly scoped variable
Fixes: ef57da23b9
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
@@ -9,8 +9,8 @@ COMPOSER_SOURCE = composer-$(COMPOSER_VERSION).phar
|
||||
# Here, we pass a dummy URL parameter in order to control the name the file
|
||||
# will have once downloaded.
|
||||
# Otherwise, the names will clash ifever we update the version.
|
||||
BASE_SITE = https://getcomposer.org/download/$(COMPOSER_VERSION)/composer.phar
|
||||
COMPOSER_SITE = $(BASE_SITE)?n=f/$(COMPOSER_SOURCE)
|
||||
COMPOSER_BASE_SITE = https://getcomposer.org/download/$(COMPOSER_VERSION)/composer.phar
|
||||
COMPOSER_SITE = $(COMPOSER_BASE_SITE)?n=f/$(COMPOSER_SOURCE)
|
||||
COMPOSER_LICENSE = MIT
|
||||
COMPOSER_LICENSE_FILES = LICENSE
|
||||
COMPOSER_CPE_ID_VENDOR = getcomposer
|
||||
|
||||
Reference in New Issue
Block a user