17 lines
427 B
BlitzBasic
17 lines
427 B
BlitzBasic
inherit native autotools
|
|
|
|
DESCRIPTION = "EXT4 UTILS"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/\
|
|
${LICENSE};md5=89aea4e17d99a7cacdbeed46a0096b10"
|
|
|
|
PR = "r1"
|
|
|
|
DEPENDS = "libselinux-native libsparse-native"
|
|
|
|
FILESPATH =+ "${WORKSPACE}/system/extras/:"
|
|
SRC_URI = "file://ext4_utils"
|
|
S = "${WORKDIR}/ext4_utils"
|
|
|
|
EXTRA_OECONF = "--with-core-includes=${WORKSPACE}/system/core/include"
|