mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
fc78d37ff0
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
610 B
BlitzBasic
21 lines
610 B
BlitzBasic
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"
|
|
|
|
PV = "0.2.1+git"
|
|
SRCREV = "a08cf5a575325435040d35710dbac3d0c32b1676"
|
|
|
|
inherit meson pkgconfig
|
|
|
|
PACKAGECONFIG ?= ""
|
|
PACKAGECONFIG[libcap] = "-Dlibcap=enabled,-Dlibcap=disabled,libcap"
|
|
PACKAGECONFIG[audit] = "-Daudit=enabled,-Daudit=disabled,audit"
|
|
|
|
EXTRA_OEMESON += "--buildtype release"
|