[oe-commits] [meta-openembedded] 05/97: wvdial: inherit pkgconfig Missing pkgconfig does not let build the package.

git at git.openembedded.org git at git.openembedded.org
Tue May 23 14:01:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 4c9a7e975cb09b43b1e08f287e42d9c0682e949c
Author: Gianfranco Costamagna <costamagna.gianfranco at gmail.com>
AuthorDate: Wed May 17 17:16:28 2017 +0200

    wvdial: inherit pkgconfig Missing pkgconfig does not let build the package.
    
    Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna at abinsula.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb
index f7adf4c..3a71fb9 100644
--- a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb
+++ b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb
@@ -4,6 +4,8 @@ DESCRIPTION = "WvDial is a program that makes it easy to connect your Linux work
 LICENSE = "LGPLv2"
 LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
 
+inherit pkgconfig
+
 DEPENDS = "wvstreams"
 RDEPENDS_${PN} = "ppp"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list