aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-11-16 16:13:40 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-11-16 16:13:40 +0000
commit60010adcb9203f278f8984e7b82d5671a1c08b08 (patch)
tree93aeba20155634fae6ac759686d21d2a2eb5568c /packages/gnome
parent0ded981f0bed7d8d92ec2633c9cc3f89a90ccf31 (diff)
downloadopenembedded-60010adcb9203f278f8984e7b82d5671a1c08b08.tar.gz
gio-standalone: add 0.1.2, a file and I/O abstraction library
Diffstat (limited to 'packages/gnome')
-rw-r--r--packages/gnome/gio-standalone_0.1.2.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/gnome/gio-standalone_0.1.2.bb b/packages/gnome/gio-standalone_0.1.2.bb
new file mode 100644
index 0000000000..b1017b31ce
--- /dev/null
+++ b/packages/gnome/gio-standalone_0.1.2.bb
@@ -0,0 +1,9 @@
+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.*"