aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e2fsprogs/e2fsprogs-native_1.38.bb
blob: 13fd2beb0cc281bcd89d7db846f7e9d729a9666a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}