diff options
| author | Koen Kooi <koen@openembedded.org> | 2007-06-17 10:02:32 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@openembedded.org> | 2007-06-17 10:02:32 +0000 |
| commit | ce8819cf9c39e47d0ae5718e6ed960f773f75c31 (patch) | |
| tree | d7bd05204524f5556e9f37e4e6bc609629150d11 /packages/python/python-pygobject_2.12.2.bb | |
| parent | db7671f322f01a42f3da13b0f1cf755e61605b15 (diff) | |
| parent | 2da777781dd039543cc7d0e94d2bbe3f97a20a4b (diff) | |
merge of '381f062d9435d56c4a2fe6ab295046be014e94a1'
and '636893a3af4e8e5404ce4917f3701dbe8fc0ab46'
Diffstat (limited to 'packages/python/python-pygobject_2.12.2.bb')
| -rw-r--r-- | packages/python/python-pygobject_2.12.2.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/python/python-pygobject_2.12.2.bb b/packages/python/python-pygobject_2.12.2.bb index a79032f301..1604b54715 100644 --- a/packages/python/python-pygobject_2.12.2.bb +++ b/packages/python/python-pygobject_2.12.2.bb @@ -9,6 +9,11 @@ S = "${WORKDIR}/pygobject-${PV}" inherit autotools distutils-base pkgconfig +# otherwise the main package keeps snatching the .pc file away +# and therefore depends on glib-2.0-dev (which only the -dev +# package should). +PACKAGES =+ "${PN}-dev" + do_stage() { autotools_stage_all install -d ${STAGING_LIBDIR}/../share/pygobject/ |
