diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-06-17 09:43:23 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-06-17 09:43:23 +0000 |
commit | 24d3d2ab10631fd1f78d5c7ea0e3fdd4b9f32c3f (patch) | |
tree | 169cf07250b6459b41a71db8677a54957759c18e /packages/python | |
parent | cfd8230cfea14ea37138f2ef3ef408e2aef9df5a (diff) |
python-pygobject-2.12.2: package -dev first
Diffstat (limited to 'packages/python')
-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/ |