[oe-commits] Richard Purdie : lcdproc: Remove floating dependency on libhid

git at git.openembedded.org git at git.openembedded.org
Fri Jul 18 09:11:59 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 0eabb733fa06cf1c3b249a91e384130711f5310d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0eabb733fa06cf1c3b249a91e384130711f5310d

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Jul 18 08:13:23 2014 +0000

lcdproc: Remove floating dependency on libhid

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta-oe/recipes-extended/lcdproc/lcdproc_0.5.5.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-extended/lcdproc/lcdproc_0.5.5.bb b/meta-oe/recipes-extended/lcdproc/lcdproc_0.5.5.bb
index 1f9524d..6d66af6 100644
--- a/meta-oe/recipes-extended/lcdproc/lcdproc_0.5.5.bb
+++ b/meta-oe/recipes-extended/lcdproc/lcdproc_0.5.5.bb
@@ -7,6 +7,7 @@ SRC_URI[sha256sum] = "b136b47d7bf585a003334f432d8730a36ef5ed1cd520084b919667d825
 
 PACKAGECONFIG ?= ""
 PACKAGECONFIG[g15] = ",,libg15 g15daemon libg15render,"
+PACKAGECONFIG[hid] = "--enable-libhid,--disable-libhid,libhid"
 
 LCD_DRIVERS_append = "${@base_contains('PACKAGECONFIG', 'g15', '', ',!g15', d)}"
 



More information about the Openembedded-commits mailing list