kexecboot: follow kexec-tools-klibc renaming. Bump PR.
authorAndrea Adami <andrea.adami@gmail.com>
Thu, 19 Aug 2010 21:25:47 +0000 (23:25 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Thu, 19 Aug 2010 21:27:30 +0000 (23:27 +0200)
recipes/kexecboot/kexecboot.inc
recipes/kexecboot/kexecboot_git.bb

index f3045f4..2d1b518 100644 (file)
@@ -1,7 +1,7 @@
 LICENSE = "GPL"
 
 DEPENDS = "klibc"
-RDEPENDS_${PN} = "kexec-klibc-static"
+RDEPENDS_${PN} = "kexec-klibc"
 
 # The binary itself is not machine-specific
 # but the EXTRA_OECONF overrides have this effect 
index 69d3e8a..0b83482 100644 (file)
@@ -1,5 +1,5 @@
 PV = "0.5"
-PR = "r16+gitr${SRCREV}"
+PR = "r17+gitr${SRCREV}"
 
 SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
 SRCREV = "5e020abcb38b7dcfeb1eed2350a4221e7bda7020"