summaryrefslogtreecommitdiff
path: root/recipes/mythtv/myththemes_0.22+fixes.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-06-13 22:41:48 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-06-13 22:41:48 +0200
commit9aefece5555f0897b6c6aceb348ab99e244e66b8 (patch)
tree09d62a0cd1dd3df2be6aabaff5e44f391a13dec6 /recipes/mythtv/myththemes_0.22+fixes.bb
parent1030f8b122a25ae73b20ae080cbf923c72a56895 (diff)
mythtv/myththemes/mythplugins: moved from 0.22+fixes to 0.23+fixes
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/mythtv/myththemes_0.22+fixes.bb')
-rw-r--r--recipes/mythtv/myththemes_0.22+fixes.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes/mythtv/myththemes_0.22+fixes.bb b/recipes/mythtv/myththemes_0.22+fixes.bb
deleted file mode 100644
index 2b4d8de943..0000000000
--- a/recipes/mythtv/myththemes_0.22+fixes.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DEPENDS = "mythtv"
-inherit qmake2
-
-PR = "svnr${SRCPV}+r0"
-PV = "0.22"
-
-SRCREV = "23710"
-SRC_URI = \
-"svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=myththemes;proto=http"
-
-FILES_${PN} =+ "${datadir}"
-
-S = "${WORKDIR}/myththemes"
-
-do_configure() {
- ${S}/configure --qmake=qmake2 --sysroot=${STAGING_DIR_HOST} --prefix=${prefix}
-}
-
-do_install () {
- oe_runmake install INSTALL_ROOT=${D}
-}
-