[yocto] Question about populate_sdk

2017-09-13 Thread Olaf Mandel
ure () { sh configure } # meta-test/recipes-core/test-lib/test-lib.bb LICENSE = "PD" do_install () { install -d "${D}${libdir}" touch "${D}${libdir}/test-lib" } FILES_${PN} = "${libdir}/test-lib" Thank you for any suggestions, Olaf -- Olaf Mandel signature.asc Description: OpenPGP digital signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Question about populate_sdk

2017-09-13 Thread Olaf Mandel
Hello, Am 13.09.2017 um 13:43 schrieb Anders Darander: -Snipp- > See Yocto #11724, at https://bugzilla.yoctoproject.org/show_bug.cgi?id=11724 -Snipp- > Ah, a small test example? Perfect! > Could you add it the bug above? It would likely make it easier to debug. > Done. Cheers, O