mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
342d82096a
The fix is required to deal with absolute paths when using genimage in openembedded context. Signed-off-by: Enrico Jörns <ejo@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
537 B
BlitzBasic
15 lines
537 B
BlitzBasic
SUMMARY = "libConfuse is a configuration file parser library"
|
|
LICENSE = "ISC"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=42fa47330d4051cd219f7d99d023de3a"
|
|
|
|
SRC_URI = "https://github.com/libconfuse/libconfuse/releases/download/v${PV}/confuse-${PV}.tar.gz"
|
|
SRC_URI[sha256sum] = "3a59ded20bc652eaa8e6261ab46f7e483bc13dad79263c15af42ecbb329707b8"
|
|
|
|
SRC_URI += "file://0001-only-apply-search-path-logic-to-relative-pathnames.patch"
|
|
|
|
inherit autotools-brokensep pkgconfig gettext
|
|
|
|
S = "${WORKDIR}/confuse-${PV}"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|