From eeda4f91bb341bba1e06bb857523cc91c031a22d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20J=C3=B6rns?= Date: Sat, 7 Sep 2024 14:34:36 +0200 Subject: [PATCH] libconfuse: move to meta-oe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This prepares for using libconfuse for the 'genimage' recipe which should reside in meta-oe. Also libftdi (which is in meta-oe already) optionally requires libconfuse when PACKAGECONFIG option 'ftdi-eeprom' is enabled. Signed-off-by: Enrico Jörns Signed-off-by: Khem Raj --- .../recipes-support/libconfuse/libconfuse_3.3.bb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {meta-networking => meta-oe}/recipes-support/libconfuse/libconfuse_3.3.bb (100%) diff --git a/meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb b/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb similarity index 100% rename from meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb rename to meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb