17 lines
420 B
BlitzBasic
Executable File
17 lines
420 B
BlitzBasic
Executable File
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"
|