aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gio-standalone_0.1.2.bb
blob: 6e360b82372a1c995c00c3878ca8c3b7be6f7b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "gio is a platform independent file and I/O abstraction library"
LICENSE = "LGPL"
DEPENDS = "glib-2.0"
PR = "r0"

inherit gnome

PACKAGES =+ "libgio"
FILES_libgio = "${libdir}/libgio.so.*"

do_stage() {
	autotools_stage_all
}