diff options
Diffstat (limited to 'meta/recipes-devtools/syslinux')
-rw-r--r-- | meta/recipes-devtools/syslinux/syslinux_4.03.bb | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/meta/recipes-devtools/syslinux/syslinux_4.03.bb b/meta/recipes-devtools/syslinux/syslinux_4.03.bb index 05bcb21b38..dc0785e566 100644 --- a/meta/recipes-devtools/syslinux/syslinux_4.03.bb +++ b/meta/recipes-devtools/syslinux/syslinux_4.03.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
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" | 9 | DEPENDS = "nasm-native" |
10 | PR = "r0" | 10 | PR = "r1" |
11 | 11 | ||
12 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2 \ | 12 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2 \ |
13 | file://cross-build.patch" | 13 | file://cross-build.patch" |
@@ -46,4 +46,14 @@ do_install() { | |||
46 | install -m 644 ${S}/core/ldlinux.bss ${D}${libdir}/syslinux/ | 46 | install -m 644 ${S}/core/ldlinux.bss ${D}${libdir}/syslinux/ |
47 | } | 47 | } |
48 | 48 | ||
49 | PACKAGES =+ "${PN}-extlinux ${PN}-mbr ${PN}-chain ${PN}-pxelinux ${PN}-isolinux" | ||
50 | |||
51 | FILES_${PN} = "${bindir}/syslinux" | ||
52 | FILES_${PN}-extlinux = "${sbindir}/extlinux" | ||
53 | FILES_${PN}-mbr = "${libdir}/${PN}/mbr.bin" | ||
54 | FILES_${PN}-chain = "${libdir}/${PN}/chain.c32" | ||
55 | FILES_${PN}-isolinux = "${libdir}/${PN}/isolinux.bin" | ||
56 | FILES_${PN}-pxelinux = "${libdir}/${PN}/pxelinux.0" | ||
57 | FILES_${PN}-dev += "${datadir}/${PN}/com32" | ||
58 | |||
49 | BBCLASSEXTEND = "native" | 59 | BBCLASSEXTEND = "native" |