diff options
author | Philip Balister <philip@balister.org> | 2007-08-16 21:42:39 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-08-16 21:42:39 +0000 |
commit | d5ec6d750714816a357b407df03d64f12a2727b3 (patch) | |
tree | 6fc7f511889ab850c8d140c24815b9dea51c79cf /packages/uboot | |
parent | a3d194ad936945a8712c8346c6f474f176f2b37c (diff) |
uboot-utils : Eliminate non-working builds. Package now builds and installs mkimage.
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 -} |