mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 03:58:08 +00:00
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"
|