summaryrefslogtreecommitdiffstats
path: root/meta/packages/kexec/kexec-tools_1.101.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/kexec/kexec-tools_1.101.bb')
-rw-r--r--meta/packages/kexec/kexec-tools_1.101.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/kexec/kexec-tools_1.101.bb b/meta/packages/kexec/kexec-tools_1.101.bb
index 1d64ec8305..d152a678ed 100644
--- a/meta/packages/kexec/kexec-tools_1.101.bb
+++ b/meta/packages/kexec/kexec-tools_1.101.bb
@@ -4,7 +4,7 @@ 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 = "r2" 7PR = "r3"
8 8
9inherit autotools 9inherit autotools
10 10
@@ -12,4 +12,5 @@ export LDFLAGS = "-L${STAGING_LIBDIR}"
12EXTRA_OECONF = " --with-zlib=yes" 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 \
16 file://kexec-arm-atags.patch;patch=1"