Thread (69 messages) 69 messages, 12 authors, 2021-03-26

Re: [PATCH v10] util-linux: split uuid in separate recipe to allow bootstrapping

From: Richard Purdie <hidden>
Date: 2021-03-11 14:44:43

On Thu, 2021-03-11 at 14:38 +0000, luca.boccassi@gmail.com wrote:
+# dm-verity support introduces a circular build dependency, so util-linux-uuid is split out for target builds
+# Need to build libuuid for uuidgen, but then delete it and let the other recipe ship it
+do_install_append () {
+	rm -rf ${D}${includedir}/uuid ${D}${libdir}/pkgconfig/uuid.pc ${D}${libdir}/libuuid* ${D}/lib/libuuid* ${D}/libx32/libuuid* ${D}/lib64/libuuid*
+}
+
I think you can replace:

${D}/lib/libuuid* ${D}/libx32/libuuid* ${D}/lib64/libuuid*

with 

${D}${base_libdir}/libuuid*

?

Cheers,

Richard
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help