M7350/oe-core/meta-msm/recipes/fsconfig/fsconfig_git.bb

17 lines
420 B
BlitzBasic
Raw Normal View History

2024-09-09 08:52:07 +00:00
inherit native
inherit autotools
PR = "r2"
DESCRIPTION = "fs_config tool from Android"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/\
${LICENSE};md5=89aea4e17d99a7cacdbeed46a0096b10"
HOMEPAGE = "http://android.git.kernel.org/?p=platform/system/core.git"
SRC_URI = "file://${WORKSPACE}/bootable/scripts/tools/fs_config"
S = "${WORKDIR}/fs_config"
BBCLASSEXTEND = "native"