Update to cups 1.1.20 final, Fix the psmic build (m4 files added), fix the do_stage...
authorChris Larson <clarson@kergoth.com>
Thu, 27 Nov 2003 07:15:20 +0000 (07:15 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 27 Nov 2003 07:15:20 +0000 (07:15 +0000)
BKrev: 3fc5a488cy5iTlGH-gKXNrxRynxM6g

cups/cups_1.1.20.oe [moved from cups/cups_1.1.20rc6.oe with 100% similarity]
fixesext/fixesext-cvs.oe
psmisc/psmisc-20.2/m4.patch [new file with mode: 0644]
psmisc/psmisc_20.2.oe
xdmcp/xdmcp-cvs.oe
xfont/xfont-cvs.oe

similarity index 100%
rename from cups/cups_1.1.20rc6.oe
rename to cups/cups_1.1.20.oe
index 109a94e..e138eb5 100644 (file)
@@ -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 (file)
index 0000000..e69de29
index 7443c62..ff3078d 100644 (file)
@@ -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
index 6ff9b79..e3723f0 100644 (file)
@@ -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} \
index 8684415..5d6aa6a 100644 (file)
@@ -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} \