liboil: fix bug 3090
authorHenning Heinold <heinold@inf.fu-berlin.de>
Thu, 22 Nov 2007 23:24:35 +0000 (23:24 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Thu, 22 Nov 2007 23:24:35 +0000 (23:24 +0000)
* liboil DEPENDS on "glib-2.0"
* it is no uclibc bug
* bump PR to 2

packages/liboil/liboil_0.3.11.bb

index 352377e..4ff86f4 100644 (file)
@@ -1,7 +1,9 @@
 DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs."
 HOMEPAGE = "http://liboil.freedesktop.org/"
 LICENSE = "various"
-PR="r1"
+PR="r2"
+
+DEPENDS = "glib-2.0"
 
 SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \
            file://ppc-detect-fpu.patch;patch=1"