summaryrefslogtreecommitdiff
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 1d64ec830..d152a678e 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/"
SECTION = "kernel/userland"
DEPENDS = "virtual/kernel zlib"
LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
inherit autotools
@@ -12,4 +12,5 @@ export LDFLAGS = "-L${STAGING_LIBDIR}"
EXTRA_OECONF = " --with-zlib=yes"
SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \
- file://kexec-tools-arm.patch;patch=1 "
+ file://kexec-tools-arm.patch;patch=1 \
+ file://kexec-arm-atags.patch;patch=1"