mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
fc78d37ff0
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
608 B
BlitzBasic
21 lines
608 B
BlitzBasic
SUMMARY = "ATA S.M.A.R.T. Reading and Parsing Library"
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|
|
|
DEPENDS = "udev"
|
|
|
|
SRCREV = "de6258940960443038b4c1651dfda3620075e870"
|
|
SRC_URI = "git://git.0pointer.net/libatasmart.git;protocol=http;branch=master \
|
|
file://0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch \
|
|
"
|
|
|
|
|
|
inherit autotools lib_package pkgconfig
|
|
|
|
do_install:append() {
|
|
sed -i -e s://:/:g -e 's:=${libdir}/libudev.la:-ludev:g' ${D}${libdir}/libatasmart.la
|
|
}
|
|
|
|
PACKAGES =+ "${PN}-dev-vala"
|
|
FILES:${PN}-dev-vala = "${datadir}/vala"
|