diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-11 16:11:41 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-11 16:11:41 +0100 |
commit | de8ba464b3ba0c5dc87814606f006d3b167d8ef1 (patch) | |
tree | 71b35e10d49b07c53fd0d35ce1975f7471173584 /meta/packages | |
parent | 1f9196bc8db6a923eff700df0cb744837d9b3a5d (diff) | |
download | poky-de8ba464b3ba0c5dc87814606f006d3b167d8ef1.tar.gz |
glib-2.0-native: Stage .pc files
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/glib-2.0/glib-2.0-native_2.20.2.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/packages/glib-2.0/glib-2.0-native_2.20.2.bb b/meta/packages/glib-2.0/glib-2.0-native_2.20.2.bb index af2d32a415..68626d90f2 100644 --- a/meta/packages/glib-2.0/glib-2.0-native_2.20.2.bb +++ b/meta/packages/glib-2.0/glib-2.0-native_2.20.2.bb | |||
@@ -41,6 +41,12 @@ do_stage () { | |||
41 | install -d ${STAGING_DATADIR}/glib-2.0/gettext/po | 41 | install -d ${STAGING_DATADIR}/glib-2.0/gettext/po |
42 | install -m 0755 mkinstalldirs ${STAGING_DATADIR}/glib-2.0/gettext/ | 42 | install -m 0755 mkinstalldirs ${STAGING_DATADIR}/glib-2.0/gettext/ |
43 | install -m 0644 po/Makefile.in.in ${STAGING_DATADIR}/glib-2.0/gettext/po/ | 43 | install -m 0644 po/Makefile.in.in ${STAGING_DATADIR}/glib-2.0/gettext/po/ |
44 | install -d ${STAGING_LIBDIR}/pkgconfig/ | ||
45 | for i in glib-2.0 gmodule-2.0 gmodule-export-2.0 gmodule-no-export-2.0 gthread-2.0 gobject-2.0 gio-2.0 gio-unix-2.0; do | ||
46 | install -m 0644 $i.pc ${STAGING_LIBDIR}/pkgconfig/ | ||
47 | done | ||
48 | |||
49 | |||
44 | } | 50 | } |
45 | 51 | ||
46 | do_install () { | 52 | do_install () { |