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

17 lines
453 B
BlitzBasic
Raw Normal View History

2024-09-09 08:57:42 +00:00
inherit native autotools
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
PR = "r4"
2024-09-09 08:52:07 +00:00
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"
2024-09-09 08:57:42 +00:00
FILESPATH =+ "${WORKSPACE}:"
SRC_URI = "file://bootable/scripts/tools/fs_config/"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
S = "${WORKDIR}/bootable/scripts/tools/fs_config/"
2024-09-09 08:52:07 +00:00
BBCLASSEXTEND = "native"