mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 12:30:34 -09:00
package/{gpsd,benejson}: drop host-python3 dependency
These packages needed to depend on host-python3 because their Scons machinery was written in python3, but host-scons itself was depending on host-python. Now that host-scons depends on host-python3, the packages that use host-scons no longer have to carry a host-python3 dependency. The other package using scons, mongodb, does not have a direct dependency on host-python3, but on a number of host Python 3.x modules which are needed during the build, so no changes is necessary there. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
@@ -9,7 +9,7 @@ BENEJSON_SITE = $(call github,codehero,benejson,$(BENEJSON_VERSION))
|
||||
BENEJSON_LICENSE = MIT
|
||||
BENEJSON_LICENSE_FILES = LICENSE
|
||||
BENEJSON_INSTALL_STAGING = YES
|
||||
BENEJSON_DEPENDENCIES = host-python3 host-scons
|
||||
BENEJSON_DEPENDENCIES = host-scons
|
||||
|
||||
# wchar support needs to be manually disabled
|
||||
ifeq ($(BR2_USE_WCHAR),)
|
||||
|
||||
@@ -12,7 +12,7 @@ GPSD_CPE_ID_VENDOR = gpsd_project
|
||||
GPSD_SELINUX_MODULES = gpsd
|
||||
GPSD_INSTALL_STAGING = YES
|
||||
|
||||
GPSD_DEPENDENCIES = host-python3 host-scons host-pkgconf
|
||||
GPSD_DEPENDENCIES = host-scons host-pkgconf
|
||||
|
||||
GPSD_LDFLAGS = $(TARGET_LDFLAGS)
|
||||
GPSD_CFLAGS = $(TARGET_CFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user