From a8a6a56b561e49b2cc7701cc096977cef558213a Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 17 Jan 2025 11:49:26 +0100 Subject: [PATCH] cxxopts: remove recipe was added to meta-oe --- recipes-devtools/cxxopts/cxxopts_git.bb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 recipes-devtools/cxxopts/cxxopts_git.bb diff --git a/recipes-devtools/cxxopts/cxxopts_git.bb b/recipes-devtools/cxxopts/cxxopts_git.bb deleted file mode 100644 index 599d4e5..0000000 --- a/recipes-devtools/cxxopts/cxxopts_git.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "This is a lightweight C++ option parser library, supporting the standard GNU style syntax for options." -HOMEPAGE = "https://github.com/jarro2783/cxxopts" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=8de00431559a76a1b43f6fd44f8f6689" - -SRC_URI = "git://github.com/jarro2783/cxxopts.git;protocol=https;branch=master" - -S = "${WORKDIR}/git" -PV = "3.2.1" -SRCREV = "4bf61f08697b110d9e3991864650a405b3dd515d" - -inherit cmake - -