From b616a16eaf4276e509afac9b3679d9eb3e8621e3 Mon Sep 17 00:00:00 2001 From: Rene Wagner Date: Sun, 21 Aug 2005 18:58:06 +0000 Subject: GPE 2.7: use known working versions of atk, pango, librsvg. upgrade matchbox bits (fixes infamous "windows jump to the top left corner bug"). --- conf/distro/preferred-gpe-versions-2.7.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/conf/distro/preferred-gpe-versions-2.7.inc b/conf/distro/preferred-gpe-versions-2.7.inc index 0c028c5345..1d512fa292 100644 --- a/conf/distro/preferred-gpe-versions-2.7.inc +++ b/conf/distro/preferred-gpe-versions-2.7.inc @@ -9,16 +9,19 @@ CVSDATE_minimo=20050401 PREFERRED_PROVIDER_gconf=gconf-dbus #specify versions, as the header says :) -PREFERRED_VERSION_libmatchbox ?= "1.6" +PREFERRED_VERSION_libmatchbox ?= "1.7" PREFERRED_VERSION_matchbox ?= "0.9.1" PREFERRED_VERSION_matchbox-common ?= "0.9.1" PREFERRED_VERSION_matchbox-desktop ?= "0.9.1" -PREFERRED_VERSION_matchbox-wm ?= "0.9.4" +PREFERRED_VERSION_matchbox-wm ?= "0.9.5" PREFERRED_VERSION_matchbox-panel ?= "0.9.2" PREFERRED_VERSION_matchbox-applet-inputmanager ?= "0.6" +PREFERRED_VERSION_atk ?= "1.9.0" PREFERRED_VERSION_cairo ?= "0.5.2" PREFERRED_VERSION_glib-2.0 ?= "2.6.4" PREFERRED_VERSION_gtk+ ?= "2.6.7" +PREFERRED_VERSION_pango ?= "1.8.1" +PREFERRED_VERSION_librsvg ?= "2.6.5" PREFERRED_VERSION_libgpewidget ?= "0.103" PREFERRED_VERSION_libgpepimc ?= "0.5" PREFERRED_VERSION_libgpevtype ?= "0.12" -- cgit v1.2.3 From 0fa1b9eda8502cf780be8f2e66bd42844c9e57a8 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Sun, 21 Aug 2005 21:25:53 +0000 Subject: Add alsa and aumix --- conf/distro/openslug-packages.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/distro/openslug-packages.conf b/conf/distro/openslug-packages.conf index 6c76c86780..aba754b368 100644 --- a/conf/distro/openslug-packages.conf +++ b/conf/distro/openslug-packages.conf @@ -1,6 +1,8 @@ BBFILES := "\ +${PKGDIR}/packages/alsa/*.bb \ ${PKGDIR}/packages/atftp/*.bb \ ${PKGDIR}/packages/audiofile/*.bb \ +${PKGDIR}/packages/aumix/*.bb \ ${PKGDIR}/packages/autoconf/*.bb \ ${PKGDIR}/packages/automake/*.bb \ ${PKGDIR}/packages/base-files/*.bb \ -- cgit v1.2.3 From 781ae9369c6a7a5555be6ed86e351958c7d252c6 Mon Sep 17 00:00:00 2001 From: David Karlstrom Date: Sun, 21 Aug 2005 21:27:15 +0000 Subject: Fix apache to use openssl from staging. Fix depends on pcre and expat. NOTE: still just for native building. --- packages/apache/apache_2.0.54.bb | 24 ++++++++++++++++++------ packages/apache/files/init | 0 2 files changed, 18 insertions(+), 6 deletions(-) mode change 100644 => 100755 packages/apache/files/init diff --git a/packages/apache/apache_2.0.54.bb b/packages/apache/apache_2.0.54.bb index 53b27e9f7b..882b7f2c71 100644 --- a/packages/apache/apache_2.0.54.bb +++ b/packages/apache/apache_2.0.54.bb @@ -1,15 +1,16 @@ MAINTAINER="David Karlstrom " SECTION = "net" -DEPENDS = "openssl" +DEPENDS = "openssl expat pcre" -PR = "r1" +PR = "r2" # ------------------------------------------ # NOTE: This package is currently only meant # to be built nativly on the target device # ------------------------------------------ -SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.gz" +SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.gz \ + " S = "${WORKDIR}/httpd-${PV}" @@ -39,9 +40,20 @@ FILES_${PN} = "${bindir} ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \ CFLAGS_append = " -DPATH_MAX=4096" CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl " -EXTRA_OECONF = "--enable-ssl --with-ssl=${STAGING_LIBDIR}/.. --enable-dav \ - --enable-dav-fs --with-dbm=sdbm --with-berkeley-db=no --localstatedir=${localstatedir}/log/apache \ - --with-gdbm=no --with-ndbm=no --datadir=${datadir}/apache --sysconfdir=${sysconfdir}/apache" +EXTRA_OECONF = "--enable-ssl \ + --with-ssl=${STAGING_LIBDIR}/.. \ + --enable-dav \ + --enable-dav-fs \ + --with-dbm=sdbm \ + --with-berkeley-db=no \ + --localstatedir=${localstatedir}/log/apache \ + --with-gdbm=no \ + --with-ndbm=no \ + --datadir=${datadir}/apache \ + --sysconfdir=${sysconfdir}/apache \ + " + +export LD_LIBRARY_PATH=${STAGING_LIBDIR} do_configure () { # Looks like rebuilding configure doesn't work, so we are skipping diff --git a/packages/apache/files/init b/packages/apache/files/init old mode 100644 new mode 100755 -- cgit v1.2.3 From d6bae3f42fc7ba5c928373498ef901713f2067d4 Mon Sep 17 00:00:00 2001 From: David Karlstrom Date: Sun, 21 Aug 2005 21:55:14 +0000 Subject: Add pcre and expat, needed for apache, to openslug-native-packages.conf --- conf/distro/openslug-native-packages.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/distro/openslug-native-packages.conf b/conf/distro/openslug-native-packages.conf index 2599b71d94..158d7757b6 100644 --- a/conf/distro/openslug-native-packages.conf +++ b/conf/distro/openslug-native-packages.conf @@ -6,4 +6,6 @@ ${PKGDIR}/packages/ipkg-utils/*.bb \ ${PKGDIR}/packages/meta/package-index.bb \ ${PKGDIR}/packages/meta/openslug-native-packages.bb \ ${PKGDIR}/packages/freeze/*.bb \ +${PKGDIR}/packages/pcre/*.bb \ +${PKGDIR}/packages/expat/*.bb \ ${OPENSLUG_EXTRA_BBFILES}" -- cgit v1.2.3