Browse Source

package/polkit: bump version to 126

Drop the -Djs_engine=duktape option as mozjs support has been removed entirely
and as such, the option no longer exists.

Tested with `./support/testing/run-tests tests.package.test_polkit`
Both tests pass.

Also tested with `./utils/test-pkg -p polkit -a`
40 builds, 8 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed

Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Adam Duskett 2 months ago
parent
commit
b9a9930de0
2 changed files with 3 additions and 4 deletions
  1. 1 1
      package/polkit/polkit.hash
  2. 2 3
      package/polkit/polkit.mk

+ 1 - 1
package/polkit/polkit.hash

@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  ea5cd6e6e2afa6bad938ee770bf0c2cd9317910f37956faeba2869adcf3747d1  polkit-125.tar.gz
+sha256  2814a7281989f6baa9e57bd33bbc5e148827e2721ccef22aaf28ab2b376068e8  polkit-126.tar.gz
 sha256  d2e2aa973e29c75e1b492e67ea7b7da9de2d501d49a934657971fd74f9a0b0a8  COPYING

+ 2 - 3
package/polkit/polkit.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-POLKIT_VERSION = 125
+POLKIT_VERSION = 126
 POLKIT_SITE = $(call github,polkit-org,polkit,$(POLKIT_VERSION))
 POLKIT_LICENSE = GPL-2.0
 POLKIT_LICENSE_FILES = COPYING
@@ -20,8 +20,7 @@ POLKIT_LDFLAGS = $(TARGET_NLS_LIBS)
 POLKIT_CONF_OPTS = \
 	-Dman=false \
 	-Dexamples=false \
-	-Dsession_tracking=ConsoleKit \
-	-Djs_engine=duktape
+	-Dsession_tracking=ConsoleKit
 
 ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
 POLKIT_CONF_OPTS += -Dintrospection=true