From: Frans Meulenbroeks Date: Thu, 14 Jan 2010 19:39:47 +0000 (+0100) Subject: Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org... X-Git-Tag: Release-2010-05/1~898 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fd04f71ad25d5df59c636986f741b9a36ce6501;p=openembedded.git Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev Conflicts: recipes/linux/linux-kirkwood_2.6.33-rc1.bb --- 3fd04f71ad25d5df59c636986f741b9a36ce6501 diff --cc recipes/linux/linux-kirkwood_2.6.33-rc1.bb index 1c1f340682,3b85619b07..c138351ba7 --- a/recipes/linux/linux-kirkwood_2.6.33-rc1.bb +++ b/recipes/linux/linux-kirkwood_2.6.33-rc1.bb @@@ -14,16 -14,13 +14,16 @@@ SRCREV = "58c19e3ea75a629c3d38a4490f96a SRC_URI = "git://repo.or.cz/linux-2.6/linux-2.6-openrd.git;protocol=git \ file://defconfig" -SRC_URI_append_openrd-base += " \ - file://openrd-base/openrd-base-enable-pcie.patch;patch=1" +SRC_URI_append_openrd-base += \ + "file"//openrd-base/openrd-base-enable-pcie.patch;patch=1 \ + file://0004-ARM-Kirkwood-OpenRD-SD-UART1-selection.patch;patch=1 \ + " - SRC_URI_append_openrd-client += \ - "file://0001-OpenRD-Client-PCIe-Initialize-PCI-express-and-i2c.patch;patch=1 \ + SRC_URI_append_openrd-client += " \ + file://0001-OpenRD-Client-PCIe-Initialize-PCI-express-and-i2c.patch;patch=1 \ file://0002-OpenRD-Client-Volari-Z11-driver-added.patch;patch=1 \ file://0003-ARM-Kirkwood-Sound-Sound-driver-added.patch;patch=1 \ + file://0004-ARM-Kirkwood-OpenRD-SD-UART1-selection.patch;patch=1 \ " # update machine types list for ARM architecture, only for machines that need it diff --cc recipes/mythtv/mythplugins_0.22.bb index b121fdfb20,b121fdfb20..c53b44816d --- a/recipes/mythtv/mythplugins_0.22.bb +++ b/recipes/mythtv/mythplugins_0.22.bb @@@ -11,18 -11,18 +11,20 @@@ 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" PV = "0.22" --PR = "r1" --QMAKE_PROFILES = "mythplugins.pro" -- --SRC_URI = "ftp://ftp.osuosl.org/pub/mythtv/mythplugins-0.22.tar.bz2 \ ++SRCREV = "23062" ++SRC_URI = "svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=mythtvplugins;proto=http \ file://sysroot.patch;patch=1 \ file://mythplugins_wo_qtopengl.diff;patch=1 \ file://configure.patch;patch=1 \ file://mytharchive.pro.patch;patch=1 \ " ++ ++QMAKE_PROFILES = "mythplugins.pro" ++ S = "${WORKDIR}/mythplugins-0.22" inherit qmake2 qt4x11 diff --cc recipes/mythtv/myththemes_0.22.bb index 6f22a270d9,6f22a270d9..4e7a64d07a --- a/recipes/mythtv/myththemes_0.22.bb +++ b/recipes/mythtv/myththemes_0.22.bb @@@ -1,12 -1,12 +1,14 @@@ DEPENDS = "mythtv" inherit qmake2 ++PR = "svnr${SRCPV}+r0" PV = "0.22" --PR = "r0" --FILES_${PN} =+ "${datadir}" ++SRCREV = "23062" ++SRC_URI = ++"svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=mythtvthemes;proto=http" --SRC_URI = "ftp://ftp.osuosl.org/pub/mythtv/myththemes-0.22.tar.bz2" ++FILES_${PN} =+ "${datadir}" S = "${WORKDIR}/myththemes-0.22"