]> code.ossystems Code Review - openembedded-core.git/commitdiff
kexec-tools: merged unification from OE
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 8 Apr 2008 15:09:33 +0000 (15:09 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 8 Apr 2008 15:09:33 +0000 (15:09 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4201 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/kexec/kexec-tools.inc [new file with mode: 0644]
meta/packages/kexec/kexec-tools_1.101.bb

diff --git a/meta/packages/kexec/kexec-tools.inc b/meta/packages/kexec/kexec-tools.inc
new file mode 100644 (file)
index 0000000..f806e71
--- /dev/null
@@ -0,0 +1,13 @@
+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
+
+
+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 d152a678edf880e1f5b4420e28066a2588e63f6f..f74c7bcd83c84abd011ceeca44fcc172c763036e 100644 (file)
@@ -1,16 +1,5 @@
-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"
-
-inherit autotools
-
+require kexec-tools.inc
 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 = "r5"