[oe-commits] org.oe.dev liboil: add 0.3.14, disabled by default since the configure script will generate vfp code for _all_ arm cores, with no way to disable it

koen commit oe at amethyst.openembedded.net
Tue May 27 11:33:05 UTC 2008


liboil: add 0.3.14, disabled by default since the configure script will generate vfp code for _all_ arm cores, with no way to disable it

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 110a3782cdd5397cf13b52f50fb0dac6b2827226
ViewMTN: http://monotone.openembedded.org/revision/info/110a3782cdd5397cf13b52f50fb0dac6b2827226
Files:
1
packages/liboil/liboil_0.3.14.bb
Diffs:

#
# mt diff -r29386705f3a6301420766c1b336e6c4f4fe46498 -r110a3782cdd5397cf13b52f50fb0dac6b2827226
#
#
#
# add_file "packages/liboil/liboil_0.3.14.bb"
#  content [6dd12f6bfda1981c6df7cd45959654bb7b11cd5c]
#
============================================================
--- packages/liboil/liboil_0.3.14.bb	6dd12f6bfda1981c6df7cd45959654bb7b11cd5c
+++ packages/liboil/liboil_0.3.14.bb	6dd12f6bfda1981c6df7cd45959654bb7b11cd5c
@@ -0,0 +1,17 @@
+DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs."
+HOMEPAGE = "http://liboil.freedesktop.org/"
+LICENSE = "various"
+
+# The configure script seems to have bogus checks, so let's not make it the default
+DEFAULT_PREFERENCE = "-1"
+
+DEPENDS = "glib-2.0"
+
+SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \
+          "
+
+inherit autotools pkgconfig
+
+do_stage() {
+	autotools_stage_all
+}






More information about the Openembedded-commits mailing list