From 2a515b9b1760e1474d2b257e68c00998297f422c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 12 Aug 2007 08:35:48 +0000 Subject: busybox: fix avr32 build, courtesy Stelios Koroneos --- packages/busybox/busybox_1.2.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/busybox/busybox_1.2.1.bb') diff --git a/packages/busybox/busybox_1.2.1.bb b/packages/busybox/busybox_1.2.1.bb index 054649e9df..773c5e1a7e 100644 --- a/packages/busybox/busybox_1.2.1.bb +++ b/packages/busybox/busybox_1.2.1.bb @@ -1,11 +1,13 @@ require busybox.inc -PR = "r13" +PR = "r14" SRC_URI += "file://wget-long-options.patch;patch=1 \ file://df_rootfs.patch;patch=1 \ file://defconfig" +SRC_URI_append_avr32 = " file://install-should-unlink-dest-if-it-exists.patch;patch=1" + do_configure () { install -m 0644 ${WORKDIR}/defconfig ${S}/.config.oe -- cgit v1.2.3