aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot/kexecboot_git.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-10-10 01:41:11 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-10-21 00:48:39 +0200
commitac6200745d158e7dec283b698f6af763d2d8d010 (patch)
treea4597a98008b1a896dc602d5f20abb7312cb9edb /recipes/kexecboot/kexecboot_git.bb
parent455a48017a2c23a845110bbedbbe404daea01eed (diff)
downloadopenembedded-ac6200745d158e7dec283b698f6af763d2d8d010.tar.gz
kexecboot: split kexecboot-klibc recipe and oe-stylize
Diffstat (limited to 'recipes/kexecboot/kexecboot_git.bb')
-rw-r--r--recipes/kexecboot/kexecboot_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb
index 8a282a07c6..6a3f8fd59b 100644
--- a/recipes/kexecboot/kexecboot_git.bb
+++ b/recipes/kexecboot/kexecboot_git.bb
@@ -1,9 +1,10 @@
+RDEPENDS_${PN} = "kexec"
PV = "0.5"
PR = "r19+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "cd52db828d24a239698f142e9b028c6bc0d6a21a"
+SRCREV = "cd52db828d24a239698f142e9b028c6bc0d6a21a"
S = "${WORKDIR}/git"
require kexecboot.inc