diff options
author | Ross Burton <ross@openedhand.com> | 2008-06-19 13:19:12 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-06-19 13:19:12 +0000 |
commit | f2797b36f3e0d06869815ab073ea28f6c0a1aa99 (patch) | |
tree | 1dcb3641666167fe677b84db12bfe286537e8650 /meta/packages/liboil/liboil_0.3.14.bb | |
parent | 27ca3c3e3d19a4f1c78592fea746be606625c834 (diff) | |
download | poky-f2797b36f3e0d06869815ab073ea28f6c0a1aa99.tar.gz |
liboil: update to 0.3.14
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4707 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/liboil/liboil_0.3.14.bb')
-rw-r--r-- | meta/packages/liboil/liboil_0.3.14.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/liboil/liboil_0.3.14.bb b/meta/packages/liboil/liboil_0.3.14.bb new file mode 100644 index 0000000000..55c423b034 --- /dev/null +++ b/meta/packages/liboil/liboil_0.3.14.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs." | ||
2 | HOMEPAGE = "http://liboil.freedesktop.org/" | ||
3 | LICENSE = "various" | ||
4 | DEPENDS = "glib-2.0" | ||
5 | PR = "r1" | ||
6 | |||
7 | SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \ | ||
8 | file://no-tests.patch;patch=1" | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | do_stage() { | ||
13 | autotools_stage_all | ||
14 | } | ||
15 | |||
16 | ARM_INSTRUCTION_SET = "arm" | ||