From 6ba7dd016f16f4d362e575745283b845bc74a346 Mon Sep 17 00:00:00 2001 From: Timon Date: Thu, 14 Nov 2024 11:33:13 +0100 Subject: [PATCH] aws-iot-device-client: Fix PACKAGECONFIG[st] --- .../aws-iot-device-client/aws-iot-device-client_1.9.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-iot/aws-iot-device-client/aws-iot-device-client_1.9.5.bb b/recipes-iot/aws-iot-device-client/aws-iot-device-client_1.9.5.bb index 8c232ecf8..aebedc47c 100644 --- a/recipes-iot/aws-iot-device-client/aws-iot-device-client_1.9.5.bb +++ b/recipes-iot/aws-iot-device-client/aws-iot-device-client_1.9.5.bb @@ -63,7 +63,7 @@ PACKAGECONFIG[samples] = "-DEXCLUDE_SAMPLES=OFF,-DEXCLUDE_SAMPLES=ON,," PACKAGECONFIG[pubsub] = "-DEXCLUDE_PUBSUB=OFF,-DEXCLUDE_PUBSUB=ON,," PACKAGECONFIG[jobs] = "-DEXCLUDE_JOBS=OFF,-DEXCLUDE_JOBS=ON,," PACKAGECONFIG[dd] = "-DEXCLUDE_DD=OFF,-DEXCLUDE_DD=ON,," -PACKAGECONFIG[st] = "-DEXCLUDE_ST=OFF,-DEXCLUDE_DD=ON,," +PACKAGECONFIG[st] = "-DEXCLUDE_ST=OFF,-DEXCLUDE_ST=ON,," PACKAGECONFIG[fp] = "-DEXCLUDE_FP=OFF,-DEXCLUDE_FP=ON,," PACKAGECONFIG[ds] = "-DEXCLUDE_SHADOW=OFF,-DEXCLUDE_SHADOW=ON,," PACKAGECONFIG[dsc] = "-DEXCLUDE_CONFIG_SHADOW=OFF,-DEXCLUDE_CONFIG_SHADOW=ON,,"