blob: ed9638cbc74ba10a2e97e0a170a839095ce44c1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
SUMMARY = "GIO-based library, targeted primarily for use by operating system components"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
SRC_URI = "gitsm://git.gnome.org/libgsystem.git"
SRCREV="${AUTOREV}"
S = "${WORKDIR}/git"
DEPENDS += "attr glib-2.0 pkgconfig libcap"
RDEPENDS_${PN} = "systemd liblzma"
inherit autotools-brokensep
BBCLASSEXTEND += "native"
do_configure() {
NOCONFIGURE=true ./autogen.sh
oe_runconf
}
|