From ebfda772304b391ba19094c31c8682456de11b07 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 5 Jun 2006 10:56:00 +0000 Subject: abiword_2.4.4.bb : add -Wl,--export-dynamic to the LDFLAGS in the .bb file. On x86 builds it seems to get this argument by luck from gmodule build arguments. This is needed to get abiword plugins to see symbols defined within abiword, and thus abiword-plugins now work. --- packages/abiword/abiword_2.4.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/abiword/abiword_2.4.4.bb b/packages/abiword/abiword_2.4.4.bb index 8b1ed52d8a..3099e0ba97 100644 --- a/packages/abiword/abiword_2.4.4.bb +++ b/packages/abiword/abiword_2.4.4.bb @@ -6,7 +6,7 @@ LICENSE="GPLv2" DEPENDS = "perl-native libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng perl glibc libxml2" RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \ glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" -PR="r0" +PR="r1" SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz" S = "${WORKDIR}/abiword-${PV}/abi" @@ -34,6 +34,8 @@ PARALLEL_MAKE="" EXTRA_OECONF = "--disable-pspell --enable-enchant" +LDFLAGS += "-Wl,--export-dynamic" + do_install_append() { install -d ${D}${datadir}/pixmaps/ mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/ -- cgit v1.2.3 From bb29ee997c83fc977dcdd98334752754df76ed12 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 5 Jun 2006 12:36:44 +0000 Subject: disapproval of revision '815a6b1e0db931b81db4fe7f65116e911d84d8a4' --- packages/abiword/abiword_2.4.4.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'packages') diff --git a/packages/abiword/abiword_2.4.4.bb b/packages/abiword/abiword_2.4.4.bb index 3099e0ba97..8b1ed52d8a 100644 --- a/packages/abiword/abiword_2.4.4.bb +++ b/packages/abiword/abiword_2.4.4.bb @@ -6,7 +6,7 @@ LICENSE="GPLv2" DEPENDS = "perl-native libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng perl glibc libxml2" RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \ glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" -PR="r1" +PR="r0" SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz" S = "${WORKDIR}/abiword-${PV}/abi" @@ -34,8 +34,6 @@ PARALLEL_MAKE="" EXTRA_OECONF = "--disable-pspell --enable-enchant" -LDFLAGS += "-Wl,--export-dynamic" - do_install_append() { install -d ${D}${datadir}/pixmaps/ mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/ -- cgit v1.2.3 From 2d0a2ca62e215449f42c5ab35b8663a3b99830ba Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 5 Jun 2006 14:12:24 +0000 Subject: cups_1.1.23.bb : needs install-native to build --- packages/cups/cups_1.1.23.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/cups/cups_1.1.23.bb b/packages/cups/cups_1.1.23.bb index 936b92bcea..52343b004e 100644 --- a/packages/cups/cups_1.1.23.bb +++ b/packages/cups/cups_1.1.23.bb @@ -1,4 +1,4 @@ -DEPENDS = "openssl jpeg libpng zlib" +DEPENDS = "openssl jpeg libpng zlib install-native" DESCRIPTION = "An Internet printing system for Unix." SECTION = "console/utils" LICENSE = "GPL LGPL" -- cgit v1.2.3 From b34f871116dadc8456dbb2bf8744e89873231cf5 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 5 Jun 2006 14:13:15 +0000 Subject: libidl_0.8.6.bb : needs libidl-native to build --- packages/libidl/libidl_0.8.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/libidl/libidl_0.8.6.bb b/packages/libidl/libidl_0.8.6.bb index 42654231c5..bded954bb3 100644 --- a/packages/libidl/libidl_0.8.6.bb +++ b/packages/libidl/libidl_0.8.6.bb @@ -1,7 +1,7 @@ LICENSE = "LGPL" DESCRIPTION = "Library for parsing CORBA IDL files" SECTION = "gnome/libs" -DEPENDS = "glib-2.0" +DEPENDS = "glib-2.0 libidl-native" PR = "r2" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2" -- cgit v1.2.3 From 2e48170899c8c179a213cc668bb05424dca43bb9 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 5 Jun 2006 14:14:12 +0000 Subject: fbpanel_4.3.bb : add missing xlibs dependancies --- packages/fbpanel/fbpanel_4.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/fbpanel/fbpanel_4.3.bb b/packages/fbpanel/fbpanel_4.3.bb index c237172ac8..3313e61629 100644 --- a/packages/fbpanel/fbpanel_4.3.bb +++ b/packages/fbpanel/fbpanel_4.3.bb @@ -1,7 +1,7 @@ DESCRIPTION = "A gtk based panel application" SECTION = "x11" LICENSE = "GPL" -DEPENDS = "gtk+" +DEPENDS = "gtk+ libxmu libxpm" HOMEPAGE = "http://fbpanel.sourceforge.net/" MAINTAINER = "Graeme Gregory " SRC_URI = "${SOURCEFORGE_MIRROR}/fbpanel/fbpanel-${PV}.tgz \ -- cgit v1.2.3