Geontech / meta-redhawk-sdr

REDHAWK SDR Layer for Yocto/OpenEmbedded -based deployments
http://geontech.com/getting-started-with-meta-redhawk-sdr/
GNU Lesser General Public License v3.0
9 stars 6 forks source link

spd_utility skips updating "other" dependency types #47

Closed btgoodwin closed 5 years ago

btgoodwin commented 5 years ago

It looks like upstream, REDHAWK uses other instead of runtime_requirements (at least that's what the IDE is enforcing). If dependencies aren't patched to also identify the cpp-PACKAGE_ARCH location, the autoconf macros will not be able to crawl from one SPD to the next to find the package config files, resulting in a package config error.

This is a few-character fix on line 114 of spd_utility:

        if dep.get_type() in ['other', 'runtime_requirements']:
btgoodwin commented 5 years ago

After conferring with @jirwin-geon, the attribute may not actually be important so we'll simply patch any references we find.

btgoodwin commented 5 years ago

Closed by #51 and #52 for thud and rocko, respectively.