blob: b8a0079840b798f2e1bb00b1bd916d8fb2dbd794 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Selectively remove #ifdef statements from sources"
2SECTION = "devel"
3LICENSE = "BSD-2-Clause"
4
5LIC_FILES_CHKSUM = "file://unifdef.c;endline=32;md5=2cc23f0382a6f560f6a9ecf4e040c0da"
6
7SRC_URI = "http://dotat.at/prog/${BPN}/${BP}.tar.xz"
8SRC_URI[md5sum] = "bb5d895e5ebbba5c5cc0c2771cf97ebe"
9SRC_URI[sha256sum] = "3b9b2b6b1952e9b9c1b9f734edec270689a35bdbf33ae66b50e19b2ed0d2df06"
10
11do_install() {
12 oe_runmake install DESTDIR=${D} prefix=${prefix}
13}
14
15BBCLASSEXTEND = "native"