From 2dc77005667529cce602e1f277f4b20a92d14cab Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 1 Sep 2021 18:00:32 +0200 Subject: [PATCH] jq: remove recipe since its available in meta-oe --- recipes-extended/jq/jq_git.bb | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 recipes-extended/jq/jq_git.bb diff --git a/recipes-extended/jq/jq_git.bb b/recipes-extended/jq/jq_git.bb deleted file mode 100644 index 8ba205b..0000000 --- a/recipes-extended/jq/jq_git.bb +++ /dev/null @@ -1,21 +0,0 @@ - -SUMMARY = "jq is a lightweight and flexible command-line JSON processor." -HOMEPAGE = "https://github.com/stedolan/jq" -BUGTRACKER = "https://github.com/stedolan/jq/issues" -SECTION = "dev" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=31752b4a8edd3fb9ddba1cb90fada74d" - -SRC_URI = " \ - git://github.com/stedolan/jq;protocol=https;nobranch=1 \ -" - -S = "${WORKDIR}/git" -PV = "1.6" -SRCREV = "jq-${PV}" - -inherit autotools - -do_configure:prepend() { - autoreconf -f -}