diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2018-04-21 01:29:31 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2018-04-20 18:13:57 -0400 |
| commit | 823fdef4c234aa050de058723272d438c4b3810c (patch) | |
| tree | abf70ca049b83a85854c044d51ce57a78f6a1d45 /recipes-ti | |
| parent | 06e58bcff3bb5df2519315fac64d60cdcf4ccae7 (diff) | |
| download | meta-ti-823fdef4c234aa050de058723272d438c4b3810c.tar.gz | |
sa-lld-test, multiprocmgr: suppress no GNU_HASH warnings
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
| -rw-r--r-- | recipes-ti/multiprocmgr/multiprocmgr_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb index b37c3321..053a04e5 100644 --- a/recipes-ti/multiprocmgr/multiprocmgr_git.bb +++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb | |||
| @@ -44,3 +44,5 @@ do_install() { | |||
| 44 | cp -a ${S}/lib/* ${D}${libdir}/ | 44 | cp -a ${S}/lib/* ${D}${libdir}/ |
| 45 | chown -R root:root ${D}${libdir}/ | 45 | chown -R root:root ${D}${libdir}/ |
| 46 | } | 46 | } |
| 47 | |||
| 48 | INSANE_SKIP_${PN} = "ldflags" | ||
