From: Matthias Hentges Date: Sat, 19 May 2007 10:37:50 +0000 (+0000) Subject: altboot: Fix SRC_URI of SVNR48. Thanks to Bernardo who spotted the problem. X-Git-Tag: Release-2010-05/1~8868^2~438 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c620b81d43b64cbc96f0897156d09e7f11905fca;p=openembedded.git altboot: Fix SRC_URI of SVNR48. Thanks to Bernardo who spotted the problem. --- diff --git a/packages/altboot/altboot_1.1.1+wip-SVNR48.bb b/packages/altboot/altboot_1.1.1+wip-SVNR48.bb index 244b8950aa..2e1fd38acc 100644 --- a/packages/altboot/altboot_1.1.1+wip-SVNR48.bb +++ b/packages/altboot/altboot_1.1.1+wip-SVNR48.bb @@ -24,7 +24,7 @@ RDEPENDS_${PN}-conf = "${PN}" ###################################################################################### SVN_REV = "48" -PR = "r0" +PR = "r1" ###################################################################################### @@ -34,7 +34,7 @@ PACKAGE_ARCH_${PN} = "${MACHINE}" PACKAGE_ARCH_${PN}-doc = "all" PACKAGE_ARCH_${PN}-conf = "${MACHINE}" -SRC_URI = "svn://hentges.net/altboot;module=trunk;rev=${SVN_REV}" +SRC_URI = "svn://hentges.net/public/altboot;module=trunk;rev=${SVN_REV}" S = "${WORKDIR}/trunk/" @@ -121,4 +121,3 @@ pkg_postrm_${PN}() { update-alternatives --remove init /sbin/init.altboot } -