summaryrefslogtreecommitdiff
path: root/recipes/liboil/liboil_0.3.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/liboil/liboil_0.3.14.bb')
-rw-r--r--recipes/liboil/liboil_0.3.14.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes/liboil/liboil_0.3.14.bb b/recipes/liboil/liboil_0.3.14.bb
deleted file mode 100644
index ebbe6cfb97..0000000000
--- a/recipes/liboil/liboil_0.3.14.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-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
-}