diff options
author | Gianfranco Costamagna <costamagna.gianfranco@gmail.com> | 2017-05-17 17:16:28 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-05-23 15:49:33 +0200 |
commit | 4c9a7e975cb09b43b1e08f287e42d9c0682e949c (patch) | |
tree | 3e942bdd00e99e2ca507844f951ace5fe24c2aa7 /meta-oe/recipes-connectivity/wvdial | |
parent | 85810933a8b1e88a8ae8652387885abc0522b419 (diff) | |
download | meta-openembedded-4c9a7e975cb09b43b1e08f287e42d9c0682e949c.tar.gz |
wvdial: inherit pkgconfig Missing pkgconfig does not let build the package.
Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/wvdial')
-rw-r--r-- | meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb index f7adf4c9f4..3a71fb9790 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 | |||
4 | LICENSE = "LGPLv2" | 4 | LICENSE = "LGPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" | 5 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" |
6 | 6 | ||
7 | inherit pkgconfig | ||
8 | |||
7 | DEPENDS = "wvstreams" | 9 | DEPENDS = "wvstreams" |
8 | RDEPENDS_${PN} = "ppp" | 10 | RDEPENDS_${PN} = "ppp" |
9 | 11 | ||