diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2016-12-08 14:33:30 +0100 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2017-01-10 16:54:17 -0800 |
commit | 6c6c72c1bc2d7af0e67dfa246a52c1993af37654 (patch) | |
tree | 19eab7cfb44ab9d51da90c02ce856c4c772e156a | |
parent | 8488997baa924ce0231de34506a81ca7f82b0cbb (diff) |
unclutter: address bitbake warnings
silence warning for hash-style not gnu
WARNING: unclutter-1.09-r0 ... No GNU_HASH in the elf binary: '...unclutter' [ldflags]
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r-- | recipes-graphics/unclutter/unclutter_1.09.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/unclutter/unclutter_1.09.bb b/recipes-graphics/unclutter/unclutter_1.09.bb index 7ff33f0..80dc8d3 100644 --- a/recipes-graphics/unclutter/unclutter_1.09.bb +++ b/recipes-graphics/unclutter/unclutter_1.09.bb @@ -15,6 +15,9 @@ LIC_FILES_CHKSUM = "file://README;md5=7c9b6681ac4b35194de7d5f3585702b6" SRC_URI[md5sum] = "8c4464367b2db1d15fe36a8752e917c8" SRC_URI[sha256sum] = "3a53575fe2a75a34bc9a2b0ad92ee0f8a7dbedc05d8783f191c500060a40a9bd" +# link for hash-style=gnu +TARGET_CC_ARCH += "${LDFLAGS}" + do_install () { install -d ${D}${bindir}/ ${D}${mandir}/man1 install -m 0755 ${S}/unclutter ${D}${bindir}/ |