aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome/gio-standalone_0.1.2.bb
blob: f89c5acf72552acd479374fa49039ff8756fd596 (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"
FILE_PR = "r0"

inherit gnome

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

do_stage() {
	autotools_stage_all
}