summaryrefslogtreecommitdiff
path: root/classes/pkgconfig.bbclass
blob: f2054b0b07b2254b40a219cfd019181a1a03587d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
inherit base

DEPENDS_prepend = "pkgconfig-native "

# The namespaces can clash here hence the two step replace
def get_pkgconfig_mangle(d):
	import bb.data
	s = "-e ''"
	if not bb.data.inherits_class('native', d):
		s += " -e 's:=${libdir}:=OELIBDIR:;'"
		s += " -e 's:=${includedir}:=OEINCDIR:;'"
		s += " -e 's:=${datadir}:=OEDATADIR:'"
		s += " -e 's:=${prefix}:=OEPREFIX:'"
		s += " -e 's:=${exec_prefix}:=OEEXECPREFIX:'"
		s += " -e 's:OELIBDIR:${STAGING_LIBDIR}:;'"
		s += " -e 's:OEINCDIR:${STAGING_INCDIR}:;'"
		s += " -e 's:OEDATADIR:${STAGING_DATADIR}:'"
		s += " -e 's:OEPREFIX:${STAGING_LIBDIR}/..:'"
		s += " -e 's:OEEXECPREFIX:${STAGING_LIBDIR}/..:'"
	return s

do_stage_append () {
	for pc in `find ${S} -name '*.pc' -type f | grep -v -- '-uninstalled.pc$'`; do
		pcname=`basename $pc`
		install -d ${PKG_CONFIG_PATH}
		cat $pc | sed ${@get_pkgconfig_mangle(d)} > ${PKG_CONFIG_PATH}/$pcname
	done
}
ceofpenguins-launcher_0.4.bb?id2=f7d4b310b5ae61c2234c0f3aaccab17905bc2977'>recipes/aceofpenguins/aceofpenguins-launcher_0.4.bb (renamed from recipes/aceofpenguins/aceofpenguins-launcher_0.3.bb)0
-rw-r--r--recipes/alsa/alsa-lib_1.0.20.bb1
-rw-r--r--recipes/angstrom/angstrom-led-config.bb2
-rw-r--r--recipes/angstrom/angstrom-led-config/cm-t35/leds2
-rw-r--r--recipes/apache2/apache2-2.2.14/apr-sockets-patch10
-rw-r--r--recipes/apache2/apache2-2.2.14/apr.h.in.patch13
-rw-r--r--recipes/apache2/apache2-2.2.14/configure-patch71
-rw-r--r--recipes/apache2/apache2-2.2.14/configure.in.patch27
-rw-r--r--recipes/apache2/apache2-2.2.14/dftables-makefile-patch10
-rw-r--r--recipes/apache2/apache2-2.2.14/server-makefile-patch11
-rw-r--r--recipes/apache2/apache2-native_2.2.14.bb39
-rw-r--r--recipes/apache2/apache2_2.2.14.bb114
-rw-r--r--recipes/asio/asio.inc14
-rw-r--r--recipes/asio/asio_1.1.1.bb19
-rw-r--r--recipes/asio/asio_1.4.1.bb3
-rw-r--r--recipes/at91bootstrap/at91bootstrap-2.13/at91cap9adk/defconfig110
-rw-r--r--recipes/at91bootstrap/at91bootstrap-2.13/at91sam9260ek/defconfig110
-rw-r--r--recipes/at91bootstrap/at91bootstrap-2.13/at91sam9261ek/defconfig110
-rw-r--r--recipes/at91bootstrap/at91bootstrap-2.13/at91sam9263ek/defconfig113
-rw-r--r--recipes/at91bootstrap/at91bootstrap-2.13/at91sam9g20ek/defconfig110
-rw-r--r--recipes/at91bootstrap/at91bootstrap-2.13/at91sam9g45ek/defconfig110
-rw-r--r--recipes/at91bootstrap/at91bootstrap-2.13/at91sam9rlek/defconfig110
-rw-r--r--recipes/at91bootstrap/at91bootstrap-2.13/at91sam9xeek/defconfig110
-rw-r--r--recipes/at91bootstrap/at91bootstrap-2.13/mtcdp-embedded/defconfig91
-rw-r--r--recipes/at91bootstrap/at91bootstrap-2.13/mtcdp-embedded/memory_bus_1.8v.patch22
-rw-r--r--recipes/at91bootstrap/at91bootstrap-2.13/mtcdp/defconfig91
-rw-r--r--recipes/at91bootstrap/at91bootstrap-2.13/mtcdp/sdram_slow_slew_rate.patch15
-rw-r--r--recipes/at91bootstrap/at91bootstrap.inc1
-rw-r--r--recipes/at91bootstrap/at91bootstrap_2.13.bb15
-rw-r--r--recipes/automake/automake-native_1.11.1.bb5
-rw-r--r--recipes/automake/automake_1.11.1.bb4
-rw-r--r--recipes/balsa/balsa-2.4.1/gnome-icon-theme.patch27
-rw-r--r--recipes/balsa/balsa-2.4.2/libbalsa-gpe-corruption.patch14
-rw-r--r--recipes/balsa/balsa_2.4.1.bb86
-rw-r--r--recipes/balsa/balsa_2.4.2.bb93
-rw-r--r--recipes/base-files/base-files/corecdp/issue8
-rw-r--r--recipes/base-files/base-files/corecdp/issue.net8
-rw-r--r--recipes/base-files/base-files/corecdp/profile34
-rwxr-xr-x[-rw-r--r--]recipes/base-files/base-files/jornada6xx/fstab6
-rwxr-xr-xrecipes/base-files/base-files/jornada6xx/issue2
-rwxr-xr-xrecipes/base-files/base-files/jornada6xx/issue.net2
-rwxr-xr-xrecipes/base-files/base-files/jornada6xx/profile34
-rw-r--r--recipes/base-files/base-files/mtcdp-embedded/fstab12
-rw-r--r--recipes/base-files/base-files/mtcdp-embedded/profile34
-rw-r--r--recipes/base-files/base-files/mtcdp/fstab12
-rw-r--r--recipes/base-files/base-files/mtcdp/profile34
-rw-r--r--recipes/base-files/base-files_3.0.14.bb17
-rw-r--r--recipes/binutils/binutils-2.18/binutils-powerpc-ld-segfault.patch13
-rw-r--r--recipes/binutils/binutils-2.20/binutils-2.16.91.0.6-objcopy-rename-errorcode.patch39
-rw-r--r--recipes/binutils/binutils-2.20/binutils-arm-pr7093.patch19
-rw-r--r--recipes/binutils/binutils-2.20/binutils-powerpc-pr11088.patch275
-rw-r--r--recipes/binutils/binutils-2.20/binutils_unexport_LD_LIBRARY_PATH_for_CC_FOR_BUILD.patch95
-rw-r--r--recipes/binutils/binutils-2.20/uclibc-segfault.patch23
-rw-r--r--recipes/binutils/binutils_2.18.bb7
-rw-r--r--recipes/binutils/binutils_2.20.bb9
-rw-r--r--recipes/blktool/blktool_4.bb5
-rw-r--r--recipes/bluez/bluez4_4.59.bb16
-rw-r--r--recipes/bluez/obexd_0.21.bb10
-rw-r--r--recipes/boost/boost-14x.inc3
-rw-r--r--recipes/boost/boost_1.41.0.bb16
-rw-r--r--recipes/boost/files/1.41.0_uclibc.patch13
-rw-r--r--recipes/bootchart-lite/bootchart-lite_svn.bb2
-rw-r--r--recipes/busybox/busybox-1.13.2/corecdp/defconfig873
-rw-r--r--recipes/busybox/busybox-1.13.2/corecdp/syslog.conf9
-rw-r--r--recipes/busybox/busybox-1.15.3/B921600.patch13
-rw-r--r--recipes/busybox/busybox-1.15.3/angstrom/defconfig873
-rw-r--r--recipes/busybox/busybox-1.15.3/defconfig873
-rw-r--r--recipes/busybox/busybox-1.15.3/fdisk_lineedit_segfault.patch12
-rw-r--r--recipes/busybox/busybox-1.15.3/fix31
-rw-r--r--recipes/busybox/busybox-1.15.3/get_header_tar.patch11
-rw-r--r--recipes/busybox/busybox-1.15.3/kaeilos/defconfig855
-rw-r--r--recipes/busybox/busybox-1.15.3/micro/defconfig869
-rw-r--r--recipes/busybox/busybox-1.15.3/r24785.patch14
-rw-r--r--recipes/busybox/busybox-1.15.3/slugos/defconfig869
-rw-r--r--recipes/busybox/busybox-1.15.3/udhcpc-fix-nfsroot.patch47
-rw-r--r--recipes/busybox/busybox-1.15.3/udhcpscript.patch13
-rw-r--r--recipes/busybox/busybox-1.15.3/xargs-double-size.patch13
-rw-r--r--recipes/busybox/busybox.inc8
-rw-r--r--recipes/busybox/busybox_1.15.3.bb42
-rw-r--r--recipes/bzip2/bzip2-1.0.5/bzip2-1.0.5-autoconfiscated.patch286
-rw-r--r--recipes/bzip2/bzip2-full-native-1.0.5/Makefile.am41
-rw-r--r--recipes/bzip2/bzip2-full-native-1.0.5/configure.ac14
-rw-r--r--recipes/bzip2/bzip2-full-native_1.0.5.bb22
-rw-r--r--recipes/bzip2/bzip2_1.0.5.bb32
-rw-r--r--recipes/cairo/cairomm_1.8.2.bb2
-rw-r--r--recipes/calc/calc_0.0.2.bb23
-rw-r--r--recipes/cbrpager/cbrpager.inc20
-rw-r--r--recipes/cbrpager/cbrpager_0.9.14.bb21
-rw-r--r--recipes/cbrpager/cbrpager_0.9.20.bb3
-rw-r--r--recipes/cdparanoia/cdparanoia/configure.in.patch13
-rw-r--r--recipes/cdparanoia/cdparanoia_10.2.bb3
-rw-r--r--recipes/cdparanoia/cdparanoia_svn.bb5
-rw-r--r--recipes/chicken/chicken-4.2.0/translator-cross.patch11
-rw-r--r--recipes/chicken/chicken-cross_4.2.0.bb8
-rw-r--r--recipes/chicken/chicken-cross_4.2.10.bb27
-rw-r--r--recipes/chicken/chicken-snapshot.inc13
-rw-r--r--recipes/chicken/chicken.inc5
-rw-r--r--recipes/chicken/chicken_4.2.0.bb4
-rw-r--r--recipes/chicken/chicken_4.2.10.bb24
-rw-r--r--recipes/classpath/classpath-native.inc1
-rw-r--r--recipes/classpath/classpath-native_0.97.2.bb3
-rw-r--r--recipes/classpath/classpath-native_0.98.bb3
-rw-r--r--recipes/classpath/classpath_0.97.2.bb3
-rw-r--r--recipes/classpath/classpath_0.98.bb3
-rw-r--r--recipes/classpath/files/toolwrapper-exithook.patch46
-rw-r--r--recipes/clutter/clutter-0.9_git.bb2
-rw-r--r--recipes/clutter/clutter-glx_svn.bb1
-rw-r--r--recipes/clutter/clutter.inc4
-rw-r--r--recipes/clutter/clutter_0.4svn.bb1
-rw-r--r--recipes/clutter/clutter_0.6svn.bb1
-rw-r--r--recipes/clutter/clutter_0.8+git.bb1
-rw-r--r--recipes/clutter/clutter_svn.bb2
-rw-r--r--recipes/comic-reader/comic-reader_svn.bb2
-rw-r--r--recipes/connman/connman.inc6
-rw-r--r--recipes/connman/connman_0.46.bb7
-rw-r--r--recipes/connman/connman_git.bb4
-rw-r--r--recipes/connman/files/link-against-libnl2.patch13
-rw-r--r--recipes/connman/files/no_system_user_perms.patch14
-rwxr-xr-xrecipes/connman/files/shr/connman42
-rw-r--r--recipes/coreutils/coreutils-6.0.inc7
-rw-r--r--recipes/coreutils/coreutils-7.1.inc6
-rw-r--r--recipes/coreutils/coreutils-7.2.inc4
-rw-r--r--recipes/coreutils/coreutils-native.inc5
-rw-r--r--recipes/coreutils/coreutils-native_6.0.bb7
-rw-r--r--recipes/coreutils/coreutils-native_7.1.bb7
-rw-r--r--recipes/coreutils/coreutils-native_7.2.bb7
-rw-r--r--recipes/coreutils/coreutils-target.inc82
-rw-r--r--recipes/coreutils/coreutils_6.0.bb86
-rw-r--r--recipes/coreutils/coreutils_7.1.bb95