diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-09 14:19:31 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-09 14:19:31 +0000 |
commit | 6f51fcc034e53a984af16f57fd9bf62affa009a3 (patch) | |
tree | 94d4ca002ba04121d1e7845e2bd1da86e8a39670 /packages/gammu | |
parent | 421c6c1430a4e6d95d736d770fe4ce1d3862bf7b (diff) |
gammu: inherit pkgconfig to install the .pc files
Diffstat (limited to 'packages/gammu')
-rw-r--r-- | packages/gammu/gammu_1.06.00.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gammu/gammu_1.06.00.bb b/packages/gammu/gammu_1.06.00.bb index 514819935c..cbfe1b0d3b 100644 --- a/packages/gammu/gammu_1.06.00.bb +++ b/packages/gammu/gammu_1.06.00.bb @@ -5,12 +5,13 @@ LICENSE = "GPL" HOMEPAGE = "http://mwiacek.com/gsm/soft/gammu.html" AUTHOR = "Marcin Wiacek <marcin@mwiacek.com>" MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>" +PR = "r1" SRC_URI = "http://www.mwiacek.com/zips/gsm/gammu/stable/1_0x/gammu-${PV}.tar.gz " EXTRA_OECONF = "--disable-mysql" -inherit autotools +inherit autotools pkgconfig do_compile () { oe_runmake shared |