blob: acd41dcaf543bca193769c69e12216993c3be7e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require frameworkd_git.bb
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/frameworkd', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
PROVIDES = "frameworkd"
DEFAULT_PREFERENCE = "-1"
PR = "r2"
SRC_URI = "\
${FREESMARTPHONE_GIT}/framework.git;protocol=git;branch=master \
file://frameworkd \
file://frameworkd.conf \
"
|