From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-azure/azure-uhttp-c/azure-uhttp-c_1.0.1.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 external/meta-iot-cloud/recipes-azure/azure-uhttp-c/azure-uhttp-c_1.0.1.bb (limited to 'external/meta-iot-cloud/recipes-azure/azure-uhttp-c/azure-uhttp-c_1.0.1.bb') diff --git a/external/meta-iot-cloud/recipes-azure/azure-uhttp-c/azure-uhttp-c_1.0.1.bb b/external/meta-iot-cloud/recipes-azure/azure-uhttp-c/azure-uhttp-c_1.0.1.bb new file mode 100644 index 00000000..20e89877 --- /dev/null +++ b/external/meta-iot-cloud/recipes-azure/azure-uhttp-c/azure-uhttp-c_1.0.1.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "HTTP Library written in C" +AUTHOR = "Microsoft Corporation" +HOMEPAGE = "https://github.com/Azure/azure-uhttp-c" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b98fddd052bb2f5ddbcdbd417ffb26a8" + +SRC_URI = "\ + git://github.com/Azure/azure-uhttp-c.git \ +" + +SRCREV = "b67a6bfa0d018a8a23176ee214e46c208fc323c3" + +PR = "r0" + +require ${BPN}.inc -- cgit 1.2.3-korg