forked from mirrors/linphone-iphone
9 lines
305 B
Text
9 lines
305 B
Text
# We have a conf and classes directory, append to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a recipes directory, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/*.bb ${LAYERDIR}/*/*.bb"
|
|
|
|
BBFILE_COLLECTIONS += "linphone-layer"
|
|
BBFILE_PATTERN_linphone-layer := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_linphone-layer = "50"
|