Skip to content

Commit e6df23e

Browse files
committed
raptor: update hashes (LTO, -Bsymbolic, compy static)
1 parent e68389b commit e6df23e

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

package/compy/compy.mk

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
COMPY_VERSION = 25a3d5a
1+
COMPY_VERSION = 18804bb
22
COMPY_SITE = https://github.com/gtxaspec/compy
33
COMPY_SITE_METHOD = git
44
COMPY_INSTALL_STAGING = YES
55
COMPY_INSTALL_TARGET = NO
66

77
COMPY_CONF_OPTS = \
88
-DCOMPY_SHARED=OFF \
9-
-DCMAKE_C_FLAGS="$(TARGET_CFLAGS)"
9+
-DCMAKE_C_FLAGS="$(TARGET_CFLAGS)" \
10+
-DCMAKE_AR=$(TARGET_CROSS)gcc-ar \
11+
-DCMAKE_RANLIB=$(TARGET_CROSS)gcc-ranlib
1012

1113
ifeq ($(BR2_PACKAGE_MBEDTLS),y)
1214
COMPY_CONF_OPTS += -DCOMPY_TLS_MBEDTLS=ON

package/thingino-raptor-common/thingino-raptor-common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
THINGINO_RAPTOR_COMMON_VERSION = e650c89
1+
THINGINO_RAPTOR_COMMON_VERSION = 6cf4d53
22
THINGINO_RAPTOR_COMMON_SITE = https://github.com/gtxaspec/raptor-common
33
THINGINO_RAPTOR_COMMON_SITE_METHOD = git
44
THINGINO_RAPTOR_COMMON_INSTALL_STAGING = YES

package/thingino-raptor-hal/thingino-raptor-hal.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
THINGINO_RAPTOR_HAL_VERSION = 58cd84f
1+
THINGINO_RAPTOR_HAL_VERSION = a8e5d90
22
THINGINO_RAPTOR_HAL_SITE = https://github.com/gtxaspec/raptor-hal
33
THINGINO_RAPTOR_HAL_SITE_METHOD = git
44
THINGINO_RAPTOR_HAL_GIT_SUBMODULES = YES

package/thingino-raptor-ipc/thingino-raptor-ipc.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
THINGINO_RAPTOR_IPC_VERSION = 10315e1
1+
THINGINO_RAPTOR_IPC_VERSION = 2be5c88
22
THINGINO_RAPTOR_IPC_SITE = https://github.com/gtxaspec/raptor-ipc
33
THINGINO_RAPTOR_IPC_SITE_METHOD = git
44
THINGINO_RAPTOR_IPC_INSTALL_STAGING = YES

package/thingino-raptor/thingino-raptor.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
THINGINO_RAPTOR_VERSION = 395b100
1+
THINGINO_RAPTOR_VERSION = 2cc4553
22
THINGINO_RAPTOR_SITE = https://github.com/gtxaspec/raptor
33
THINGINO_RAPTOR_SITE_METHOD = git
44

0 commit comments

Comments
 (0)