From 490d699270e0fd7b9ae858a3144c51d37e6b073e Mon Sep 17 00:00:00 2001 From: Mariotaku Lee Date: Sun, 2 Jan 2022 21:44:46 +0900 Subject: [PATCH] proper cmake wrapper --- recipes/native-dev-utils/nativesdk-dev-utils_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/native-dev-utils/nativesdk-dev-utils_1.0.bb b/recipes/native-dev-utils/nativesdk-dev-utils_1.0.bb index 65b96ae..72535c3 100644 --- a/recipes/native-dev-utils/nativesdk-dev-utils_1.0.bb +++ b/recipes/native-dev-utils/nativesdk-dev-utils_1.0.bb @@ -5,7 +5,7 @@ DEPENDS_${PN} = "nativesdk-cmake" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "git://github.com/webosbrew/native-dev-utils.git;protocol=http;branch=main" -SRCREV = "e2ee60abc20a3120557d3875cdc7c3e0ab229e51" +SRCREV = "68c4dbadf52935510c7ead199ca3f40db786f75c" S = "${WORKDIR}/git" inherit nativesdk