All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] [V2] Add pkgconfig support to four packages
@ 2012-12-03 10:42 Qi.Chen
  2012-12-03 10:42 ` [PATCH 1/4] libksba: add pkgconfig support Qi.Chen
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Qi.Chen @ 2012-12-03 10:42 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zhenfeng.Zhao

From: Chen Qi <Qi.Chen@windriver.com>

Among the 26 recipes / packages that deliver their own bin-config tools, only
four of them don't deliver pkgconfig (.pc) files. 
This series of patches add pkgconfig support to them.

[YOCTO #2453]

The following changes since commit 247b6a3754c2c50318e2a73d79981ba0e9cb560b:

  gstreamer, gst-plugins*: fix localdata (2012-11-28 15:25:33 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/pkgconfig2
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/pkgconfig2

Chen Qi (4):
  libksba: add pkgconfig support
  ICU: add pkgconfig support
  pth: add pkgconfig support
  libassuan: add pkgconfig support

 .../icu/files/icu-add-pkgconfig-support.patch      |   43 ++++++++
 meta/recipes-support/icu/icu-3.6.inc               |   11 ++
 meta/recipes-support/icu/icu_3.6.bb                |    2 +-
 .../files/libassuan-add-pkgconfig-support.patch    |   57 +++++++++++
 meta/recipes-support/libassuan/libassuan_2.0.3.bb  |    5 +-
 .../libksba/ksba-add-pkgconfig-support.patch       |   57 +++++++++++
 meta/recipes-support/libksba/libksba_1.3.0.bb      |    8 +-
 .../pth/files/pth-add-pkgconfig-support.patch      |  105 ++++++++++++++++++++
 meta/recipes-support/pth/pth_2.0.7.bb              |    7 +-
 9 files changed, 286 insertions(+), 9 deletions(-)
 create mode 100644 meta/recipes-support/icu/files/icu-add-pkgconfig-support.patch
 create mode 100644 meta/recipes-support/libassuan/files/libassuan-add-pkgconfig-support.patch
 create mode 100644 meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch
 create mode 100644 meta/recipes-support/pth/files/pth-add-pkgconfig-support.patch

-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH 0/4] Add pkgconfig support to four packages
@ 2012-11-26  9:36 Qi.Chen
  2012-11-26  9:36 ` [PATCH 2/4] icu: add pkgconfig support Qi.Chen
  0 siblings, 1 reply; 17+ messages in thread
From: Qi.Chen @ 2012-11-26  9:36 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zhenfeng.Zhao

From: Chen Qi <Qi.Chen@windriver.com>

We have 26 recipes / packages that deliver *-config tools for development,
these packages should deliver pkgconfig (.pc) files instead. Among these 26
recipes / packages, only four of them don't deliver pkgconfig (.pc) files.
So we add pkgconfig support for these four packages.

The following changes since commit 0d7d413d64bab8d3c758414c6c8c653ccc325653:

  build-appliance-image: Update to dee77eca39f406f90e60d9c5ef7a66fcc8f57dbf commit (2012-11-21 20:40:43 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/pkgconfig
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/pkgconfig

Chen Qi (4):
  libksba: add pkgconfig support
  icu: add pkgconfig support
  pth: add pkgconfig support
  libassuan: add pkgconfig support

 .../icu/files/icu-add-pkgconfig-support.patch      |   40 ++++++++++++++++++
 meta/recipes-support/icu/icu-3.6.inc               |   11 +++++
 meta/recipes-support/icu/icu_3.6.bb                |    2 +-
 .../files/libassuan-add-pkgconfig-support.patch    |   33 +++++++++++++++
 meta/recipes-support/libassuan/libassuan_2.0.3.bb  |   10 ++++-
 .../libksba/ksba-add-pkgconfig-support.patch       |   40 ++++++++++++++++++
 meta/recipes-support/libksba/libksba_1.3.0.bb      |   13 ++++--
 .../pth/files/pth-add-pkgconfig-support.patch      |   44 ++++++++++++++++++++
 meta/recipes-support/pth/pth_2.0.7.bb              |   12 ++++--
 9 files changed, 196 insertions(+), 9 deletions(-)
 create mode 100644 meta/recipes-support/icu/files/icu-add-pkgconfig-support.patch
 create mode 100644 meta/recipes-support/libassuan/files/libassuan-add-pkgconfig-support.patch
 create mode 100644 meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch
 create mode 100644 meta/recipes-support/pth/files/pth-add-pkgconfig-support.patch

-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2012-12-12  9:13 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-03 10:42 [PATCH 0/4] [V2] Add pkgconfig support to four packages Qi.Chen
2012-12-03 10:42 ` [PATCH 1/4] libksba: add pkgconfig support Qi.Chen
2012-12-03 10:42 ` [PATCH 2/4] ICU: " Qi.Chen
2012-12-03 11:50   ` Burton, Ross
2012-12-04  2:04     ` ChenQi
2012-12-10 16:48   ` Saul Wold
2012-12-10 21:44     ` Saul Wold
2012-12-11  1:07       ` Andreas Müller
2012-12-11  1:59         ` Saul Wold
2012-12-12  8:48           ` ChenQi
2012-12-12  8:58             ` ChenQi
2012-12-11  2:05       ` ChenQi
2012-12-03 10:42 ` [PATCH 3/4] pth: " Qi.Chen
2012-12-03 10:42 ` [PATCH 4/4] libassuan: " Qi.Chen
2012-12-04  8:51 ` [PATCH 0/4] [V3] Add pkgconfig support to four packages ChenQi
  -- strict thread matches above, loose matches on Subject: below --
2012-11-26  9:36 [PATCH 0/4] " Qi.Chen
2012-11-26  9:36 ` [PATCH 2/4] icu: add pkgconfig support Qi.Chen
2012-11-26 10:56   ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.