diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-05-22 13:21:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-25 15:50:54 +0100 |
commit | 90981bbfbe1208159ac8f88687ab69a71a97ee72 (patch) | |
tree | 10c31303b440a9952a853047358a3ac7f0d32c04 /meta/recipes-devtools/syslinux/syslinux_4.03.bb | |
parent | 7fd97dd14de6034c809f459df2fbe4f960cc0c68 (diff) | |
download | poky-90981bbfbe1208159ac8f88687ab69a71a97ee72.tar.gz |
syslinux: rdepends on mtools
To be able to install into a disk, mtools are required thus we add it
as rdepends of 'syslinux' package.
(From OE-Core rev: 341fda24f968b225ae3d4bca5d7d03a8e1778494)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/syslinux/syslinux_4.03.bb')
-rw-r--r-- | meta/recipes-devtools/syslinux/syslinux_4.03.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/syslinux/syslinux_4.03.bb b/meta/recipes-devtools/syslinux/syslinux_4.03.bb index dc0785e566..e76fe1faf8 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 = "r1" | 10 | PR = "r2" |
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" |
@@ -48,6 +48,8 @@ do_install() { | |||
48 | 48 | ||
49 | PACKAGES =+ "${PN}-extlinux ${PN}-mbr ${PN}-chain ${PN}-pxelinux ${PN}-isolinux" | 49 | PACKAGES =+ "${PN}-extlinux ${PN}-mbr ${PN}-chain ${PN}-pxelinux ${PN}-isolinux" |
50 | 50 | ||
51 | RDEPENDS_${PN} += "mtools" | ||
52 | |||
51 | FILES_${PN} = "${bindir}/syslinux" | 53 | FILES_${PN} = "${bindir}/syslinux" |
52 | FILES_${PN}-extlinux = "${sbindir}/extlinux" | 54 | FILES_${PN}-extlinux = "${sbindir}/extlinux" |
53 | FILES_${PN}-mbr = "${libdir}/${PN}/mbr.bin" | 55 | FILES_${PN}-mbr = "${libdir}/${PN}/mbr.bin" |