]> code.ossystems Code Review - openembedded-core.git/commitdiff
syslinux: use /usr/lib/syslinux as AUXDIR
authorQing He <qing.he@intel.com>
Thu, 8 Jul 2010 06:18:27 +0000 (14:18 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Fri, 9 Jul 2010 04:11:00 +0000 (21:11 -0700)
instead of the upstream /usr/share/syslinux. This happens
at some point between 3.36 to 3.86

The reason is unknown, stick in /usr/lib/syslinux for
consistency for now

Bump the PR as well

Signed-off-by: Qing He <qing.he@intel.com>
meta/packages/syslinux/files/cross-build.patch
meta/packages/syslinux/syslinux_3.86.bb

index 69b3378bafe452a7457efb969c2ed0b27cbc698b..c90c7afbaff429611a7058238df791a378175a16 100644 (file)
@@ -5,6 +5,11 @@ because of the Makefile changes.
 against 3.86
 
 06/28/2010 - qhe
+
+also AUXDIR stays in $(LIBDIR)/syslinux rather than $(DATADIR)/syslinux
+
+07/08/2010 - qhe
+
 ---
 diff --git a/MCONFIG b/MCONFIG
 index e9c16d3..4d49f33 100644
@@ -18,13 +23,14 @@ index e9c16d3..4d49f33 100644
 -SBINDIR  = /sbin
 -LIBDIR   = /usr/lib
 -DATADIR  = /usr/share
+-AUXDIR   = $(DATADIR)/syslinux
+-MANDIR         = /usr/man
+-INCDIR   = /usr/include
 +BINDIR   ?= /usr/bin
 +SBINDIR  ?= /sbin
 +LIBDIR   ?= /usr/lib
 +DATADIR  ?= /usr/share
- AUXDIR   = $(DATADIR)/syslinux
--MANDIR         = /usr/man
--INCDIR   = /usr/include
++AUXDIR   = $(LIBDIR)/syslinux
 +MANDIR         ?= /usr/man
 +INCDIR   ?= /usr/include
  TFTPBOOT = /tftpboot
index 2fbbf0d0bd66d5caae9fe0e850a6ab9b4102191f..fb26a32fab258fb098500a1cfeabc1c73ecaa1c6 100644 (file)
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
 # If you really want to run syslinux, you need mtools.  We just want the
 # ldlinux.* stuff for now, so skip mtools-native
 DEPENDS = "nasm-native"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2 \
            file://cross-build.patch"