[oe-commits] Frans Meulenbroeks : mythplugins: fixed netvison packaging, fixed depends

git version control git at git.openembedded.org
Sat Sep 18 20:14:45 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 14995f179d32b590f3974b8a39c5f6e904634ca2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=14995f179d32b590f3974b8a39c5f6e904634ca2

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Sep 18 22:09:13 2010 +0200

mythplugins: fixed netvison packaging, fixed depends

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/mythtv/mythplugins_0.23+fixes.bb |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/recipes/mythtv/mythplugins_0.23+fixes.bb b/recipes/mythtv/mythplugins_0.23+fixes.bb
index bc676c3..e593d6a 100644
--- a/recipes/mythtv/mythplugins_0.23+fixes.bb
+++ b/recipes/mythtv/mythplugins_0.23+fixes.bb
@@ -13,13 +13,16 @@ RDEPENDS_mythweb_lighttpd = "lighttpd lighttpd-module-cgi lighttpd-module-fastcg
 
 RDEPENDS_mythnetvision += " python python-mysqldb "
 
+DEPENDS += " fftw fftwf "
+RDEPENDS_mythmusic += " libfftw libfftwf "
+
 # for mythweather:
-DEPENDS_mythweather += " libxml-xpath-perl-native libxml-simple-perl-native libdatetime-format-iso8601-perl-native \
+DEPENDS += " libxml-xpath-perl-native libxml-simple-perl-native libdatetime-format-iso8601-perl-native \
 	libsoap-lite-perl-native libimage-size-perl-native libdate-manip-perl-native "
 RDEPENDS_mythweather += " libxml-xpath-perl libxml-simple-perl libdatetime-format-iso8601-perl \
 	libsoap-lite-perl libimage-size-perl libdate-manip-perl "
 
-PR = "svnr${SRCPV}+r1"
+PR = "svnr${SRCPV}+r2"
 PV = "0.23"
 
 SRCREV = "25609"
@@ -248,10 +251,11 @@ FILES_mythnetvision = "${libdir}/mythtv/plugins/libmythnetvision.so \
         ${datadir}/mythtv/mythnetvision/* \
         ${datadir}/mythtv/i18n/mythnetvision* \
         ${datadir}/mythtv/mythnetvision.xml\
+        ${datadir}/mythtv/netvisionmenu.xml\
         ${datadir}/mythtv/themes/default/netvision-ui.xml \
-        ${datadir}/mythtv/themes/default-wide/nenetvision-ui.xml \
+        ${datadir}/mythtv/themes/default-wide/netvision-ui.xml \
         "
-#FILES_mythnetvision-dbg = "${libdir}/mythtv/plugins/.debug/libmythnetvision.so"
+FILES_mythnetvision-dbg = "${libdir}/mythtv/plugins/.debug/libmythnetvision.so"
 
 FILES_mythvideo = "${libdir}/mythtv/plugins/libmythvideo.so \
         ${bindir}/mtd \





More information about the Openembedded-commits mailing list