diff options
Diffstat (limited to 'meta/recipes-devtools/syslinux/syslinux_6.03.bb')
-rw-r--r-- | meta/recipes-devtools/syslinux/syslinux_6.03.bb | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/meta/recipes-devtools/syslinux/syslinux_6.03.bb b/meta/recipes-devtools/syslinux/syslinux_6.03.bb index 7e3176e84e..33dd776f1b 100644 --- a/meta/recipes-devtools/syslinux/syslinux_6.03.bb +++ b/meta/recipes-devtools/syslinux/syslinux_6.03.bb | |||
@@ -6,12 +6,21 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
6 | 6 | ||
7 | # If you really want to run syslinux, you need mtools. We just want the | 7 | # If you really want to run syslinux, you need mtools. We just want the |
8 | # ldlinux.* stuff for now, so skip mtools-native | 8 | # ldlinux.* stuff for now, so skip mtools-native |
9 | DEPENDS = "nasm-native util-linux" | 9 | DEPENDS = "nasm-native util-linux e2fsprogs" |
10 | 10 | ||
11 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/boot/syslinux/6.xx/syslinux-${PV}.tar.xz \ | 11 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/boot/syslinux/6.xx/syslinux-${PV}.tar.xz \ |
12 | file://syslinux-fix-parallel-building-issue.patch \ | 12 | file://syslinux-fix-parallel-building-issue.patch \ |
13 | file://syslinux-libupload-depend-lib.patch \ | 13 | file://syslinux-libupload-depend-lib.patch \ |
14 | file://syslinux-remove-clean-script.patch \ | 14 | file://syslinux-remove-clean-script.patch \ |
15 | file://0001-linux-syslinux-support-ext2-3-4-device.patch \ | ||
16 | file://0002-linux-syslinux-implement-open_ext2_fs.patch \ | ||
17 | file://0003-linux-syslinux-implement-install_to_ext2.patch \ | ||
18 | file://0004-linux-syslinux-add-ext_file_read-and-ext_file_write.patch \ | ||
19 | file://0005-linux-syslinux-implement-handle_adv_on_ext.patch \ | ||
20 | file://0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch \ | ||
21 | file://0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch \ | ||
22 | file://0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch \ | ||
23 | file://0009-linux-syslinux-implement-install_bootblock.patch \ | ||
15 | " | 24 | " |
16 | 25 | ||
17 | SRC_URI[md5sum] = "92a253df9211e9c20172796ecf388f13" | 26 | SRC_URI[md5sum] = "92a253df9211e9c20172796ecf388f13" |