From e825fe1fd7b904a29724e7e84d7727fe3d463001 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 26 Oct 2024 07:52:28 +0200 Subject: [PATCH] libsdfo: add recipe --- recipes-extended/libsfdo/libsfdo_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-extended/libsfdo/libsfdo_git.bb diff --git a/recipes-extended/libsfdo/libsfdo_git.bb b/recipes-extended/libsfdo/libsfdo_git.bb new file mode 100644 index 0000000..e7df345 --- /dev/null +++ b/recipes-extended/libsfdo/libsfdo_git.bb @@ -0,0 +1,16 @@ +SUMMARY = "A collection of libraries which implement some of the freedesktop.org specifications." +HOMEPAGE = "https://gitlab.freedesktop.org/vyivel/libsfdo" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" + +inherit meson pkgconfig + +SRC_URI = "git://gitlab.freedesktop.org/vyivel/libsfdo.git;protocol=https;nobranch=1" + +S = "${WORKDIR}/git" +PV = "0.1.3" +SRCREV = "b3936ed9826375334dbbaa999e7216d1b36b445b" + +PACKAGECONFIG ?= "" +PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false" +PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false"