mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 12:43:03 +01:00
Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
16 lines
482 B
BlitzBasic
16 lines
482 B
BlitzBasic
DESCRIPTION = "System Utilities Based on Sysfs"
|
|
HOMEPAGE = "http://linux-diag.sourceforge.net/Sysfsutils.html"
|
|
LICENSE = "GPLv2"
|
|
PR = "r3"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/linux-diag/sysfsutils-${PV}.tar.gz"
|
|
S = "${WORKDIR}/sysfsutils-${PV}"
|
|
|
|
inherit autotools
|
|
|
|
PACKAGES_prepend = "libsysfs libsysfs-dbg libsysfs-dev "
|
|
FILES_libsysfs = "${libdir}/*.so.*"
|
|
FILES_libsysfs-dev = "${libdir}/* ${includedir}"
|
|
FILES_libsysfs-dbg = "${libdir}/.debug"
|
|
FILES_${PN}-dbg = "${bindir}/.debug"
|