diff options
author | Chris Lord <chris@openedhand.com> | 2006-09-18 17:54:31 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-09-18 17:54:31 +0000 |
commit | e57a7d5b438ad49dde56940609d3780b07e45c9b (patch) | |
tree | a99e84a7f7d426e9e3e388c6c9a02d9eca5fce5a /meta/packages/liboil | |
parent | 02059b7a72b03de846f78ab9a2c24d660b29d59e (diff) | |
download | poky-e57a7d5b438ad49dde56940609d3780b07e45c9b.tar.gz |
Fix liboil, revise GStreamer packages (still WIP)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@724 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/liboil')
-rw-r--r-- | meta/packages/liboil/liboil_0.3.9.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/liboil/liboil_0.3.9.bb b/meta/packages/liboil/liboil_0.3.9.bb index 04a83100b0..65d2b149fc 100644 --- a/meta/packages/liboil/liboil_0.3.9.bb +++ b/meta/packages/liboil/liboil_0.3.9.bb | |||
@@ -2,8 +2,10 @@ DESCRIPTION = "Liboil is a library of simple functions that are optimized for va | |||
2 | HOMEPAGE = "http://liboil.freedesktop.org/" | 2 | HOMEPAGE = "http://liboil.freedesktop.org/" |
3 | LICENSE = "various" | 3 | LICENSE = "various" |
4 | MAINTAINER = "Koen Kooi <koen@on.kabel.utwente.nl>" | 4 | MAINTAINER = "Koen Kooi <koen@on.kabel.utwente.nl>" |
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 \ |
8 | file://no-tests.patch;patch=1" | ||
7 | 9 | ||
8 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
9 | 11 | ||