summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorEnrico Jörns <ejo@pengutronix.de>2024-09-07 14:34:36 +0200
committerKhem Raj <raj.khem@gmail.com>2024-09-12 14:16:20 -0700
commiteeda4f91bb341bba1e06bb857523cc91c031a22d (patch)
tree7b5f9f7fd2f49dfa5d763680e31e913bb128e23d /meta-networking
parent1b3b373781070391d2deafe59fc0b748c6fbcebf (diff)
downloadmeta-openembedded-eeda4f91bb341bba1e06bb857523cc91c031a22d.tar.gz
libconfuse: move to meta-oe
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 <ejo@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb b/meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb
deleted file mode 100644
index b8d0536eb3..0000000000
--- a/meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1DESCRIPTION = "libConfuse is a configuration file parser library"
2LICENSE = "ISC"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=42fa47330d4051cd219f7d99d023de3a"
4
5SRCREV = "a42aebf13db33afd575da6e63f55163d371f776d"
6SRC_URI = "git://github.com/libconfuse/libconfuse.git;branch=master;protocol=https"
7
8inherit autotools-brokensep pkgconfig gettext
9
10S = "${WORKDIR}/git"
11
12do_configure:prepend(){
13 (cd ${S} && ${S}/autogen.sh)
14}