Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require 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 Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 5 | SRC_URI += "file://attr-Missing-configure.ac.patch \ |
| 6 | file://dont-use-decl-macros.patch \ |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 7 | 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 Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 10 | " |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 11 | |
| 12 | SRC_URI[md5sum] = "84f58dec00b60f2dc8fd1c9709291cc7" |
| 13 | SRC_URI[sha256sum] = "25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859" |
| 14 | |
| 15 | BBCLASSEXTEND = "native nativesdk" |