aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e2fsprogs/e2fsprogs-native_1.38.bb
blob: e111ac9b610e46306e72eee4fdbd10f48c0b6483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SECTION = "base"
require e2fsprogs.inc
inherit native

PR = "r1"

EXTRA_OECONF = ""

FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/e2fsprogs-${PV}', '${FILE_DIRNAME}/e2fsprogs', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
PACKAGES = ""
DEPENDS = ""

do_stage () {
        oe_runmake install
}