blob: dcb5c412d0c6fe3b31d481c090f1db1594236bf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SECTION = "base"
require e2fsprogs.inc
inherit native
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
}
|