From 11f33f70f6331e838d312d7676ff05c3666707d6 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Thu, 5 Nov 2009 21:38:47 +0000 Subject: gdb-7.0: Always use --enable-static to work-around possible linking problems. --- recipes/gdb/gdb_7.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/gdb/gdb_7.0.bb b/recipes/gdb/gdb_7.0.bb index 9a4684409b..c3aa49d0e4 100644 --- a/recipes/gdb/gdb_7.0.bb +++ b/recipes/gdb/gdb_7.0.bb @@ -3,3 +3,6 @@ LICENSE = "GPLv3" SRC_URI += "\ file://gdb-6.8-fix-compile-karmic.patch;patch=1" + +# Work-around problems while creating libbfd.a +EXTRA_OECONF += "--enable-static" -- cgit v1.2.3 From 3cc58ee2730aa609723ec700534cff94e6d231ec Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Thu, 5 Nov 2009 21:39:49 +0000 Subject: ncurses: Always use --enable-static to work-around possible linking problems. --- recipes/ncurses/ncurses.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/ncurses/ncurses.inc b/recipes/ncurses/ncurses.inc index 76a8ff0c3c..344c82072f 100644 --- a/recipes/ncurses/ncurses.inc +++ b/recipes/ncurses/ncurses.inc @@ -11,6 +11,7 @@ PARALLEL_MAKE="" FILESPATH = "${FILE_DIRNAME}/local:${FILE_DIRNAME}/ncurses-${PV}-${PR}:${FILE_DIRNAME}/ncurses-${PV}:${FILE_DIRNAME}/ncurses:${FILE_DIRNAME}" EXTRA_OECONF = "\ + --enable-static \ --with-shared \ --with-libtool \ --without-profile \ -- cgit v1.2.3 From 21cb1d0889888aac967711de53fb6e354058b56e Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Thu, 5 Nov 2009 21:43:08 +0000 Subject: gnome-icon-theme-2.28.0: Set it as arch-independent package. --- recipes/gnome/gnome-icon-theme_2.28.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/gnome/gnome-icon-theme_2.28.0.bb b/recipes/gnome/gnome-icon-theme_2.28.0.bb index 7e5c7b3af8..38f212927f 100644 --- a/recipes/gnome/gnome-icon-theme_2.28.0.bb +++ b/recipes/gnome/gnome-icon-theme_2.28.0.bb @@ -3,11 +3,11 @@ SECTION = "x11/gnome" DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native" RDEPENDS = "hicolor-icon-theme" RRECOMMENDS = "librsvg-gtk" +PACKAGE_ARCH = "all" +PR = "r1" FILES_${PN} += "${datadir}/*" EXTRA_OECONF = "--disable-hicolor-check" inherit gnome - - -- cgit v1.2.3