summaryrefslogtreecommitdiffstats
path: root/recipes-sota/libgsystem/libgsystem_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-sota/libgsystem/libgsystem_git.bb')
-rw-r--r--recipes-sota/libgsystem/libgsystem_git.bb37
1 files changed, 0 insertions, 37 deletions
diff --git a/recipes-sota/libgsystem/libgsystem_git.bb b/recipes-sota/libgsystem/libgsystem_git.bb
deleted file mode 100644
index fe1e552..0000000
--- a/recipes-sota/libgsystem/libgsystem_git.bb
+++ /dev/null
@@ -1,37 +0,0 @@
1SUMMARY = "GIO-based library, targeted primarily for use by operating system components"
2LICENSE = "GPLv2+"
3LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
4
5SRC_URI = "gitsm://github.com/GNOME/libgsystem.git"
6SRCREV="d606bec68ddfea78de4b03c3f3568afb71bdc1ce"
7
8S = "${WORKDIR}/git"
9
10DEPENDS += "attr glib-2.0 pkgconfig libcap"
11
12RDEPENDS_${PN} = "systemd liblzma"
13
14inherit autotools-brokensep
15
16BBCLASSEXTEND += "native"
17
18export STAGING_INCDIR
19export STAGING_LIBDIR
20
21do_configure() {
22 NOCONFIGURE=true ./autogen.sh
23 oe_runconf
24}
25
26do_compile_prepend() {
27 export BUILD_SYS="${BUILD_SYS}"
28 export HOST_SYS="${HOST_SYS}"
29}
30
31FILES_${PN} += " \
32 ${datadir} \
33 ${datadir}/gir-1.0 \
34 ${datadir}/gir-1.0/GSystem-1.0.gir \
35 ${libdir}/girepository-1.0/ \
36 ${libdir}/girepository-1.0/GSystem-1.0.typelib \
37"