فهرست منبع

Fix layer dependency on meta-oe

Fix layer dependency on meta-oe:
- layer name is "swupdate", not "swupdate-layer" (see BBFILE_COLLECTIONS);
- meta-oe layer name is "openembedded-layer", not "oe";
- remove comment about LUA, also libconfig is from meta-oe.

Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
Diego Rondini 8 سال پیش
والد
کامیت
2018f0ec60
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      conf/layer.conf

+ 1 - 2
conf/layer.conf

@@ -9,5 +9,4 @@ BBFILE_COLLECTIONS += "swupdate"
 BBFILE_PATTERN_swupdate := "^${LAYERDIR}/"
 BBFILE_PRIORITY_swupdate = "6"
 
-# LUA is retrieved from meta-oe
-LAYERDEPENDS_swupdate-layer = "oe"
+LAYERDEPENDS_swupdate = "openembedded-layer"