mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
drop '_git' from recipes
This commit is contained in:
14
recipes-extended/libsfdo/libsfdo_0.1.3.bb
Normal file
14
recipes-extended/libsfdo/libsfdo_0.1.3.bb
Normal file
@ -0,0 +1,14 @@
|
||||
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=896bac785747ebab7d4e9d693e517573"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
SRC_URI = "git://gitlab.freedesktop.org/vyivel/libsfdo.git;protocol=https;nobranch=1"
|
||||
|
||||
SRCREV = "b3936ed9826375334dbbaa999e7216d1b36b445b"
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false"
|
||||
PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false"
|
Reference in New Issue
Block a user