summaryrefslogtreecommitdiffstats
path: root/recipes/gnome/libwnck_2.13.5.bb
blob: b176493b93bc3e529bc6fad9294f721e3186075e (plain)
1
2
3
4
5
6
7
8
9
10
DESCRIPTION = "Window navigation construction toolkit"
LICENSE = "LGPL"
SECTION = "x11/libs"
DEPENDS = "gtk+ gdk-pixbuf-csource-native"

inherit gnome

do_stage() {
	autotools_stage_all
}
agleboard OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/glibc/glibc-2.10.1/dl-cache-libcmp.patch
blob: 2fedfa6db0bd18a65b9a27f2e7f0ddfeee8d917a (plain)
1
2
3
4
5
6
7
8
9
10
--- glibc-2.4/elf/Versions.ark	2006-03-11 23:30:09.000000000 +0100
+++ glibc-2.4/elf/Versions	2006-03-11 23:31:44.000000000 +0100
@@ -63,5 +63,7 @@
     _dl_debug_state;
     # Pointer protection.
     __pointer_chk_guard;
+    # for ldconfig
+    _dl_cache_libcmp;
   }
 }