summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/distro/angstrom-2006.9.conf2
-rw-r--r--packages/freetype/freetype_2.2.1.bb2
-rw-r--r--packages/uae/e-uae_0.8.28.bb (renamed from packages/uae/e-uae_0.8.27.bb)17
3 files changed, 6 insertions, 15 deletions
diff --git a/conf/distro/angstrom-2006.9.conf b/conf/distro/angstrom-2006.9.conf
index 123ea28ed1..f428b484af 100644
--- a/conf/distro/angstrom-2006.9.conf
+++ b/conf/distro/angstrom-2006.9.conf
@@ -107,7 +107,7 @@ PREFERRED_VERSION_busybox = "1.2.0"
PREFERRED_VERSION_orinoco-modules_h3600 = "0.13e"
PREFERRED_VERSION_orinoco-modules_h3900 = "0.13e"
-PREFERRED_VERSION_dbus ?= "0.61"
+PREFERRED_VERSION_dbus ?= "0.90"
PREFERRED_VERSION_gstreamer ?= "0.10.6"
PREFERRED_PROVIDER_hostap-conf ?= "hostap-conf"
diff --git a/packages/freetype/freetype_2.2.1.bb b/packages/freetype/freetype_2.2.1.bb
index 7a3f99f063..22a77b03c0 100644
--- a/packages/freetype/freetype_2.2.1.bb
+++ b/packages/freetype/freetype_2.2.1.bb
@@ -26,6 +26,8 @@ do_configure() {
do_compile_prepend() {
${BUILD_CC} -o objs/apinames src/tools/apinames.c
+ mkdir -p ${STAGING_LIBDIR}/.libs
+ cp ${STAGING_LIBDIR}/libz* ${STAGING_LIBDIR}/.libs/
}
do_stage() {
diff --git a/packages/uae/e-uae_0.8.27.bb b/packages/uae/e-uae_0.8.28.bb
index 4731ef5359..cb59f88957 100644
--- a/packages/uae/e-uae_0.8.27.bb
+++ b/packages/uae/e-uae_0.8.28.bb
@@ -1,13 +1,12 @@
DESCRIPTION = "Amiga Emulator based on SDL"
SECTION = "base"
PRIORITY = "optional"
-DEPENDS = "virtual/libsdl"
+DEPENDS = "virtual/libsdl zlib"
LICENSE = "GPL"
-PR = "r2"
+PR = "r0"
-SRC_URI = "http://rcdrummond.net/uae/old/e-uae-${PV}/e-uae-${PV}.tar.bz2 \
+SRC_URI = "http://rcdrummond.net/uae/e-uae-${PV}/e-uae-${PV}.tar.bz2 \
file://configure.patch;patch=1"
-# file://m4.patch;patch=1"
inherit autotools
@@ -24,13 +23,3 @@ PARALLEL_MAKE = ""
do_configure_prepend () {
touch NEWS AUTHORS ChangeLog
}
-
-do_install_append() {
-# Packages NEVER, ever, ever, ever touch home directories directly.
-# ever.
-# Either update a global config in /etc, install it into /etc/skel/ for
-# new users homedirs, rely on the user installing it to put it in place,
-# or dont install it at all. --CL
-# install -d ${D}/home/root
-# install ${FILESDIR}/uaerc ${D}/home/root/.uaerc
-}