diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2006-12-25 22:04:05 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2006-12-25 22:04:05 +0000 |
commit | 5ed64240f7a94511b26ae436495a96f50dcccade (patch) | |
tree | f5c16bb4ba69a6c345dc914ae5db33723d17bceb /packages | |
parent | f8a2e56da94229ca24c532cf8003d5e87916c1a2 (diff) |
The source package for uboot-utils is u-boot, not (uboot-utils).
Diffstat (limited to 'packages')
-rw-r--r-- | packages/uboot-utils/uboot-utils_1.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/uboot-utils/uboot-utils_1.1.2.bb b/packages/uboot-utils/uboot-utils_1.1.2.bb index a24682af45..638f1cb713 100644 --- a/packages/uboot-utils/uboot-utils_1.1.2.bb +++ b/packages/uboot-utils/uboot-utils_1.1.2.bb @@ -3,7 +3,7 @@ PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "mtd-utils" -SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/u-boot-${PV}.tar.bz2 \ +SRC_URI = "${SOURCEFORGE_MIRROR}/u-boot/u-boot-${PV}.tar.bz2 \ file://fw_env.h.patch;patch=1 \ file://fw_env.c.patch;patch=1 \ file://tools-Makefile.patch;patch=1 \ |