Przeglądaj źródła

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>
Thomas Petazzoni 3 lat temu
rodzic
commit
c240410d4b
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      package/benejson/benejson.mk
  2. 1 1
      package/gpsd/gpsd.mk

+ 1 - 1
package/benejson/benejson.mk

@@ -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),)

+ 1 - 1
package/gpsd/gpsd.mk

@@ -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)