Merge pull request #43 from starlab-io/move-recipes

Move the cargo and rust recipes from 'recipes' to 'recipes-devtools'
This commit is contained in:
Cody Schafer
2016-02-19 22:12:29 -05:00
36 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
BBPATH .= ":${LAYERDIR}"
# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "rust-layer"
BBFILE_PATTERN_rust-layer := "^${LAYERDIR}/"