[oe-commits] Ulf Samuelsson : Fix syntax error in u-boot-1.3.4 recipe

GIT User account git at amethyst.openembedded.net
Mon Mar 16 17:06:51 UTC 2009


Module: openembedded.git
Branch: refs/remotes/origin/ulf/atmel
Commit: 678732e0830be16f1f25800421d603b067b5c736
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=678732e0830be16f1f25800421d603b067b5c736

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Wed Mar 11 17:24:38 2009 +0100

Fix syntax error in u-boot-1.3.4 recipe

 Please enter the commit message for your changes. Lines starting

---

 packages/u-boot/u-boot_1.3.4.bb |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/packages/u-boot/u-boot_1.3.4.bb b/packages/u-boot/u-boot_1.3.4.bb
index dfd8357..39869d7 100644
--- a/packages/u-boot/u-boot_1.3.4.bb
+++ b/packages/u-boot/u-boot_1.3.4.bb
@@ -2,9 +2,8 @@ require u-boot.inc
 
 DEFAULT_PREFERENCE = "-1"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2"
-           "
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"





More information about the Openembedded-commits mailing list