diff options
| -rw-r--r-- | meta/packages/syslinux/syslinux_3.36.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/packages/syslinux/syslinux_3.36.bb b/meta/packages/syslinux/syslinux_3.36.bb index 5073ac358a..9cd24e6bd9 100644 --- a/meta/packages/syslinux/syslinux_3.36.bb +++ b/meta/packages/syslinux/syslinux_3.36.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "A multi-purpose linux bootloader" | |||
| 2 | HOMEPAGE = "http://syslinux.zytor.com/" | 2 | HOMEPAGE = "http://syslinux.zytor.com/" |
| 3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
| 4 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2" | 4 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2" |
| 5 | PR = "r3" | 5 | PR = "r4" |
| 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 |
| @@ -14,6 +14,11 @@ do_configure() { | |||
| 14 | 14 | ||
| 15 | COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)' | 15 | COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)' |
| 16 | 16 | ||
| 17 | export BINDIR = "${bindir}" | ||
| 18 | export SBINDIR = "${sbindir}" | ||
| 19 | export LIBDIR = "${libdir}" | ||
| 20 | export INCDIR = "${includedir}" | ||
| 21 | |||
| 17 | do_compile_virtclass-native () { | 22 | do_compile_virtclass-native () { |
| 18 | oe_runmake installer | 23 | oe_runmake installer |
| 19 | } | 24 | } |
