blob: 98d18552c962d453310cf10ce9dd5532deda80ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require ${BPN}.inc
# work around build failure
EXTRA_OECONF += " --enable-libxml2=no"
SRC_URI += "file://0001-enable-subdir-objects.patch \
file://0002-glibc-does-not-provide-strlcpy.patch \
file://0003-use-am-path-libgcrypt.patch \
"
SRC_URI[md5sum] = "7ed67d22f7425011078772bfc62ac222"
SRC_URI[sha256sum] = "3e566c7525478167e18cc53dc75d621e4af91eb40aabb6231e47db25d682d5d3"
|