mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
(From OE-Core rev: 9566c3bb7c95d42973e63f672522e13bebf3ccd7) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
452 B
BlitzBasic
13 lines
452 B
BlitzBasic
require attr.inc
|
|
|
|
# configure.ac was missing from the release tarball. This should be fixed in
|
|
# future releases of attr, remove this when updating the recipe.
|
|
SRC_URI += "file://attr-Missing-configure.ac.patch \
|
|
file://dont-use-decl-macros.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "84f58dec00b60f2dc8fd1c9709291cc7"
|
|
SRC_URI[sha256sum] = "25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|