diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-09-02 17:55:48 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-09-12 14:58:42 +0200 |
commit | 798818884c21a743f17e26eda22ceb433b69a3c1 (patch) | |
tree | ea6a3e33a44dc6824ca873f8e9172d859c8e95e1 /meta-sota/recipes-sota/libgsystem | |
parent | c3d3de76193e0ac217635e0fc67e5ee70e33f46b (diff) |
Build OSTree natively, and its dependencies as well
Bug-AGL: SPEC-245
Change-Id: Ia5631d786c3375ba3aa0bc6ac75ebaeb358e7b03
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'meta-sota/recipes-sota/libgsystem')
-rw-r--r-- | meta-sota/recipes-sota/libgsystem/libgsystem_git.bb | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-sota/recipes-sota/libgsystem/libgsystem_git.bb b/meta-sota/recipes-sota/libgsystem/libgsystem_git.bb deleted file mode 100644 index fe1e552..0000000 --- a/meta-sota/recipes-sota/libgsystem/libgsystem_git.bb +++ /dev/null @@ -1,37 +0,0 @@ -SUMMARY = "GIO-based library, targeted primarily for use by operating system components" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" - -SRC_URI = "gitsm://github.com/GNOME/libgsystem.git" -SRCREV="d606bec68ddfea78de4b03c3f3568afb71bdc1ce" - -S = "${WORKDIR}/git" - -DEPENDS += "attr glib-2.0 pkgconfig libcap" - -RDEPENDS_${PN} = "systemd liblzma" - -inherit autotools-brokensep - -BBCLASSEXTEND += "native" - -export STAGING_INCDIR -export STAGING_LIBDIR - -do_configure() { - NOCONFIGURE=true ./autogen.sh - oe_runconf -} - -do_compile_prepend() { - export BUILD_SYS="${BUILD_SYS}" - export HOST_SYS="${HOST_SYS}" -} - -FILES_${PN} += " \ - ${datadir} \ - ${datadir}/gir-1.0 \ - ${datadir}/gir-1.0/GSystem-1.0.gir \ - ${libdir}/girepository-1.0/ \ - ${libdir}/girepository-1.0/GSystem-1.0.typelib \ -" |