git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fe39e4
)
swfdec-gnome: use the pkg-config file installed by swfdec
author
Andreas Oberritter
<obi@opendreambox.org>
Sun, 21 Nov 2010 23:47:18 +0000
(23:47 +0000)
committer
Yuri Bushmelev
<jay4mail@gmail.com>
Mon, 22 Nov 2010 23:26:34 +0000
(
02:26
+0300)
* 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>
recipes/swfdec/swfdec-gnome_2.26.0.bb
patch
|
blob
|
history
diff --git
a/recipes/swfdec/swfdec-gnome_2.26.0.bb
b/recipes/swfdec/swfdec-gnome_2.26.0.bb
index
55a49f5
..
1a7567c
100644
(file)
--- 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
}