kexec-tools: unify
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 5 Feb 2008 23:23:32 +0000 (23:23 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 5 Feb 2008 23:23:32 +0000 (23:23 +0000)
packages/kexec/kexec-tools.inc [new file with mode: 0644]
packages/kexec/kexec-tools_1.101.bb

diff --git a/packages/kexec/kexec-tools.inc b/packages/kexec/kexec-tools.inc
new file mode 100644 (file)
index 0000000..5649934
--- /dev/null
@@ -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"
index d152a67..366fad4 100644 (file)
@@ -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"