diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-18 14:48:22 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-18 14:48:22 +0000 |
commit | ce30130b7c9b12a44368a3db4678e31fdc3adca4 (patch) | |
tree | e7f6c909b359157862c2b51802f94fb98c5f114c /meta | |
parent | cf07030e11e77a663771b151f56ca31658b1f3ac (diff) | |
download | poky-ce30130b7c9b12a44368a3db4678e31fdc3adca4.tar.gz |
liboil: added glib-2.0 dependency (it is required to build but not end in packages
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3344 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/liboil/liboil_0.3.9.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/liboil/liboil_0.3.9.bb b/meta/packages/liboil/liboil_0.3.9.bb index b9e5c29748..61aa605f99 100644 --- a/meta/packages/liboil/liboil_0.3.9.bb +++ b/meta/packages/liboil/liboil_0.3.9.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs." | 1 | DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs." |
2 | HOMEPAGE = "http://liboil.freedesktop.org/" | 2 | HOMEPAGE = "http://liboil.freedesktop.org/" |
3 | LICENSE = "various" | 3 | LICENSE = "various" |
4 | DEPENDS = "glib-2.0" | ||
4 | PR = "r1" | 5 | PR = "r1" |
5 | 6 | ||
6 | SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \ | 7 | SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \ |