From 2078262b2e6c7bf773e9897fe3a3a9ca691aa4a5 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 24 Dec 2022 18:11:04 +0100 Subject: [PATCH] basu: remove recipe moved to meta-oe --- recipes-core/basu/basu_git.bb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 recipes-core/basu/basu_git.bb diff --git a/recipes-core/basu/basu_git.bb b/recipes-core/basu/basu_git.bb deleted file mode 100644 index 388924c..0000000 --- a/recipes-core/basu/basu_git.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "The sd-bus library, extracted from systemd." -HOMEPAGE = "https://sr.ht/~emersion/basu" -SECTION = "base" -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c" - -SRC_URI = "git://git.sr.ht/~emersion/basu;protocol=https;branch=master" - -DEPENDS += "gperf-native libcap" - -S = "${WORKDIR}/git" -PV = "0.2.0" -SRCREV = "5fa970e868f25ebc79ccca9b1d9df4c030d97661" - -inherit meson pkgconfig - -EXTRA_OEMESON += "--buildtype release" -