]> code.ossystems Code Review - openembedded-core.git/commitdiff
sysfsutils: rem leftover settings for libsysfs-dev
authorKonrad Weihmann <kweihmann@outlook.com>
Sun, 31 May 2020 20:57:48 +0000 (22:57 +0200)
committerSteve Sakoman <steve@sakoman.com>
Tue, 9 Jun 2020 15:39:30 +0000 (05:39 -1000)
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

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 941cc0cd0a69e95ca571a9a8cb0732bb06fa2b3a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb

index f9f067dcadb55368b3798920e8b034770978ab79..34bf431f40942ec0ef096a585a91eeb7bb41fa43 100644 (file)
@@ -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}"