From 0c157a19a26c288796317130508c915e717eccbd Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Fri, 2 Mar 2018 22:11:26 -0500 Subject: [PATCH] oops, how'd that end up there --- meta-gnome/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf index af77786..d9ac413 100644 --- a/meta-gnome/conf/layer.conf +++ b/meta-gnome/conf/layer.conf @@ -2,7 +2,7 @@ BBPATH .= ":${LAYERDIR}" # We have recipes-* directories, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \\ +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "meta-gnome"