From b21b83328bffe4e832a073c1458c32503f3a7900 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Tue, 5 Feb 2008 23:23:32 +0000 Subject: kexec-tools: unify --- packages/kexec/kexec-tools.inc | 15 +++++++++++++++ packages/kexec/kexec-tools_1.101.bb | 17 ++--------------- 2 files changed, 17 insertions(+), 15 deletions(-) create mode 100644 packages/kexec/kexec-tools.inc (limited to 'packages/kexec') diff --git a/packages/kexec/kexec-tools.inc b/packages/kexec/kexec-tools.inc new file mode 100644 index 0000000000..5649934a5b --- /dev/null +++ b/packages/kexec/kexec-tools.inc @@ -0,0 +1,15 @@ +DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel" +AUTHOR = "Eric Biederman" +HOMEPAGE = "http://www.xmission.com/~ebiederm/files/kexec/" +SECTION = "kernel/userland" +LICENSE = "GPL" +DEPENDS = "virtual/kernel zlib" + +inherit autotools + +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-arm-atags.patch;patch=1" diff --git a/packages/kexec/kexec-tools_1.101.bb b/packages/kexec/kexec-tools_1.101.bb index d152a678ed..366fad4978 100644 --- a/packages/kexec/kexec-tools_1.101.bb +++ b/packages/kexec/kexec-tools_1.101.bb @@ -1,16 +1,3 @@ -DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel" -AUTHOR = "Eric Biederman" -HOMEPAGE = "http://www.xmission.com/~ebiederm/files/kexec/" -SECTION = "kernel/userland" -DEPENDS = "virtual/kernel zlib" -LICENSE = "GPL" -PR = "r3" +require kexec-tools.inc -inherit autotools - -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-arm-atags.patch;patch=1" +PR = "r4" -- cgit v1.2.3