aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/swfdec
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-11-21 23:47:18 +0000
committerYuri Bushmelev <jay4mail@gmail.com>2010-11-23 02:26:34 +0300
commit0f0c9c29996bd3d112bedced0b37597ed017fd6c (patch)
tree1b477fe15a7312e4d02233d032018e4c87379e7e /recipes/swfdec
parent9fe39e4a31892414682bbce967098159cfd06547 (diff)
downloadopenembedded-0f0c9c29996bd3d112bedced0b37597ed017fd6c.tar.gz
swfdec-gnome: use the pkg-config file installed by swfdec
* swfdec installs swfdec-0.9.pc, not swfdec.pc Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/swfdec')
-rw-r--r--recipes/swfdec/swfdec-gnome_2.26.0.bb4
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 55a49f59a0..1a7567cf52 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
}