[oe-commits] org.oe.dev altboot: Fix SRC_URI of SVNR48. Thanks to Bernardo who spotted the problem.

coredump2 commit openembedded-commits at lists.openembedded.org
Sat May 19 10:40:58 UTC 2007


altboot: Fix SRC_URI of SVNR48. Thanks to Bernardo who spotted the problem.

Author: coredump2 at openembedded.org
Branch: org.openembedded.dev
Revision: d1d4d4d30407e46fe8729a7592473c3479741596
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d1d4d4d30407e46fe8729a7592473c3479741596
Files:
1
packages/altboot/altboot_1.1.1+wip-SVNR48.bb
Diffs:

#
# mt diff -rc4141972bf0803c8cbf12ad2060f15aa28335a89 -rd1d4d4d30407e46fe8729a7592473c3479741596
#
# 
# 
# patch "packages/altboot/altboot_1.1.1+wip-SVNR48.bb"
#  from [390ca9d55c6e1fc8ad383c2da1b07e230229934a]
#    to [b6ff29aa315b23874dc74c3ac4dc58598ba25518]
# 
============================================================
--- packages/altboot/altboot_1.1.1+wip-SVNR48.bb	390ca9d55c6e1fc8ad383c2da1b07e230229934a
+++ packages/altboot/altboot_1.1.1+wip-SVNR48.bb	b6ff29aa315b23874dc74c3ac4dc58598ba25518
@@ -24,7 +24,7 @@ SVN_REV = "48"
 ######################################################################################
 
 SVN_REV = "48"
-PR = "r0"
+PR = "r1"
 
 ######################################################################################
 
@@ -34,7 +34,7 @@ PACKAGE_ARCH_${PN}-conf = "${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
 }
-






More information about the Openembedded-commits mailing list