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

PR = "r3"

SRC_URI += "file://no-hardlinks.patch;patch=1 \
	    file://mkinstalldirs.patch;patch=1 \
            file://file-open-mode.patch;patch=1 \
            "

EXTRA_OECONF = ""

PACKAGES = ""
DEPENDS = ""

do_stage () {
        oe_runmake install
        install ${S}/lib/et/compile_et ${STAGING_BINDIR_NATIVE}
}