diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/maintainers.inc | 1 | ||||
-rw-r--r-- | meta/recipes-support/libdisplay-info/libdisplay-info_0.2.0.bb | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index b350b81654..78e9643832 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc | |||
@@ -325,6 +325,7 @@ RECIPE_MAINTAINER:pn-libcomps = "Alexander Kanavin <alex.kanavin@gmail.com>" | |||
325 | RECIPE_MAINTAINER:pn-libconvert-asn1-perl = "Tim Orling <tim.orling@konsulko.com>" | 325 | RECIPE_MAINTAINER:pn-libconvert-asn1-perl = "Tim Orling <tim.orling@konsulko.com>" |
326 | RECIPE_MAINTAINER:pn-libdaemon = "Alexander Kanavin <alex.kanavin@gmail.com>" | 326 | RECIPE_MAINTAINER:pn-libdaemon = "Alexander Kanavin <alex.kanavin@gmail.com>" |
327 | RECIPE_MAINTAINER:pn-libdazzle = "Alexander Kanavin <alex.kanavin@gmail.com>" | 327 | RECIPE_MAINTAINER:pn-libdazzle = "Alexander Kanavin <alex.kanavin@gmail.com>" |
328 | RECIPE_MAINTAINER:pn-libdisplay-info = "Hiago De Franco <hiago.franco@toradex.com>" | ||
328 | RECIPE_MAINTAINER:pn-libdnf = "Alexander Kanavin <alex.kanavin@gmail.com>" | 329 | RECIPE_MAINTAINER:pn-libdnf = "Alexander Kanavin <alex.kanavin@gmail.com>" |
329 | RECIPE_MAINTAINER:pn-libdrm = "Otavio Salvador <otavio.salvador@ossystems.com.br>" | 330 | RECIPE_MAINTAINER:pn-libdrm = "Otavio Salvador <otavio.salvador@ossystems.com.br>" |
330 | RECIPE_MAINTAINER:pn-libedit = "Khem Raj <raj.khem@gmail.com>" | 331 | RECIPE_MAINTAINER:pn-libedit = "Khem Raj <raj.khem@gmail.com>" |
diff --git a/meta/recipes-support/libdisplay-info/libdisplay-info_0.2.0.bb b/meta/recipes-support/libdisplay-info/libdisplay-info_0.2.0.bb new file mode 100644 index 0000000000..f5156cc9f7 --- /dev/null +++ b/meta/recipes-support/libdisplay-info/libdisplay-info_0.2.0.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "EDID and DisplayID library" | ||
2 | DESCRIPTION = "The goal of this library is to provide a set of high-level, \ | ||
3 | easy-to-use, and opinionated functions, as well as low-level functions for \ | ||
4 | accessing detailed information, prioritizing simplicity and correctness over \ | ||
5 | performance and resource usage, while being well-tested and fuzzed." | ||
6 | HOMEPAGE = "https://gitlab.freedesktop.org/emersion/libdisplay-info" | ||
7 | LICENSE = "MIT" | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e4426409957080ee0352128354cea2de" | ||
9 | DEPENDS = "hwdata-native" | ||
10 | |||
11 | SRC_URI = "git://gitlab.freedesktop.org/emersion/libdisplay-info.git;branch=main;protocol=https" | ||
12 | SRCREV = "66b802d05b374cd8f388dc6ad1e7ae4f08cb3300" | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | inherit meson pkgconfig lib_package | ||