aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-02-11 23:25:43 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-02-11 23:25:43 +0000
commit3d98d2aa86e37c2ca11324b457c08d3985a9f66a (patch)
tree2534068cd4827fbb45400953e2be8b2ab5fcf0dc
parent3a09c78db3b903d054a8dbaaf10420bb619c84ee (diff)
downloadopenembedded-3d98d2aa86e37c2ca11324b457c08d3985a9f66a.tar.gz
Cset exclude: mickey@allanon.vanille.de|ChangeSet|20040211232134|61765
BKrev: 402ab9f74hje3k55tyLd4t3Yak1nmQ
-rw-r--r--autoconf/autoconf-native_2.59.oe1
-rw-r--r--automake/automake-native_1.8.2.oe2
-rw-r--r--docbook-utils/docbook-utils-native_0.6.13.oe2
-rw-r--r--freetype/freetype-native_2.1.7.oe1
-rw-r--r--frodo/frodo_4.2.oe2
-rw-r--r--gcc/gcc-cross_3.3.2.oe2
-rw-r--r--gcc/gcc-initial-cross_3.3.2.oe2
-rw-r--r--gcc/gcc-initial-uclibc-cross_3.3.2.oe2
-rw-r--r--gcc/gcc-uclibc-cross_3.3.2.oe2
-rw-r--r--glib-2.0/glib-2.0-native_2.1.3.oe2
-rw-r--r--ipkg/ipkg-native_0.99.108.oe1
-rw-r--r--ipkg/ipkg-native_0.99.84.oe1
-rw-r--r--ipkg/ipkg-native_0.99.91.oe1
-rw-r--r--ipkg/ipkg-native_0.99.95.oe1
-rw-r--r--openjade/openjade-native_1.3.2.oe3
-rw-r--r--opensp/opensp-native_1.5.oe3
-rw-r--r--portaudio/portaudio_0.0.19.oe8
-rw-r--r--python/python-native_2.3.3.oe2
-rw-r--r--sgml-common/sgml-common-native_0.6.3.oe1
19 files changed, 30 insertions, 9 deletions
diff --git a/autoconf/autoconf-native_2.59.oe b/autoconf/autoconf-native_2.59.oe
index a2b655bb04..19038d9676 100644
--- a/autoconf/autoconf-native_2.59.oe
+++ b/autoconf/autoconf-native_2.59.oe
@@ -1,5 +1,6 @@
include autoconf_${PV}.oe
S = ${WORKDIR}/autoconf-${PV}
FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/autoconf-${PV}
+DEPENDS = patcher-native
inherit native
diff --git a/automake/automake-native_1.8.2.oe b/automake/automake-native_1.8.2.oe
index ad31673c65..bf82aee15e 100644
--- a/automake/automake-native_1.8.2.oe
+++ b/automake/automake-native_1.8.2.oe
@@ -1,6 +1,6 @@
include automake_${PV}.oe
S = ${WORKDIR}/automake-${PV}
-DEPENDS = autoconf-native
+DEPENDS = autoconf-native patcher-native
inherit native
diff --git a/docbook-utils/docbook-utils-native_0.6.13.oe b/docbook-utils/docbook-utils-native_0.6.13.oe
index 6972ec6215..dd12fcdb35 100644
--- a/docbook-utils/docbook-utils-native_0.6.13.oe
+++ b/docbook-utils/docbook-utils-native_0.6.13.oe
@@ -1,4 +1,4 @@
-DEPENDS = openjade-native
+DEPENDS = patcher-native openjade-native
RDEPENDS =
SRC_URI = ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils-${PV}.tar.gz
diff --git a/freetype/freetype-native_2.1.7.oe b/freetype/freetype-native_2.1.7.oe
index e2c77e08cf..12f8fdeca0 100644
--- a/freetype/freetype-native_2.1.7.oe
+++ b/freetype/freetype-native_2.1.7.oe
@@ -5,6 +5,7 @@ SRC_URI = ftp://ftp.freetype.org/freetype/freetype2/freetype-${PV}.tar.bz2 \
file://${FILESDIR}/configure.patch;patch=1
inherit autotools pkgconfig native
+DEPENDS = patcher-native
FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/freetype-${PV}
S = ${WORKDIR}/freetype-${PV}
PACKAGES =
diff --git a/frodo/frodo_4.2.oe b/frodo/frodo_4.2.oe
index c65fd07622..1b4ae74501 100644
--- a/frodo/frodo_4.2.oe
+++ b/frodo/frodo_4.2.oe
@@ -11,3 +11,5 @@ S = ${WORKDIR}/Frodo4/Src
inherit autotools libtool
+CFLAGS_append = " -DQTOPIA"
+
diff --git a/gcc/gcc-cross_3.3.2.oe b/gcc/gcc-cross_3.3.2.oe
index d1a2a5a705..d372fb97de 100644
--- a/gcc/gcc-cross_3.3.2.oe
+++ b/gcc/gcc-cross_3.3.2.oe
@@ -2,7 +2,7 @@ include gcc_${PV}.oe
inherit cross
FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gcc-${PV}
-DEPENDS := virtual/${TARGET_PREFIX}binutils glibc
+DEPENDS := virtual/${TARGET_PREFIX}binutils glibc patcher-native
PROVIDES := virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++
PACKAGES =
diff --git a/gcc/gcc-initial-cross_3.3.2.oe b/gcc/gcc-initial-cross_3.3.2.oe
index dd3b153506..1d1d7fff51 100644
--- a/gcc/gcc-initial-cross_3.3.2.oe
+++ b/gcc/gcc-initial-cross_3.3.2.oe
@@ -1,6 +1,6 @@
include gcc-cross_${PV}.oe
-DEPENDS := virtual/${TARGET_PREFIX}binutils glibc-initial
+DEPENDS := virtual/${TARGET_PREFIX}binutils glibc-initial patcher-native
PROVIDES := virtual/${TARGET_PREFIX}gcc-initial
EXTRA_OECONF := --with-local-prefix=${CROSS_DIR}/local \
diff --git a/gcc/gcc-initial-uclibc-cross_3.3.2.oe b/gcc/gcc-initial-uclibc-cross_3.3.2.oe
index a9479947c8..34e6c86c41 100644
--- a/gcc/gcc-initial-uclibc-cross_3.3.2.oe
+++ b/gcc/gcc-initial-uclibc-cross_3.3.2.oe
@@ -1,6 +1,6 @@
include gcc-uclibc-cross_${PV}.oe
-DEPENDS := virtual/${TARGET_PREFIX}binutils uclibc-initial
+DEPENDS := virtual/${TARGET_PREFIX}binutils uclibc-initial patcher-native
PROVIDES := virtual/${TARGET_PREFIX}gcc-initial
EXTRA_OECONF := --with-local-prefix=${CROSS_DIR}/local \
diff --git a/gcc/gcc-uclibc-cross_3.3.2.oe b/gcc/gcc-uclibc-cross_3.3.2.oe
index 54056bfd67..cc05e885a2 100644
--- a/gcc/gcc-uclibc-cross_3.3.2.oe
+++ b/gcc/gcc-uclibc-cross_3.3.2.oe
@@ -1,7 +1,7 @@
inherit cross
include gcc-uclibc_${PV}.oe
-DEPENDS := virtual/${TARGET_PREFIX}binutils uclibc
+DEPENDS := virtual/${TARGET_PREFIX}binutils uclibc patcher-native
PROVIDES := virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++
PACKAGES =
diff --git a/glib-2.0/glib-2.0-native_2.1.3.oe b/glib-2.0/glib-2.0-native_2.1.3.oe
index 1922cbc065..88e4d6d45d 100644
--- a/glib-2.0/glib-2.0-native_2.1.3.oe
+++ b/glib-2.0/glib-2.0-native_2.1.3.oe
@@ -1,3 +1,5 @@
+DEPENDS = patcher-native
+RDEPENDS =
FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/glib-2.0-${PV}
SRC_URI = http://ftp.gnome.org/pub/gnome/sources/glib/2.1/glib-${PV}.tar.bz2 \
diff --git a/ipkg/ipkg-native_0.99.108.oe b/ipkg/ipkg-native_0.99.108.oe
index f30677b223..17ded8e5f7 100644
--- a/ipkg/ipkg-native_0.99.108.oe
+++ b/ipkg/ipkg-native_0.99.108.oe
@@ -1,5 +1,6 @@
include ipkg_${PV}.oe
inherit native
+DEPENDS = patcher-native
FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}
PACKAGES =
diff --git a/ipkg/ipkg-native_0.99.84.oe b/ipkg/ipkg-native_0.99.84.oe
index f30677b223..17ded8e5f7 100644
--- a/ipkg/ipkg-native_0.99.84.oe
+++ b/ipkg/ipkg-native_0.99.84.oe
@@ -1,5 +1,6 @@
include ipkg_${PV}.oe
inherit native
+DEPENDS = patcher-native
FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}
PACKAGES =
diff --git a/ipkg/ipkg-native_0.99.91.oe b/ipkg/ipkg-native_0.99.91.oe
index f30677b223..17ded8e5f7 100644
--- a/ipkg/ipkg-native_0.99.91.oe
+++ b/ipkg/ipkg-native_0.99.91.oe
@@ -1,5 +1,6 @@
include ipkg_${PV}.oe
inherit native
+DEPENDS = patcher-native
FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}
PACKAGES =
diff --git a/ipkg/ipkg-native_0.99.95.oe b/ipkg/ipkg-native_0.99.95.oe
index f30677b223..17ded8e5f7 100644
--- a/ipkg/ipkg-native_0.99.95.oe
+++ b/ipkg/ipkg-native_0.99.95.oe
@@ -1,5 +1,6 @@
include ipkg_${PV}.oe
inherit native
+DEPENDS = patcher-native
FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}
PACKAGES =
diff --git a/openjade/openjade-native_1.3.2.oe b/openjade/openjade-native_1.3.2.oe
index 9d9d7f5d77..2057832247 100644
--- a/openjade/openjade-native_1.3.2.oe
+++ b/openjade/openjade-native_1.3.2.oe
@@ -1,4 +1,5 @@
-DEPENDS = opensp-native sgml-common-native
+DEPENDS = patcher-native opensp-native sgml-common-native
+RDEPENDS =
SRC_URI = ${SOURCEFORGE_MIRROR}/openjade/openjade-${PV}.tar.gz \
file://${FILESDIR}/configure.patch;patch=1
diff --git a/opensp/opensp-native_1.5.oe b/opensp/opensp-native_1.5.oe
index 05045ab4f3..30d6045523 100644
--- a/opensp/opensp-native_1.5.oe
+++ b/opensp/opensp-native_1.5.oe
@@ -1,3 +1,6 @@
+DEPENDS = patcher-native
+RDEPENDS =
+
SRC_URI = ${SOURCEFORGE_MIRROR}/openjade/OpenSP-${PV}.tar.gz \
file://${FILESDIR}/m4.patch;patch=1 \
file://${FILESDIR}/attributevalue.patch;patch=1
diff --git a/portaudio/portaudio_0.0.19.oe b/portaudio/portaudio_0.0.19.oe
index f8b416edcb..3bc19b5d3e 100644
--- a/portaudio/portaudio_0.0.19.oe
+++ b/portaudio/portaudio_0.0.19.oe
@@ -1,9 +1,9 @@
-DESCRIPTION=A portable audio library
SECTION="libs"
PRIORITY="optional"
MAINTAINER="Michael Lauer <mickey@Vanille.de>"
RDEPENDS=libc6
DEPENDS=virtual/libc
+DESCRIPTION=A portable audio library
SRC_URI=http://www.portaudio.com/archives/pa_snapshot_v19.tar.gz \
file://${FILESDIR}/flags.patch;patch=1
@@ -14,7 +14,11 @@ inherit autotools libtool pkgconfig
EXTRA_OECONF = '--with-jack=no'
do_stage() {
- oe_soinstall lib/libportaudio.so.${PV} ${STAGING_LIBDIR}/
+ install -m 0755 lib/libportaudio.so.${PV} ${STAGING_LIBDIR}/
+ ln -sf libportaudio.so.${PV} ${STAGING_LIBDIR}/libportaudio.so.0
+ ln -sf libportaudio.so.${PV} ${STAGING_LIBDIR}/libportaudio.so
+
+ install -d ${STAGING_DIR}/target/include/
install -m 0644 pa_common/portaudio.h ${STAGING_DIR}/target/include/portaudio.h
}
diff --git a/python/python-native_2.3.3.oe b/python/python-native_2.3.3.oe
index f939a01156..08433a3560 100644
--- a/python/python-native_2.3.3.oe
+++ b/python/python-native_2.3.3.oe
@@ -10,6 +10,8 @@ S = ${WORKDIR}/Python-${PV}
inherit autotools native
+DEPENDS=patcher-native
+
EXTRA_OECONF = '--with-threads --with-pymalloc --with-cyclic-gc --with-exec-prefix=${STAGING_DIR}/build'
do_configure () {
oe_runconf
diff --git a/sgml-common/sgml-common-native_0.6.3.oe b/sgml-common/sgml-common-native_0.6.3.oe
index 7f0ab18933..08d4807d5c 100644
--- a/sgml-common/sgml-common-native_0.6.3.oe
+++ b/sgml-common/sgml-common-native_0.6.3.oe
@@ -1,6 +1,7 @@
include sgml-common_${PV}.oe
inherit native
+DEPENDS = patcher-native
FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/sgml-common-${PV}
S = ${WORKDIR}/sgml-common-${PV}
PACKAGES =