From: Philip Balister Date: Thu, 16 Aug 2007 21:42:39 +0000 (+0000) Subject: uboot-utils : Eliminate non-working builds. Package now builds and installs mkimage. X-Git-Tag: Release-2010-05/1~8948 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5ec6d750714816a357b407df03d64f12a2727b3;p=openembedded.git uboot-utils : Eliminate non-working builds. Package now builds and installs mkimage. --- 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 -}