diff options
author | Matthias Hentges <oe@hentges.net> | 2007-05-19 10:37:50 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-05-19 10:37:50 +0000 |
commit | c620b81d43b64cbc96f0897156d09e7f11905fca (patch) | |
tree | 61c84fd5d574873e3141932616f9e4425ade1659 /packages | |
parent | c50fe0c5f0eb2e243a4921e8576ba49db26483fc (diff) |
altboot: Fix SRC_URI of SVNR48. Thanks to Bernardo who spotted the problem.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/altboot/altboot_1.1.1+wip-SVNR48.bb | 5 |
1 files changed, 2 insertions, 3 deletions
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 } - |