diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-12 08:35:48 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-12 08:35:48 +0000 |
commit | 2a515b9b1760e1474d2b257e68c00998297f422c (patch) | |
tree | 1fc2da419d915888e63fa7e4a13f86073708ba64 /packages/busybox/busybox_1.2.1.bb | |
parent | cc93b59948038ddfec94543ca8397309a80600a5 (diff) |
busybox: fix avr32 build, courtesy Stelios Koroneos
Diffstat (limited to 'packages/busybox/busybox_1.2.1.bb')
-rw-r--r-- | packages/busybox/busybox_1.2.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 |