diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-27 07:15:20 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-27 07:15:20 +0000 |
commit | cbd57575610905473e21cffb01a94ba8f2f72c7f (patch) | |
tree | 9195915d9ddc682025006735db9d4a52f8f06ae6 | |
parent | 0cec914363b83b07235fc2bf75346bd4b6e1e562 (diff) |
Update to cups 1.1.20 final, Fix the psmic build (m4 files added), fix the do_stage target for fixesext, and add libtool to inherit for xdmcp and xfont.
BKrev: 3fc5a488cy5iTlGH-gKXNrxRynxM6g
-rw-r--r-- | cups/cups_1.1.20.oe (renamed from cups/cups_1.1.20rc6.oe) | 0 | ||||
-rw-r--r-- | fixesext/fixesext-cvs.oe | 8 | ||||
-rw-r--r-- | psmisc/psmisc-20.2/m4.patch | 0 | ||||
-rw-r--r-- | psmisc/psmisc_20.2.oe | 3 | ||||
-rw-r--r-- | xdmcp/xdmcp-cvs.oe | 2 | ||||
-rw-r--r-- | xfont/xfont-cvs.oe | 2 |
6 files changed, 10 insertions, 5 deletions
diff --git a/cups/cups_1.1.20rc6.oe b/cups/cups_1.1.20.oe index e69de29bb2..e69de29bb2 100644 --- a/cups/cups_1.1.20rc6.oe +++ b/cups/cups_1.1.20.oe diff --git a/fixesext/fixesext-cvs.oe b/fixesext/fixesext-cvs.oe index 109a94e335..e138eb5fd1 100644 --- a/fixesext/fixesext-cvs.oe +++ b/fixesext/fixesext-cvs.oe @@ -10,6 +10,10 @@ S=${WORKDIR}/FixesExt inherit autotools pkgconfig do_stage() { - oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_DIR}/target/include libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} - + oe_runmake install DESTDIR=${STAGING_DIR} \ + bindir=/build/bin \ + includedir=/target/include \ + libdir=/target/lib \ + datadir=/share + prefix= } diff --git a/psmisc/psmisc-20.2/m4.patch b/psmisc/psmisc-20.2/m4.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/psmisc/psmisc-20.2/m4.patch diff --git a/psmisc/psmisc_20.2.oe b/psmisc/psmisc_20.2.oe index 7443c62922..ff3078dbf6 100644 --- a/psmisc/psmisc_20.2.oe +++ b/psmisc/psmisc_20.2.oe @@ -6,7 +6,8 @@ RDEPENDS="libc6 libncurses5" DEPENDS=virtual/libc ncurses SRC_URI="${SOURCEFORGE_MIRROR}/psmisc/psmisc-20.2.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1" + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/m4.patch;patch=1" S="${WORKDIR}/${P}" inherit autotools diff --git a/xdmcp/xdmcp-cvs.oe b/xdmcp/xdmcp-cvs.oe index 6ff9b798ce..e3723f0cea 100644 --- a/xdmcp/xdmcp-cvs.oe +++ b/xdmcp/xdmcp-cvs.oe @@ -7,7 +7,7 @@ DEPENDS=virtual/libc xproto-cvs SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdmcp S=${WORKDIR}/Xdmcp -inherit autotools pkgconfig +inherit autotools pkgconfig libtool do_stage() { oe_runmake install DESTDIR=${STAGING_DIR} \ diff --git a/xfont/xfont-cvs.oe b/xfont/xfont-cvs.oe index 8684415b4a..5d6aa6a6e4 100644 --- a/xfont/xfont-cvs.oe +++ b/xfont/xfont-cvs.oe @@ -7,7 +7,7 @@ DEPENDS=virtual/libc zlib xproto-cvs SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfont S=${WORKDIR}/Xfont -inherit autotools pkgconfig +inherit autotools pkgconfig libtool do_stage() { oe_runmake install DESTDIR=${STAGING_DIR} \ |