diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 22:22:50 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 22:22:50 +0000 |
commit | 65756ffdda79ffcd4ca8c9988e4f8cb40f91f81f (patch) | |
tree | 316e5623e7b860ceb92caf723b0944fc872a4ce5 /packages/uboot | |
parent | b538ed9fe1b37ef740145b4399db0048ad31fc8c (diff) | |
parent | 1aeb81320d30622f09609f5569d302d527b3cef7 (diff) |
merge of '329df9dc9aeb10de474ddef3143523dd49e8ce6a'
and '4d580f70318d589b28c525479b598a0fec9dc64b'
Diffstat (limited to 'packages/uboot')
-rw-r--r-- | packages/uboot/uboot-utils_1.2.0.bb | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/packages/uboot/uboot-utils_1.2.0.bb b/packages/uboot/uboot-utils_1.2.0.bb index 8a5d7dce3c..89cc6a235d 100644 --- a/packages/uboot/uboot-utils_1.2.0.bb +++ b/packages/uboot/uboot-utils_1.2.0.bb @@ -2,22 +2,11 @@ DESCRIPTION = "U-boot bootloader OS env. access tools for PPC" SECTION = "bootloaders" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = "mtd-utils" -PR = "r5" +PR = "r6" -SRC_URI = "${SOURCEFORGE_MIRROR}/u-boot/u-boot-${PV}.tar.bz2 \ - file://fw_env.c.patch;patch=1 \ - file://tools-Makefile.patch;patch=1 \ - file://env-Makefile.patch;patch=1 \ - file://fw_env.config" +SRC_URI = "${SOURCEFORGE_MIRROR}/u-boot/u-boot-${PV}.tar.bz2" S = "${WORKDIR}/u-boot-${PV}" -EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" -TARGET_LDFLAGS = "" - -UBOOT_MACHINE ?= "${MACHINE}_config" - -inherit base do_configure() { : @@ -34,10 +23,3 @@ do_stage() { install -m 755 ${S}/tools/mkimage ${STAGING_BINDIR_NATIVE}/ } -do_install () { - install -d ${D}/sbin - install -d ${D}${sysconfdir} - install -m 644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config - install -m 755 ${S}/tools/env/fw_printenv ${D}/sbin/fw_printenv - install -m 755 ${S}/tools/env/fw_printenv ${D}/sbin/fw_setenv -} |