summaryrefslogtreecommitdiffstats
path: root/meta/packages/kexec
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-04-08 15:09:33 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-04-08 15:09:33 +0000
commit294782ddc15dbe7f05bdf2fe1c47ace4fad34a30 (patch)
tree9819cb3249b18450731efb32079144c1550662d7 /meta/packages/kexec
parent3e5ee5acdca51af57c7b6ccd2136f7b548a80293 (diff)
downloadpoky-294782ddc15dbe7f05bdf2fe1c47ace4fad34a30.tar.gz
kexec-tools: merged unification from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4201 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/kexec')
-rw-r--r--meta/packages/kexec/kexec-tools.inc13
-rw-r--r--meta/packages/kexec/kexec-tools_1.101.bb15
2 files changed, 15 insertions, 13 deletions
diff --git a/meta/packages/kexec/kexec-tools.inc b/meta/packages/kexec/kexec-tools.inc
new file mode 100644
index 0000000000..f806e71480
--- /dev/null
+++ b/meta/packages/kexec/kexec-tools.inc
@@ -0,0 +1,13 @@
1DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel"
2AUTHOR = "Eric Biederman"
3HOMEPAGE = "http://www.xmission.com/~ebiederm/files/kexec/"
4SECTION = "kernel/userland"
5LICENSE = "GPL"
6DEPENDS = "virtual/kernel zlib"
7
8inherit autotools
9
10
11SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \
12 file://kexec-tools-arm.patch;patch=1 \
13 file://kexec-arm-atags.patch;patch=1"
diff --git a/meta/packages/kexec/kexec-tools_1.101.bb b/meta/packages/kexec/kexec-tools_1.101.bb
index d152a678ed..f74c7bcd83 100644
--- a/meta/packages/kexec/kexec-tools_1.101.bb
+++ b/meta/packages/kexec/kexec-tools_1.101.bb
@@ -1,16 +1,5 @@
1DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel" 1require kexec-tools.inc
2AUTHOR = "Eric Biederman"
3HOMEPAGE = "http://www.xmission.com/~ebiederm/files/kexec/"
4SECTION = "kernel/userland"
5DEPENDS = "virtual/kernel zlib"
6LICENSE = "GPL"
7PR = "r3"
8
9inherit autotools
10
11export LDFLAGS = "-L${STAGING_LIBDIR}" 2export LDFLAGS = "-L${STAGING_LIBDIR}"
12EXTRA_OECONF = " --with-zlib=yes" 3EXTRA_OECONF = " --with-zlib=yes"
13 4
14SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \ 5PR = "r5"
15 file://kexec-tools-arm.patch;patch=1 \
16 file://kexec-arm-atags.patch;patch=1"