mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
syslinux: Fix native install to use the correct paths
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "A multi-purpose linux bootloader"
|
|||||||
HOMEPAGE = "http://syslinux.zytor.com/"
|
HOMEPAGE = "http://syslinux.zytor.com/"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2"
|
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2"
|
||||||
PR = "r3"
|
PR = "r4"
|
||||||
|
|
||||||
# If you really want to run syslinux, you need mtools. We just want the
|
# If you really want to run syslinux, you need mtools. We just want the
|
||||||
# ldlinux.* stuff for now, so skip mtools-native
|
# ldlinux.* stuff for now, so skip mtools-native
|
||||||
@@ -14,6 +14,11 @@ do_configure() {
|
|||||||
|
|
||||||
COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)'
|
COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)'
|
||||||
|
|
||||||
|
export BINDIR = "${bindir}"
|
||||||
|
export SBINDIR = "${sbindir}"
|
||||||
|
export LIBDIR = "${libdir}"
|
||||||
|
export INCDIR = "${includedir}"
|
||||||
|
|
||||||
do_compile_virtclass-native () {
|
do_compile_virtclass-native () {
|
||||||
oe_runmake installer
|
oe_runmake installer
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user