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-devtools/python/python-repoze-lru.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 external/meta-iot-cloud/recipes-devtools/python/python-repoze-lru.inc (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-repoze-lru.inc') diff --git a/external/meta-iot-cloud/recipes-devtools/python/python-repoze-lru.inc b/external/meta-iot-cloud/recipes-devtools/python/python-repoze-lru.inc new file mode 100644 index 00000000..e9409dc1 --- /dev/null +++ b/external/meta-iot-cloud/recipes-devtools/python/python-repoze-lru.inc @@ -0,0 +1,15 @@ +DESCRIPTION = "A tiny LRU cache implementation and decorator" +HOMEPAGE = "http://www.repoze.org" +AUTHOR = "Agendaless Consulting" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c33cdbc6bc9ae6e5d64152fdb754292" + +PR = "r0" + +SRC_URI = "git://github.com/repoze/repoze.lru.git" +SRCREV = "29c8281dee7fe8dae8c66c7c40ce7c058ec2ab0f" + +S = "${WORKDIR}/git" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg