diff options
Diffstat (limited to 'meta/packages/kexec/kexec-tools_1.101.bb')
-rw-r--r-- | meta/packages/kexec/kexec-tools_1.101.bb | 5 |
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/" | |||
4 | SECTION = "kernel/userland" | 4 | SECTION = "kernel/userland" |
5 | DEPENDS = "virtual/kernel zlib" | 5 | DEPENDS = "virtual/kernel zlib" |
6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
7 | PR = "r2" | 7 | PR = "r3" |
8 | 8 | ||
9 | inherit autotools | 9 | inherit autotools |
10 | 10 | ||
@@ -12,4 +12,5 @@ export LDFLAGS = "-L${STAGING_LIBDIR}" | |||
12 | EXTRA_OECONF = " --with-zlib=yes" | 12 | EXTRA_OECONF = " --with-zlib=yes" |
13 | 13 | ||
14 | SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \ | 14 | SRC_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" | ||