diff options
author | Koen Kooi <koen@openembedded.org> | 2007-04-30 11:21:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-30 11:21:39 +0000 |
commit | 4634034d1d4e64c4426f9769ef8f76087268c756 (patch) | |
tree | 6b4a86da0fdba0c2df34fc4199ed13046f0fde3f | |
parent | 324f6c049ad08aa63a59849c26de5c3c136b75ec (diff) |
gamin: inherite pkgconfig
-rw-r--r-- | packages/gamin/gamin_0.1.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gamin/gamin_0.1.8.bb b/packages/gamin/gamin_0.1.8.bb index c5a448107e..c4da068c34 100644 --- a/packages/gamin/gamin_0.1.8.bb +++ b/packages/gamin/gamin_0.1.8.bb @@ -4,7 +4,7 @@ LICENSE = "LGPL" SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \ file://no-abstract-sockets.patch;patch=1" -inherit autotools +inherit autotools pkgconfig do_stage() { autotools_stage_all |