LICENSE = "GPL"
-DEPENDS = "klibc"
+# the binary is statically linked against klibc
+inherit klibc
+inherit autotools
+
RDEPENDS_${PN} = "kexec-klibc"
# The binary itself is not machine-specific
# but the EXTRA_OECONF overrides have this effect
PACKAGE_ARCH = "${MACHINE_ARCH}"
-inherit autotools
-
# You can create your own *-img.h by doing
# ./make-image-header.sh <file>.png HAND
file://logo.png \
"
-export CC=${TARGET_PREFIX}klcc
-
# Defaults as in ver 0.5+0.6b
#############################
# Optional Features:
PV = "0.5"
-PR = "r17+gitr${SRCREV}"
+PR = "r18+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
SRCREV = "5e020abcb38b7dcfeb1eed2350a4221e7bda7020"