aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome-mplayer
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-11-05 17:38:39 +0100
committerKoen Kooi <koen@openembedded.org>2009-11-05 17:42:50 +0100
commite9c3ba01c84e550595862eab49425e901a84a552 (patch)
treedce48fd59350fbf7811def8cf8673b606f0c241f /recipes/gnome-mplayer
parent0da71f8df5d8956f3c76677c12c56367da4287f9 (diff)
downloadopenembedded-e9c3ba01c84e550595862eab49425e901a84a552.tar.gz
gecko-mediaplayer: fix packaging
gnome-mplayer: bump PR The symlinking should be done in a postinst, but I'm too low on caffeine right now to make that work
Diffstat (limited to 'recipes/gnome-mplayer')
-rw-r--r--recipes/gnome-mplayer/gecko-mediaplayer_0.9.8.bb7
-rw-r--r--recipes/gnome-mplayer/gnome-mplayer_0.9.8.bb2
2 files changed, 5 insertions, 4 deletions
diff --git a/recipes/gnome-mplayer/gecko-mediaplayer_0.9.8.bb b/recipes/gnome-mplayer/gecko-mediaplayer_0.9.8.bb
index 33d0be4aa2..9dca7cb6b6 100644
--- a/recipes/gnome-mplayer/gecko-mediaplayer_0.9.8.bb
+++ b/recipes/gnome-mplayer/gecko-mediaplayer_0.9.8.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
DEPENDS = "firefox gtk+ gconf dbus-glib"
RDEPENDS = "firefox gnome-mplayer"
-PR = "r3"
+PR = "r4"
inherit autotools
@@ -17,13 +17,14 @@ SRC_URI = "http://gecko-mediaplayer.googlecode.com/files/${P}.tar.gz \
MOZILLA_HOME = "firefox-3.5.4"
do_install_append() {
- ln -sf ${libdir}/mozilla ${D}${libdir}/${MOZILLA_HOME}
+ install -d ${D}${libdir}/${MOZILLA_HOME}/extensions/
cp -dpR ${WORKDIR}/extens* ${D}${libdir}/mozilla/
+ ln -sf ${libdir}/mozilla/extensions/flash@alwaysinnovating.com ${D}${libdir}/${MOZILLA_HOME}/extensions/
}
PACKAGES =+ "${PN}-firefox-hack"
RDEPENDS_${PN}-firefox-hack = "${PN}"
-FILES_${PN}-firefox-hack = "${libdir}/mozilla/extensions"
+FILES_${PN}-firefox-hack = "${libdir}/mozilla/extensions ${libdir}/${MOZILLA_HOME}"
FILES_${PN} += "${sysconfdir}/* \
${libdir}/mozilla/* ${libdir}/${MOZILLA_HOME}"
diff --git a/recipes/gnome-mplayer/gnome-mplayer_0.9.8.bb b/recipes/gnome-mplayer/gnome-mplayer_0.9.8.bb
index b8aa30d52e..95b46176af 100644
--- a/recipes/gnome-mplayer/gnome-mplayer_0.9.8.bb
+++ b/recipes/gnome-mplayer/gnome-mplayer_0.9.8.bb
@@ -4,4 +4,4 @@ SRC_URI += "file://gnome-mplayer-svn.diff;patch=1;pnum=0 \
file://default.patch;patch=1 \
"
-PR = "r8"
+PR = "r9"