<div>I am having trouble writing a recipe and including libxl-dev it in an image.<br></div><div><br></div><div>The recipe is libxl_1.0.bb:<br></div><div>```<br></div><div> SUMMARY = "A C++ Excel Library to read/write xls/xlxs files"<br></div><div> DESCRIPTION = "A C++ Excel Library to read/write xls/xlxs files"<br></div><div> LICENSE = "MIT"<br></div><div> LIC_FILES_CHKSUM = "file://COPYING;md5=2aee0be2678ee90fd327cc186826438e"<br></div><div> <br></div><div> SRC_URI = "\<br></div><div> file://COPYING \<br></div><div> file://libxl.so \<br></div><div> "<br></div><div> <br></div><div> S = "${WORKDIR}"<br></div><div> <br></div><div> do_install() {<br></div><div> install -d "${D}${libdir}"<br></div><div> install "${WORKDIR}/libxl.so" "${D}${libdir}" -m 0644<br></div><div> }<br></div><div>```<br></div><div><br></div><div>When I run the command to the build the image I get the following error during the do_rootfs task:<br></div><div> Computing transaction...error: Can't install libxl-dev-1.0-r0@cortexa9hf_neon: no package provides libxl = 1.0-r0<br></div><div><br></div><div>What is causing the above issue?<br></div><div><br></div><div>Thanks,<br></div><div><br></div><div>Warren Harper<br></div><div>Software Engineer<br></div><div><a href="mailto:warren@wjh.io">warren@wjh.io</a><br></div>