From ace48c7ad6b4c17780526d37b399ab6dc4bb9558 Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Sun, 31 May 2020 22:57:48 +0200 Subject: sysfsutils: rem leftover settings for libsysfs-dev 22af6a2595dbec98ce4a2e3b1324ad8d400390ad removed the PACKAGES setting, but left the FILES-assignments of libsysfs-dev and -staticdev. As these have no use anymore they can be safely removed (From OE-Core rev: 941cc0cd0a69e95ca571a9a8cb0732bb06fa2b3a) Signed-off-by: Konrad Weihmann Signed-off-by: Richard Purdie --- meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-core/sysfsutils') diff --git a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb b/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb index f9f067dcad..34bf431f40 100644 --- a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb +++ b/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb @@ -27,7 +27,5 @@ inherit autotools PACKAGES =+ "libsysfs" FILES_libsysfs = "${libdir}/lib*${SOLIBS}" -FILES_libsysfs-dev = "${libdir}/lib*${SOLIBSDEV} ${includedir}" -FILES_libsysfs-staticdev = "${libdir}/lib*.a" export libdir = "${base_libdir}" -- cgit v1.2.3-54-g00ecf