summaryrefslogtreecommitdiffstats
path: root/meta/packages/kexec
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/kexec')
-rw-r--r--meta/packages/kexec/kexec-tools_1.101.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/kexec/kexec-tools_1.101.bb b/meta/packages/kexec/kexec-tools_1.101.bb
index 4dfab1e06f..1d64ec8305 100644
--- a/meta/packages/kexec/kexec-tools_1.101.bb
+++ b/meta/packages/kexec/kexec-tools_1.101.bb
@@ -4,12 +4,12 @@ HOMEPAGE = "http://www.xmission.com/~ebiederm/files/kexec/"
4SECTION = "kernel/userland" 4SECTION = "kernel/userland"
5DEPENDS = "virtual/kernel zlib" 5DEPENDS = "virtual/kernel zlib"
6LICENSE = "GPL" 6LICENSE = "GPL"
7PR = "r1" 7PR = "r2"
8 8
9inherit autotools 9inherit autotools
10 10
11EXTRA_OEMAKE = "LDFLAGS=-L${STAGING_LIBDIR} -Wl,--rpath-link,${STAGING_LIBDIR} " 11export LDFLAGS = "-L${STAGING_LIBDIR}"
12EXTRA_OECONF = " --with-zlib=${STAGING_LIBDIR}/.." 12EXTRA_OECONF = " --with-zlib=yes"
13 13
14SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \ 14SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \
15 file://kexec-tools-arm.patch;patch=1 " 15 file://kexec-tools-arm.patch;patch=1 "