aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/mkdump_git.bb
blob: 10098c8a4cd56d2a8bf4e6ae0d0afc126f2d1b55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require cornucopia.inc

DESCRIPTION = "mkdump is a kernel message dumper"
HOMEPAGE = "http://www.freesmartphone.org/index.php/Implementations/mkdump"
AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
SECTION = "console/network"
DEPENDS = "libfsoframework"
LICENSE = "GPL"

SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
PV = "1.0.0+gitr${SRCPV}"
PR = "${INC_PR}.0"

S = "${WORKDIR}/git/tools/${PN}"