summaryrefslogtreecommitdiffstats
path: root/meta/packages/kexec
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-10 22:08:10 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-10 22:08:10 +0000
commit61fc63190e73e3250d766d269148d9ba64c9357c (patch)
tree0fbdcb921cc27f6160da321e51b1730a0554d0b2 /meta/packages/kexec
parent41cab4000bf05c8ac575776b43ac20ac31d86004 (diff)
downloadpoky-61fc63190e73e3250d766d269148d9ba64c9357c.tar.gz
kexec: Simplify metadata
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3110 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 "