[oe] [PATCH 2/3] swfdec-gnome: use the pkg-config file installed by swfdec

Andreas Oberritter obi at opendreambox.org
Sun Nov 21 23:59:10 UTC 2010


* swfdec installs swfdec-0.9.pc, not swfdec.pc

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
---
 recipes/swfdec/swfdec-gnome_2.26.0.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/swfdec/swfdec-gnome_2.26.0.bb b/recipes/swfdec/swfdec-gnome_2.26.0.bb
index 55a49f5..1a7567c 100644
--- a/recipes/swfdec/swfdec-gnome_2.26.0.bb
+++ b/recipes/swfdec/swfdec-gnome_2.26.0.bb
@@ -2,12 +2,12 @@ DESCRIPTION = "flash plugin"
 LICENSE = "GPL"
 
 DEPENDS = "gtk+ gconf swfdec"
+PR = "r1"
 
 inherit gnome pkgconfig
 
 do_configure_prepend() {
-	sed -i -e 's/swfdec-$SWFDEC_MAJORMINOR/swfdec/g' configure.ac
-	sed -i -e 's/swfdec-gtk-$SWFDEC_MAJORMINOR/swfdec-gtk/g' configure.ac
+	sed -i -e 's/^SWFDEC_MAJORMINOR=0\.8/SWFDEC_MAJORMINOR=0.9/' configure.ac
 }
 
 
-- 
1.7.1





More information about the Openembedded-devel mailing list