aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/didiwiki/didiwiki.inc3
-rw-r--r--recipes/mythtv/mythplugins_0.22.bb6
-rw-r--r--recipes/mythtv/myththemes_0.22.bb6
-rw-r--r--recipes/obsolete/didiwiki/didiwiki_0.2.bb (renamed from recipes/didiwiki/didiwiki_0.2.bb)0
-rw-r--r--recipes/obsolete/didiwiki/didiwiki_0.4.bb (renamed from recipes/didiwiki/didiwiki_0.4.bb)0
-rw-r--r--recipes/obsolete/gimp/gimp_2.2.10.bb (renamed from recipes/gimp/gimp_2.2.10.bb)0
-rw-r--r--recipes/obsolete/gimp/gimp_2.3.7.bb (renamed from recipes/gimp/gimp_2.3.7.bb)0
-rw-r--r--recipes/obsolete/xmame/xmame-0.86/crosscompile.patch (renamed from recipes/xmame/xmame-0.86/crosscompile.patch)0
-rw-r--r--recipes/obsolete/xmame/xmame_0.86.bb (renamed from recipes/xmame/xmame_0.86.bb)0
-rw-r--r--recipes/obsolete/xmame/xmame_0.87.bb (renamed from recipes/xmame/xmame_0.87.bb)0
-rw-r--r--recipes/obsolete/xmame/xmame_0.95.bb (renamed from recipes/xmame/xmame_0.95.bb)0
-rw-r--r--recipes/obsolete/zd1211/zd1211-r77/makefile-unslung.patch (renamed from recipes/zd1211/zd1211-r77/makefile-unslung.patch)0
-rw-r--r--recipes/obsolete/zd1211/zd1211-r77/makefile.patch (renamed from recipes/zd1211/zd1211-r77/makefile.patch)0
-rw-r--r--recipes/obsolete/zd1211/zd1211-r83/makefile-unslung.patch (renamed from recipes/zd1211/zd1211-r83/makefile-unslung.patch)0
-rw-r--r--recipes/obsolete/zd1211/zd1211-r83/makefile.patch (renamed from recipes/zd1211/zd1211-r83/makefile.patch)0
-rw-r--r--recipes/obsolete/zd1211/zd1211_r77.bb (renamed from recipes/zd1211/zd1211_r77.bb)0
-rw-r--r--recipes/obsolete/zd1211/zd1211_r83.bb (renamed from recipes/zd1211/zd1211_r83.bb)0
-rw-r--r--recipes/tasks/task-shr-feed.bb3
18 files changed, 9 insertions, 9 deletions
diff --git a/recipes/didiwiki/didiwiki.inc b/recipes/didiwiki/didiwiki.inc
index 906420402d..28c00196b0 100644
--- a/recipes/didiwiki/didiwiki.inc
+++ b/recipes/didiwiki/didiwiki.inc
@@ -3,7 +3,6 @@ DESCRIPTION = "A small and simple WikiWikiWeb implementation written in C \
and which includes a built in webserver."
LICENSE = "GPLv2"
-SRC_URI = "http://didiwiki.org/sources/didiwiki-${PV}.tar.gz"
-S = "${WORKDIR}/didiwiki-${PV}"
+SRC_URI = "http://sources.openembedded.org/didiwiki-${PV}.tar.gz"
inherit autotools
diff --git a/recipes/mythtv/mythplugins_0.22.bb b/recipes/mythtv/mythplugins_0.22.bb
index c53b44816d..ebe590cf3b 100644
--- a/recipes/mythtv/mythplugins_0.22.bb
+++ b/recipes/mythtv/mythplugins_0.22.bb
@@ -11,11 +11,11 @@ DEPENDS_mythweb_lighttpd = "mythweb"
RDEPENDS_mythweb_lighttpd = "lighttpd lighttpd-module-cgi lighttpd-module-fastcgi \
lighttpd-module-rewrite php-cgi lighttpd-module-auth"
-PR = "svnr${SRCPV}+r0"
+PR = "svnr${SRCPV}+r1"
PV = "0.22"
SRCREV = "23062"
-SRC_URI = "svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=mythtvplugins;proto=http \
+SRC_URI = "svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=mythplugins;proto=http \
file://sysroot.patch;patch=1 \
file://mythplugins_wo_qtopengl.diff;patch=1 \
file://configure.patch;patch=1 \
@@ -25,7 +25,7 @@ SRC_URI = "svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=mythtvplu
QMAKE_PROFILES = "mythplugins.pro"
-S = "${WORKDIR}/mythplugins-0.22"
+S = "${WORKDIR}/mythplugins"
inherit qmake2 qt4x11
diff --git a/recipes/mythtv/myththemes_0.22.bb b/recipes/mythtv/myththemes_0.22.bb
index a1ae76987c..f7fcd64ae1 100644
--- a/recipes/mythtv/myththemes_0.22.bb
+++ b/recipes/mythtv/myththemes_0.22.bb
@@ -1,16 +1,16 @@
DEPENDS = "mythtv"
inherit qmake2
-PR = "svnr${SRCPV}+r0"
+PR = "svnr${SRCPV}+r1"
PV = "0.22"
SRCREV = "23062"
SRC_URI = \
-"svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=mythtvthemes;proto=http"
+"svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=myththemes;proto=http"
FILES_${PN} =+ "${datadir}"
-S = "${WORKDIR}/myththemes-0.22"
+S = "${WORKDIR}/myththemes"
do_configure() {
${S}/configure --qmake=qmake2 --sysroot=${STAGING_DIR_HOST} --prefix=${prefix}
diff --git a/recipes/didiwiki/didiwiki_0.2.bb b/recipes/obsolete/didiwiki/didiwiki_0.2.bb
index 0ee2aaa496..0ee2aaa496 100644
--- a/recipes/didiwiki/didiwiki_0.2.bb
+++ b/recipes/obsolete/didiwiki/didiwiki_0.2.bb
diff --git a/recipes/didiwiki/didiwiki_0.4.bb b/recipes/obsolete/didiwiki/didiwiki_0.4.bb
index 0ee2aaa496..0ee2aaa496 100644
--- a/recipes/didiwiki/didiwiki_0.4.bb
+++ b/recipes/obsolete/didiwiki/didiwiki_0.4.bb
diff --git a/recipes/gimp/gimp_2.2.10.bb b/recipes/obsolete/gimp/gimp_2.2.10.bb
index 3719e2d5e5..3719e2d5e5 100644
--- a/recipes/gimp/gimp_2.2.10.bb
+++ b/recipes/obsolete/gimp/gimp_2.2.10.bb
diff --git a/recipes/gimp/gimp_2.3.7.bb b/recipes/obsolete/gimp/gimp_2.3.7.bb
index 7e72e74695..7e72e74695 100644
--- a/recipes/gimp/gimp_2.3.7.bb
+++ b/recipes/obsolete/gimp/gimp_2.3.7.bb
diff --git a/recipes/xmame/xmame-0.86/crosscompile.patch b/recipes/obsolete/xmame/xmame-0.86/crosscompile.patch
index 9f354e2958..9f354e2958 100644
--- a/recipes/xmame/xmame-0.86/crosscompile.patch
+++ b/recipes/obsolete/xmame/xmame-0.86/crosscompile.patch
diff --git a/recipes/xmame/xmame_0.86.bb b/recipes/obsolete/xmame/xmame_0.86.bb
index a5801e73da..a5801e73da 100644
--- a/recipes/xmame/xmame_0.86.bb
+++ b/recipes/obsolete/xmame/xmame_0.86.bb
diff --git a/recipes/xmame/xmame_0.87.bb b/recipes/obsolete/xmame/xmame_0.87.bb
index 80924ef0c6..80924ef0c6 100644
--- a/recipes/xmame/xmame_0.87.bb
+++ b/recipes/obsolete/xmame/xmame_0.87.bb
diff --git a/recipes/xmame/xmame_0.95.bb b/recipes/obsolete/xmame/xmame_0.95.bb
index 80924ef0c6..80924ef0c6 100644
--- a/recipes/xmame/xmame_0.95.bb
+++ b/recipes/obsolete/xmame/xmame_0.95.bb
diff --git a/recipes/zd1211/zd1211-r77/makefile-unslung.patch b/recipes/obsolete/zd1211/zd1211-r77/makefile-unslung.patch
index 4edcbb7a9d..4edcbb7a9d 100644
--- a/recipes/zd1211/zd1211-r77/makefile-unslung.patch
+++ b/recipes/obsolete/zd1211/zd1211-r77/makefile-unslung.patch
diff --git a/recipes/zd1211/zd1211-r77/makefile.patch b/recipes/obsolete/zd1211/zd1211-r77/makefile.patch
index ed111e07ef..ed111e07ef 100644
--- a/recipes/zd1211/zd1211-r77/makefile.patch
+++ b/recipes/obsolete/zd1211/zd1211-r77/makefile.patch
diff --git a/recipes/zd1211/zd1211-r83/makefile-unslung.patch b/recipes/obsolete/zd1211/zd1211-r83/makefile-unslung.patch
index bc189e823f..bc189e823f 100644
--- a/recipes/zd1211/zd1211-r83/makefile-unslung.patch
+++ b/recipes/obsolete/zd1211/zd1211-r83/makefile-unslung.patch
diff --git a/recipes/zd1211/zd1211-r83/makefile.patch b/recipes/obsolete/zd1211/zd1211-r83/makefile.patch
index adc2bd416d..adc2bd416d 100644
--- a/recipes/zd1211/zd1211-r83/makefile.patch
+++ b/recipes/obsolete/zd1211/zd1211-r83/makefile.patch
diff --git a/recipes/zd1211/zd1211_r77.bb b/recipes/obsolete/zd1211/zd1211_r77.bb
index 8321f8d96c..8321f8d96c 100644
--- a/recipes/zd1211/zd1211_r77.bb
+++ b/recipes/obsolete/zd1211/zd1211_r77.bb
diff --git a/recipes/zd1211/zd1211_r83.bb b/recipes/obsolete/zd1211/zd1211_r83.bb
index 0f7bb7d5c8..0f7bb7d5c8 100644
--- a/recipes/zd1211/zd1211_r83.bb
+++ b/recipes/obsolete/zd1211/zd1211_r83.bb
diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb
index 13dd65a7ae..aedeb3bb1b 100644
--- a/recipes/tasks/task-shr-feed.bb
+++ b/recipes/tasks/task-shr-feed.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "SHR Feed"
-PR = "r34"
+PR = "r35"
PV = "1.0"
LICENSE = "GPL"
@@ -265,4 +265,5 @@ RDEPENDS_${PN} += "\
qi \
qi-ubi \
wpa-gui \
+ gabriel \
"