diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-02-17 12:00:39 -0500 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-02-17 12:00:39 -0500 |
commit | ac7555718d48add4e796811b7206417a18e02bf4 (patch) | |
tree | da3ec8c46c47a8d6ca91073278b218ced55b8373 /packages/busybox/busybox_1.11.3.bb | |
parent | 58c556d90552178c7221d903bf2077dcda0327fc (diff) |
busybox-{1.11.3,1.7.2,1.9.2}: Fix parallel build failing on appletlib
Roman's patch applies fine on these versions as well.
Diffstat (limited to 'packages/busybox/busybox_1.11.3.bb')
-rw-r--r-- | packages/busybox/busybox_1.11.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/busybox/busybox_1.11.3.bb b/packages/busybox/busybox_1.11.3.bb index 305a0b6c14..bd03aa8cf6 100644 --- a/packages/busybox/busybox_1.11.3.bb +++ b/packages/busybox/busybox_1.11.3.bb @@ -1,5 +1,5 @@ require busybox.inc -PR = "r14" +PR = "r15" SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ @@ -7,6 +7,7 @@ SRC_URI = "\ file://udhcpscript.patch;patch=1 \ file://B921600.patch;patch=1 \ file://fdisk_lineedit_segfault.patch;patch=1 \ + file://busybox-appletlib-dependency.patch;patch=1 \ file://busybox-cron \ file://busybox-httpd \ file://busybox-udhcpd \ |