From 3d98d2aa86e37c2ca11324b457c08d3985a9f66a Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 11 Feb 2004 23:25:43 +0000 Subject: Cset exclude: mickey@allanon.vanille.de|ChangeSet|20040211232134|61765 BKrev: 402ab9f74hje3k55tyLd4t3Yak1nmQ --- autoconf/autoconf-native_2.59.oe | 1 + automake/automake-native_1.8.2.oe | 2 +- docbook-utils/docbook-utils-native_0.6.13.oe | 2 +- freetype/freetype-native_2.1.7.oe | 1 + frodo/frodo_4.2.oe | 2 ++ gcc/gcc-cross_3.3.2.oe | 2 +- gcc/gcc-initial-cross_3.3.2.oe | 2 +- gcc/gcc-initial-uclibc-cross_3.3.2.oe | 2 +- gcc/gcc-uclibc-cross_3.3.2.oe | 2 +- glib-2.0/glib-2.0-native_2.1.3.oe | 2 ++ ipkg/ipkg-native_0.99.108.oe | 1 + ipkg/ipkg-native_0.99.84.oe | 1 + ipkg/ipkg-native_0.99.91.oe | 1 + ipkg/ipkg-native_0.99.95.oe | 1 + openjade/openjade-native_1.3.2.oe | 3 ++- opensp/opensp-native_1.5.oe | 3 +++ portaudio/portaudio_0.0.19.oe | 8 ++++++-- python/python-native_2.3.3.oe | 2 ++ sgml-common/sgml-common-native_0.6.3.oe | 1 + 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 " 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 = -- cgit 1.2.3-korg