blob: fc88bef830b1a92b85a0ac5b395791bc64a6f28e [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001require attr.inc
2
3# configure.ac was missing from the release tarball. This should be fixed in
4# future releases of attr, remove this when updating the recipe.
Patrick Williamsc0f7c042017-02-23 20:41:17 -06005SRC_URI += "file://attr-Missing-configure.ac.patch \
6 file://dont-use-decl-macros.patch \
Brad Bishopd7bf8c12018-02-25 22:55:05 -05007 file://Remove-the-section-2-man-pages.patch \
8 file://Remove-the-attr.5-man-page-moved-to-man-pages.patch \
9 file://0001-Use-stdint-types-consistently.patch \
Patrick Williamsc0f7c042017-02-23 20:41:17 -060010 "
Patrick Williamsc124f4f2015-09-15 14:41:29 -050011
12SRC_URI[md5sum] = "84f58dec00b60f2dc8fd1c9709291cc7"
13SRC_URI[sha256sum] = "25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859"
14
15BBCLASSEXTEND = "native nativesdk"