summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.oe23
-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.oe25
-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, 56 insertions, 26 deletions
diff --git a/autoconf/autoconf-native_2.59.oe b/autoconf/autoconf-native_2.59.oe
index 19038d9676..a2b655bb04 100644
--- a/autoconf/autoconf-native_2.59.oe
+++ b/autoconf/autoconf-native_2.59.oe
@@ -1,6 +1,5 @@
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 bf82aee15e..ad31673c65 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 patcher-native
+DEPENDS = autoconf-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 e69de29bb2..6972ec6215 100644
--- a/docbook-utils/docbook-utils-native_0.6.13.oe
+++ b/docbook-utils/docbook-utils-native_0.6.13.oe
@@ -0,0 +1,23 @@
+DEPENDS = openjade-native
+RDEPENDS =
+
+SRC_URI = ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils-${PV}.tar.gz
+S = ${WORKDIR}/docbook-utils-${PV}
+
+inherit autotools native
+
+do_stage () {
+ for b in docbook2dvi docbook2man docbook2ps docbook2tex \
+ docbook2txt docbook2html docbook2pdf docbook2rtf \
+ docbook2texi jw; do
+ install -m 0755 ${S}/bin/$b ${STAGING_BINDIR}/
+ done
+ for i in backends/dvi backends/html backends/man doc/man \
+ backends/pdf backends/ps backends/rtf backends/tex \
+ backends/texi backends/txt frontends/docbook \
+ helpers/docbook2man-spec.pl helpers/docbook2texi-spec.pl \
+ docbook-utils.dsl; do
+ install -d ${STAGING_DIR}/share/sgml/docbook/utils-${PV}/`dirname $i`
+ install ${S}/$i ${STAGING_DIR}/share/sgml/docbook/utils-${PV}/$i
+ done
+}
diff --git a/freetype/freetype-native_2.1.7.oe b/freetype/freetype-native_2.1.7.oe
index 12f8fdeca0..e2c77e08cf 100644
--- a/freetype/freetype-native_2.1.7.oe
+++ b/freetype/freetype-native_2.1.7.oe
@@ -5,7 +5,6 @@ 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 1b4ae74501..c65fd07622 100644
--- a/frodo/frodo_4.2.oe
+++ b/frodo/frodo_4.2.oe
@@ -11,5 +11,3 @@ 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 d372fb97de..d1a2a5a705 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 patcher-native
+DEPENDS := virtual/${TARGET_PREFIX}binutils glibc
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 1d1d7fff51..dd3b153506 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 patcher-native
+DEPENDS := virtual/${TARGET_PREFIX}binutils glibc-initial
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 34e6c86c41..a9479947c8 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 patcher-native
+DEPENDS := virtual/${TARGET_PREFIX}binutils uclibc-initial
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 cc05e885a2..54056bfd67 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 patcher-native
+DEPENDS := virtual/${TARGET_PREFIX}binutils uclibc
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 88e4d6d45d..1922cbc065 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,5 +1,3 @@
-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 17ded8e5f7..f30677b223 100644
--- a/ipkg/ipkg-native_0.99.108.oe
+++ b/ipkg/ipkg-native_0.99.108.oe
@@ -1,6 +1,5 @@
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 17ded8e5f7..f30677b223 100644
--- a/ipkg/ipkg-native_0.99.84.oe
+++ b/ipkg/ipkg-native_0.99.84.oe
@@ -1,6 +1,5 @@
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 17ded8e5f7..f30677b223 100644
--- a/ipkg/ipkg-native_0.99.91.oe
+++ b/ipkg/ipkg-native_0.99.91.oe
@@ -1,6 +1,5 @@
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 17ded8e5f7..f30677b223 100644
--- a/ipkg/ipkg-native_0.99.95.oe
+++ b/ipkg/ipkg-native_0.99.95.oe
@@ -1,6 +1,5 @@
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 2057832247..9d9d7f5d77 100644
--- a/openjade/openjade-native_1.3.2.oe
+++ b/openjade/openjade-native_1.3.2.oe
@@ -1,5 +1,4 @@
-DEPENDS = patcher-native opensp-native sgml-common-native
-RDEPENDS =
+DEPENDS = opensp-native sgml-common-native
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 e69de29bb2..05045ab4f3 100644
--- a/opensp/opensp-native_1.5.oe
+++ b/opensp/opensp-native_1.5.oe
@@ -0,0 +1,25 @@
+SRC_URI = ${SOURCEFORGE_MIRROR}/openjade/OpenSP-${PV}.tar.gz \
+ file://${FILESDIR}/m4.patch;patch=1 \
+ file://${FILESDIR}/attributevalue.patch;patch=1
+S = ${WORKDIR}/OpenSP-${PV}
+
+inherit autotools native
+
+FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/opensp-${PV}
+PACKAGES =
+
+do_configure () {
+ oe_runconf
+}
+
+do_stage () {
+ install -m 0755 ${S}/lib/.libs/libosp.a ${STAGING_LIBDIR}/libosp.so.a
+ install -m 0755 ${S}/lib/.libs/libosp.lai ${STAGING_LIBDIR}/libosp.la
+ install -m 0755 ${S}/lib/.libs/libosp.so.3.0.0 ${STAGING_LIBDIR}/libosp.so.3.0.0
+ ln -sf libosp.so.3.0.0 ${STAGING_LIBDIR}/libosp.so.3
+ ln -sf libosp.so.3.0.0 ${STAGING_LIBDIR}/libosp.so
+ install -d ${STAGING_INCDIR}/OpenSP
+ install -m 0644 ${S}/include/*.h ${STAGING_INCDIR}/OpenSP/
+ install -m 0644 ${S}/include/*.cxx ${STAGING_INCDIR}/OpenSP/
+ install -m 0644 ${S}/config.h ${STAGING_INCDIR}/OpenSP/config.h
+}
diff --git a/portaudio/portaudio_0.0.19.oe b/portaudio/portaudio_0.0.19.oe
index 3bc19b5d3e..f8b416edcb 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,11 +14,7 @@ inherit autotools libtool pkgconfig
EXTRA_OECONF = '--with-jack=no'
do_stage() {
- 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/
+ oe_soinstall lib/libportaudio.so.${PV} ${STAGING_LIBDIR}/
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 08433a3560..f939a01156 100644
--- a/python/python-native_2.3.3.oe
+++ b/python/python-native_2.3.3.oe
@@ -10,8 +10,6 @@ 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 08d4807d5c..7f0ab18933 100644
--- a/sgml-common/sgml-common-native_0.6.3.oe
+++ b/sgml-common/sgml-common-native_0.6.3.oe
@@ -1,7 +1,6 @@
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 =