From 135dd94094b635ef1a3e7935c4d9d5ca0204698b Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Tue, 30 May 2006 13:56:36 +0000 Subject: sylpheed_2.2.5.bb : new version --- packages/sylpheed/sylpheed_2.2.5.bb | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 packages/sylpheed/sylpheed_2.2.5.bb (limited to 'packages') diff --git a/packages/sylpheed/sylpheed_2.2.5.bb b/packages/sylpheed/sylpheed_2.2.5.bb new file mode 100644 index 0000000000..1a1656e539 --- /dev/null +++ b/packages/sylpheed/sylpheed_2.2.5.bb @@ -0,0 +1,33 @@ +SECTION = "x11/network" +DESCRIPTION = "Mail user agent" +DEPENDS = "gtk+ gpgme gnutls" +MAINTAINER = "Graeme Gregory " +LICENSE = "GPL" +PR = "r5" + +SRC_URI = "http://sylpheed.good-day.net/sylpheed/v2.2/sylpheed-${PV}.tar.bz2 \ + file://sylpheed-2.2.2-libsylph-Makefile-am.patch;patch=1 \ + file://sylpheed-2.2.2-src-Makefile-am.patch;patch=1 \ + file://sylpheed-gnutls_2.2.4.patch;patch=1" + + +FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications" +FILES_${PN}-doc += "${datadir}" + +EXTRA_OECONF = "--enable-gnutls --disable-pthread" + +CFLAGS += "-D_GNU_SOURCE" + +do_configure_prepend() { + mkdir -p m4 +} + +inherit autotools + +do_install_append() { + install -d ${D}${datadir}/applications + install -m 0644 sylpheed.desktop ${D}${datadir}/applications/ + install -d ${D}${datadir}/pixmaps + install -m 0644 sylpheed.png ${D}${datadir}/pixmaps/ +} + -- cgit v1.2.3 From a8c0cfd39c545a5aec874b8ef7e0837f6b7d8f38 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Tue, 30 May 2006 14:18:47 +0000 Subject: gpe-today_cvs.bb, libgpevtype_cvs.bb : fix ${PV} to latest version+cvs --- packages/gpe-today/gpe-today_cvs.bb | 2 +- packages/libgpevtype/libgpevtype_cvs.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/gpe-today/gpe-today_cvs.bb b/packages/gpe-today/gpe-today_cvs.bb index 33af763f07..47e9c01a66 100644 --- a/packages/gpe-today/gpe-today_cvs.bb +++ b/packages/gpe-today/gpe-today_cvs.bb @@ -8,7 +8,7 @@ PRIORITY = "optional" S = "${WORKDIR}/${PN}" #Remove the dash below when 0.10 changes in PV -PV = "0.10+cvs-${SRCDATE}" +PV = "0.11+cvs-${SRCDATE}" PR = "r0" inherit gpe diff --git a/packages/libgpevtype/libgpevtype_cvs.bb b/packages/libgpevtype/libgpevtype_cvs.bb index 301cb37a5e..31c900dd7e 100644 --- a/packages/libgpevtype/libgpevtype_cvs.bb +++ b/packages/libgpevtype/libgpevtype_cvs.bb @@ -8,7 +8,7 @@ DEPENDS = "libmimedir" DEFAULT_PREFERENCE = "-1" S = "${WORKDIR}/${PN}" -PV = "0.16+cvs${SRCDATE}" +PV = "0.17+cvs${SRCDATE}" PR = "r0" inherit pkgconfig gpe autotools -- cgit v1.2.3 From 57fbd1ab5141c0ec39dd59cea888b6432e20485a Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Tue, 30 May 2006 14:19:30 +0000 Subject: wget 1.9.1: Disable checking for the SSL headers so that it doesn't attempt to search the system include directories. Closes bug #1031. --- packages/wget/wget_1.9.1.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/wget/wget_1.9.1.bb b/packages/wget/wget_1.9.1.bb index ec1f00d4ad..8521655477 100644 --- a/packages/wget/wget_1.9.1.bb +++ b/packages/wget/wget_1.9.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more." SECTION = "console/network" MAINTAINER = "Chris Larson " DEPENDS = "" -PR = "r4" +PR = "r5" LICENSE = "GPL" SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \ @@ -19,6 +19,9 @@ EXTRA_OECONF_unslung = "" # SlugOS kernels do not support ipv6. Can be loaded as a module. EXTRA_OECONF_slugos = "" +# Disable checking for SSL since that searches the system paths +EXTRA_OECONF += "--without-ssl" + do_configure () { if [ ! -e acinclude.m4 ]; then mv aclocal.m4 acinclude.m4 -- cgit v1.2.3 From 60e2025f5746f412aef7ab75edc13cba3f30faf4 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Tue, 30 May 2006 14:23:09 +0000 Subject: sylpheed_2.2.5.bb : remove accidental test change. --- packages/sylpheed/sylpheed_2.2.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/sylpheed/sylpheed_2.2.5.bb b/packages/sylpheed/sylpheed_2.2.5.bb index 1a1656e539..315f46ea86 100644 --- a/packages/sylpheed/sylpheed_2.2.5.bb +++ b/packages/sylpheed/sylpheed_2.2.5.bb @@ -14,7 +14,7 @@ SRC_URI = "http://sylpheed.good-day.net/sylpheed/v2.2/sylpheed-${PV}.tar.bz2 \ FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications" FILES_${PN}-doc += "${datadir}" -EXTRA_OECONF = "--enable-gnutls --disable-pthread" +EXTRA_OECONF = "--enable-gnutls" CFLAGS += "-D_GNU_SOURCE" -- cgit v1.2.3 From cb32f8279d0c252cbadfe969cd612bcbd5966add Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Tue, 30 May 2006 14:41:52 +0000 Subject: glibc 2.3.5+cvs20050627: Revert sh fix from bug #954 again to get sh4 to build again. No effect on sh3 (or other arch) but gets sh4 to build. Closes bug #954. --- packages/glibc/glibc_2.3.5+cvs20050627.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'packages') diff --git a/packages/glibc/glibc_2.3.5+cvs20050627.bb b/packages/glibc/glibc_2.3.5+cvs20050627.bb index 024ba1d901..ff434d2a1b 100644 --- a/packages/glibc/glibc_2.3.5+cvs20050627.bb +++ b/packages/glibc/glibc_2.3.5+cvs20050627.bb @@ -90,11 +90,6 @@ do_munge() { # Integrate ports into tree mv ${WORKDIR}/ports ${S} - # Need to copy some extra folder content for sh arch. - OE bug #954 - case ${TARGET_ARCH} in - sh*) cp ${WORKDIR}/libc/sysdeps/sh/${TARGET_ARCH}/*.S ${WORKDIR}/libc/sysdeps/sh;; - esac - # http://www.handhelds.org/hypermail/oe/51/5135.html # Some files were moved around between directories on # 2005-12-21, which means that any attempt to check out -- cgit v1.2.3 From 2211bf20b22959ede40362acbbc071387ef9b256 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Tue, 30 May 2006 14:46:28 +0000 Subject: ckermit 211: Fix for uclibc by disabling arrow key checking, which in turn prevents it from trying to peek inside the stdio implementation which is what was breaking it. --- packages/ckermit/ckermit_211.bb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/ckermit/ckermit_211.bb b/packages/ckermit/ckermit_211.bb index 9bf4c2859e..9a89c9fbbf 100644 --- a/packages/ckermit/ckermit_211.bb +++ b/packages/ckermit/ckermit_211.bb @@ -8,6 +8,7 @@ MAINTAINER = "Holger Schurig" HOMEPAGE = "http://www.columbia.edu/kermit/" SECTION = "console/network" SRC_URI = "ftp://kermit.columbia.edu/kermit/archives/cku${PV}.tar.gz" +PR = "r1" # # From http://www.columbia.edu/kermit/ck80.html#license @@ -63,6 +64,11 @@ export BINDIR = "${bindir}" export MANDIR = "${mandir}/man1" export INFODIR = "${infodir}" +# Additional flags. For uclibc we add -DNOARROWKEYS which stops ckermit +# trying to look inside the stdio headers. +CKERMIT_ADDITIONAL = "" +CKERMIT_ADDITIONAL_linux-uclibc = "-DNOARROWKEYS" + do_compile () { # The original makefile doesn't differentiate between CC and CC_FOR_BUILD, # so we build wart manually. Note that you need a ckwart.o with the proper @@ -83,7 +89,8 @@ do_compile () { -DNOSERVER -DNOSEXP -DNORLOGIN -DNOOLDMODEMS -DNOSSH -DNOLISTEN \ -DNORESEND -DNOAUTODL -DNOSTREAMING -DNOHINTS -DNOCKXYZ -DNOLEARN \ -DNOMKDIR -DNOPERMS -DNOCKTIMERS -DNOCKREGEX -DNOREALPATH \ - -DCK_SMALL -DNOLOGDIAL -DNORENAME -DNOWHATAMI" + -DCK_SMALL -DNOLOGDIAL -DNORENAME -DNOWHATAMI \ + ${CKERMIT_ADDITIONAL}" } do_install () { -- cgit v1.2.3 From 4ec55c36751931e262662d5b418b7d5bc9fe21a8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 30 May 2006 20:41:25 +0000 Subject: libmatchbox: Add missing patch --- packages/libmatchbox/files/16bppfixes.patch | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 packages/libmatchbox/files/16bppfixes.patch (limited to 'packages') diff --git a/packages/libmatchbox/files/16bppfixes.patch b/packages/libmatchbox/files/16bppfixes.patch new file mode 100644 index 0000000000..09a0347809 --- /dev/null +++ b/packages/libmatchbox/files/16bppfixes.patch @@ -0,0 +1,36 @@ +Index: libmb/mbpixbuf.c +=================================================================== +--- libmatchbox/libmb.orig/mbpixbuf.c 2006-02-01 12:45:55.000000000 +0000 ++++ libmatchbox/libmb/mbpixbuf.c 2006-03-11 15:20:47.000000000 +0000 +@@ -716,7 +716,13 @@ + case 15: + return ((r & 0xf8) << 7) | ((g & 0xf8) << 2) | ((b & 0xf8) >> 3); + case 16: +- return ((r & 0xf8) << 8) | ((g & 0xfc) << 3) | ((b & 0xf8) >> 3); ++ switch (pb->byte_order) ++ { ++ case BYTE_ORD_24_RGB: ++ return ((r & 0xf8) << 8) | ((g & 0xfc) << 3) | ((b & 0xf8) >> 3); ++ case BYTE_ORD_24_BGR: ++ return ((b & 0xf8) << 8) | ((g & 0xfc) << 3) | ((r & 0xf8) >> 3); ++ } + case 24: + case 32: + switch (pb->byte_order) +@@ -1880,12 +1886,11 @@ + for(y=0; yheight; y++) + for(x=0; xwidth; x++) + { +- /* Below is potentially dangerous. +- */ +- pixel = ( *p | (*(p+1) << 8)); ++ internal_16bpp_pixel_to_rgb(p, r, g, b); ++ internal_16bpp_pixel_next(p); ++ a = ((img->has_alpha) ? *p++ : 0xff); + +- p += ((img->has_alpha) ? 3 : 2); +- ++ pixel = mb_pixbuf_get_pixel(pb, r, g, b, a); + XPutPixel(img->ximg, x, y, pixel); + } + } -- cgit v1.2.3 From 8938bf09e6a8642d7843dc036486c888c99ea5d5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 30 May 2006 22:58:14 +0000 Subject: Add Matchbox Applet Volume --- packages/matchbox-applet-volume/.mtn2git_empty | 0 .../matchbox-applet-volume/matchbox-applet-volume_0.1.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 packages/matchbox-applet-volume/.mtn2git_empty create mode 100644 packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb (limited to 'packages') diff --git a/packages/matchbox-applet-volume/.mtn2git_empty b/packages/matchbox-applet-volume/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb b/packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb new file mode 100644 index 0000000000..61b4756059 --- /dev/null +++ b/packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Matchbox Volume Applet" +LICENSE = "GPL" +DEPENDS = "matchbox-wm libmatchbox" +SECTION = "x11/wm" + +SRC_URI = "http://projects.o-hand.com/matchbox/sources/mb-applet-volume/${PV}/mb-applet-volume-${PV}.tar.gz" +S = "${WORKDIR}/mb-applet-volume-${PV}" + +inherit autotools pkgconfig + +FILES_${PN} = "${bindir} ${datadir}/applications ${datadir}/pixmaps" + -- cgit v1.2.3 From 07321325c869378445800aff2546ad0f2121fd05 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Wed, 31 May 2006 01:12:34 +0000 Subject: librsync 0.9.7; Add librsync - a library that implements the rsync remote-delta algorithm. Closes bug # 1032. --- packages/librsync/.mtn2git_empty | 0 packages/librsync/librsync_0.9.7.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 packages/librsync/.mtn2git_empty create mode 100644 packages/librsync/librsync_0.9.7.bb (limited to 'packages') diff --git a/packages/librsync/.mtn2git_empty b/packages/librsync/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/librsync/librsync_0.9.7.bb b/packages/librsync/librsync_0.9.7.bb new file mode 100644 index 0000000000..eb8bb2671c --- /dev/null +++ b/packages/librsync/librsync_0.9.7.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "librsync is a free software library that implements the rsync \ +remote-delta algorithm. This algorithm allows efficient remote updates of a \ +file, without requiring the old and new versions to both be present at the \ +sending end." +HOMEPAGE = "http://librsync.sourceforge.net/" +SECTION = "libs" +LICENSE = "LGPL" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/librsync/librsync-${PV}.tar.gz" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-build-docs --enable-shared " + +do_stage() { + oe_libinstall -a -so -C .libs librsync ${STAGING_LIBDIR} + install -d ${STAGING_INCDIR}/ + for i in librsync.h librsync-config.h + do + install -m 0644 ${S}/$i ${STAGING_INCDIR}/$i + done +} -- cgit v1.2.3 From 4e2b7163de91a98c6558dcf7efd4962eaa6a6c1a Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Wed, 31 May 2006 01:16:27 +0000 Subject: rdiff-backup: Add rdiff-backup 1.0.4 (stable) and 1.1.5 (dev). A backup program that uses rsync and supports storage/retrieval of old revisions and is able to preserve all file informatin (including extended attributes and ACLs). Closes bug# 1033. --- packages/rdiff-backup/.mtn2git_empty | 0 packages/rdiff-backup/rdiff-backup.inc | 41 +++++++++++++++++++++++++++++ packages/rdiff-backup/rdiff-backup_1.0.4.bb | 2 ++ packages/rdiff-backup/rdiff-backup_1.1.5.bb | 5 ++++ 4 files changed, 48 insertions(+) create mode 100644 packages/rdiff-backup/.mtn2git_empty create mode 100644 packages/rdiff-backup/rdiff-backup.inc create mode 100644 packages/rdiff-backup/rdiff-backup_1.0.4.bb create mode 100644 packages/rdiff-backup/rdiff-backup_1.1.5.bb (limited to 'packages') diff --git a/packages/rdiff-backup/.mtn2git_empty b/packages/rdiff-backup/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/rdiff-backup/rdiff-backup.inc b/packages/rdiff-backup/rdiff-backup.inc new file mode 100644 index 0000000000..73d2f7db72 --- /dev/null +++ b/packages/rdiff-backup/rdiff-backup.inc @@ -0,0 +1,41 @@ +DESCRIPTION = "A python application that backs up one directory to \ +another, possibly over a network. It combines the best features of a \ +mirror and an incremental backup. The target directory ends up a copy \ +of the source directory, but extra reverse diffs are stored in a \ +special subdirectory of that target directory, so you can still \ +recover files lost some time ago. It is also able to preserve \ +subdirectories, hard links, dev files, permissions, uid/gid \ +ownership, modification times, extended attributes, acls, and \ +resource forks." +HOMEPAGE = "http://www.nongnu.org/rdiff-backup/" +SECTION = "network" +LICENSE = "GPL" +DEPENDS = "librsync" +RDEPENDS_${PN} = "zlib python-re python-io python-lang python-datetime \ + python-pickle python-shell python-compression python-unixadmin \ + python-netclient" + +SRC_URI = "http://savannah.nongnu.org/download/rdiff-backup/rdiff-backup-${PV}.tar.gz" + +inherit distutils + +# +# Without this the python interpreter path points to the staging area. +# +do_compile() { + BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ + ${STAGING_BINDIR}/python setup.py build --executable=${bindir}/python || \ + oefatal "python setup.py build execution failed." +} + +# +# The default do_install sets install-data to ${D}/${datadir} which +# ends up with documentation in /usr/share/share/... instead of +# /usr/share/... Modify the install data directory here to get it +# into the correct place. +# +do_install() { + BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ + ${STAGING_BINDIR}/python setup.py install --prefix=${D}/${prefix} --install-data=${D}/${prefix} || \ + oefatal "python setup.py install execution failed." +} diff --git a/packages/rdiff-backup/rdiff-backup_1.0.4.bb b/packages/rdiff-backup/rdiff-backup_1.0.4.bb new file mode 100644 index 0000000000..6cc6e28276 --- /dev/null +++ b/packages/rdiff-backup/rdiff-backup_1.0.4.bb @@ -0,0 +1,2 @@ +include rdiff-backup.inc +PR = "r0" diff --git a/packages/rdiff-backup/rdiff-backup_1.1.5.bb b/packages/rdiff-backup/rdiff-backup_1.1.5.bb new file mode 100644 index 0000000000..99ddc95a9d --- /dev/null +++ b/packages/rdiff-backup/rdiff-backup_1.1.5.bb @@ -0,0 +1,5 @@ +include rdiff-backup.inc +PR = "r0" + +# 1.1.x added the use of sha which we get from python-crypt +RDEPENDS_${PN} += "python-crypt" -- cgit v1.2.3 From 00998321e079b586aa18ca0b63bb3aced8289bf8 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Wed, 31 May 2006 01:32:42 +0000 Subject: olsrd 0.4.10: Added version 0.4.10. Closes bug # 902. --- packages/olsrd/olsrd_0.4.10.bb | 43 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 packages/olsrd/olsrd_0.4.10.bb (limited to 'packages') diff --git a/packages/olsrd/olsrd_0.4.10.bb b/packages/olsrd/olsrd_0.4.10.bb new file mode 100644 index 0000000000..6a7463936c --- /dev/null +++ b/packages/olsrd/olsrd_0.4.10.bb @@ -0,0 +1,43 @@ +DESCRIPTION = "OLSR mesh routing daemon" +HOMEPAGE = "http://www.olsr.org" +DESCRIPTION_olsrd-libs = "OLSR mesh routing daemon - optional libraries" +MAINTAINER = "Bruno Randolf " +SECTION = "console/network" +PRIORITY = "optional" +LICENSE = "BSD" +RDEPENDS_olsrd = "olsrd-libs" +PR = "r0" + +SRC_URI="http://www.olsr.org/releases/0.4/olsrd-${PV}.tar.bz2 \ + file://init \ + file://olsrd.conf" + + +PACKAGES =+ "olsrd-libs" +FILES_olsrd-libs = "${libdir}" + +S = "${WORKDIR}/olsrd-${PV}" + +inherit update-rc.d + +INITSCRIPT_NAME = "olsrd" +INITSCRIPT_PARAMS = "defaults" +EXTRA_OEMAKE="MAKEFLAGS=-I${WORKDIR}/olsrd-${PV}" + +do_configure() { + oe_runmake OS=linux clean +} + +do_compile() { + + oe_runmake +} + +do_install () { + oe_runmake OS=linux INSTALL_PREFIX=${D} install install_libs + install -d ${D}/${sysconfdir}/init.d + install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/olsrd + install -m 644 ${WORKDIR}/olsrd.conf ${D}/${sysconfdir} +} + +CONFFILES_${PN} = "${sysconfdir}/olsrd.conf" -- cgit v1.2.3 From b9a2fdbb3af27771cba38d98381b05f50746d552 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Wed, 31 May 2006 01:47:04 +0000 Subject: olsrd: Moved the common parts of recipes for 0.4.9 and 0.4.10 into a seperate .inc file. --- packages/olsrd/olsrd.inc | 41 ++++++++++++++++++++++++++++++++++++++ packages/olsrd/olsrd_0.4.10.bb | 45 ++---------------------------------------- packages/olsrd/olsrd_0.4.9.bb | 39 +++--------------------------------- 3 files changed, 46 insertions(+), 79 deletions(-) create mode 100644 packages/olsrd/olsrd.inc (limited to 'packages') diff --git a/packages/olsrd/olsrd.inc b/packages/olsrd/olsrd.inc new file mode 100644 index 0000000000..bd511961cb --- /dev/null +++ b/packages/olsrd/olsrd.inc @@ -0,0 +1,41 @@ +DESCRIPTION = "OLSR mesh routing daemon" +HOMEPAGE = "http://www.olsr.org" +DESCRIPTION_olsrd-libs = "OLSR mesh routing daemon - optional libraries" +MAINTAINER = "Bruno Randolf " +SECTION = "console/network" +PRIORITY = "optional" +LICENSE = "BSD" +RDEPENDS_olsrd = "olsrd-libs" + +SRC_URI="http://www.olsr.org/releases/0.4/olsrd-${PV}.tar.bz2 \ + file://init \ + file://olsrd.conf" + +PACKAGES =+ "olsrd-libs" +FILES_olsrd-libs = "${libdir}" + +S = "${WORKDIR}/olsrd-${PV}" + +inherit update-rc.d + +INITSCRIPT_NAME = "olsrd" +INITSCRIPT_PARAMS = "defaults" +EXTRA_OEMAKE="MAKEFLAGS=-I${WORKDIR}/olsrd-${PV}" + + +do_configure() { + oe_runmake OS=linux clean +} + +do_compile() { + oe_runmake +} + +do_install () { + oe_runmake OS=linux INSTALL_PREFIX=${D} install install_libs + install -d ${D}/${sysconfdir}/init.d + install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/olsrd + install -m 644 ${WORKDIR}/olsrd.conf ${D}/${sysconfdir} +} + +CONFFILES_${PN} = "${sysconfdir}/olsrd.conf" diff --git a/packages/olsrd/olsrd_0.4.10.bb b/packages/olsrd/olsrd_0.4.10.bb index 6a7463936c..4f4f70cbe3 100644 --- a/packages/olsrd/olsrd_0.4.10.bb +++ b/packages/olsrd/olsrd_0.4.10.bb @@ -1,43 +1,2 @@ -DESCRIPTION = "OLSR mesh routing daemon" -HOMEPAGE = "http://www.olsr.org" -DESCRIPTION_olsrd-libs = "OLSR mesh routing daemon - optional libraries" -MAINTAINER = "Bruno Randolf " -SECTION = "console/network" -PRIORITY = "optional" -LICENSE = "BSD" -RDEPENDS_olsrd = "olsrd-libs" -PR = "r0" - -SRC_URI="http://www.olsr.org/releases/0.4/olsrd-${PV}.tar.bz2 \ - file://init \ - file://olsrd.conf" - - -PACKAGES =+ "olsrd-libs" -FILES_olsrd-libs = "${libdir}" - -S = "${WORKDIR}/olsrd-${PV}" - -inherit update-rc.d - -INITSCRIPT_NAME = "olsrd" -INITSCRIPT_PARAMS = "defaults" -EXTRA_OEMAKE="MAKEFLAGS=-I${WORKDIR}/olsrd-${PV}" - -do_configure() { - oe_runmake OS=linux clean -} - -do_compile() { - - oe_runmake -} - -do_install () { - oe_runmake OS=linux INSTALL_PREFIX=${D} install install_libs - install -d ${D}/${sysconfdir}/init.d - install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/olsrd - install -m 644 ${WORKDIR}/olsrd.conf ${D}/${sysconfdir} -} - -CONFFILES_${PN} = "${sysconfdir}/olsrd.conf" +include olsrd.inc +PR = "r1" diff --git a/packages/olsrd/olsrd_0.4.9.bb b/packages/olsrd/olsrd_0.4.9.bb index 2fd3cecb4a..80e790d3df 100644 --- a/packages/olsrd/olsrd_0.4.9.bb +++ b/packages/olsrd/olsrd_0.4.9.bb @@ -1,31 +1,7 @@ -DESCRIPTION = "OLSR mesh routing daemon" -HOMEPAGE = "http://www.olsr.org" -DESCRIPTION_olsrd-libs = "OLSR mesh routing daemon - optional libraries" -MAINTAINER = "Bruno Randolf " -SECTION = "console/network" -PRIORITY = "optional" -LICENSE = "BSD" -RDEPENDS_olsrd = "olsrd-libs" -PR = "r1" +include olsrd.inc +PR = "r2" -SRC_URI="http://www.olsr.org/releases/0.4/olsrd-${PV}.tar.bz2 \ - file://0.4.9-httpinfo-makefile.diff;patch=1 \ - file://init \ - file://olsrd.conf" - -PACKAGES =+ "olsrd-libs" -FILES_olsrd-libs = "${libdir}" - -S = "${WORKDIR}/olsrd-${PV}" - -inherit update-rc.d - -INITSCRIPT_NAME = "olsrd" -INITSCRIPT_PARAMS = "defaults" - -do_configure() { - oe_runmake OS=linux clean -} +SRC_URI += "file://0.4.9-httpinfo-makefile.diff;patch=1" do_compile() { oe_runmake OS=linux clean @@ -33,12 +9,3 @@ do_compile() { touch src/cfgparser/.depend oe_runmake OS=linux all libs } - -do_install () { - oe_runmake OS=linux INSTALL_PREFIX=${D} install install_libs - install -d ${D}/${sysconfdir}/init.d - install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/olsrd - install -m 644 ${WORKDIR}/olsrd.conf ${D}/${sysconfdir} -} - -CONFFILES_${PN} = "${sysconfdir}/olsrd.conf" -- cgit v1.2.3 From 08aab5d13004100d91d4014f416ef8dd077d118c Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 31 May 2006 09:49:03 +0000 Subject: gimp_2.3.8.bb : fix configure.in so it is possible to disable libwmf with a --without-libwmf argument. --- packages/gimp/files/.mtn2git_empty | 0 packages/gimp/files/configure-libwmf.patch | 21 +++++++++++++++++++++ packages/gimp/gimp_2.3.8.bb | 6 ++++-- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 packages/gimp/files/.mtn2git_empty create mode 100644 packages/gimp/files/configure-libwmf.patch (limited to 'packages') diff --git a/packages/gimp/files/.mtn2git_empty b/packages/gimp/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/gimp/files/configure-libwmf.patch b/packages/gimp/files/configure-libwmf.patch new file mode 100644 index 0000000000..ca3697cfa2 --- /dev/null +++ b/packages/gimp/files/configure-libwmf.patch @@ -0,0 +1,21 @@ +--- gimp-2.3.8/configure.in.orig 2006-05-31 10:16:40.000000000 +0100 ++++ gimp-2.3.8/configure.in 2006-05-31 10:18:56.000000000 +0100 +@@ -1342,7 +1342,10 @@ + # Check for libwmf2 + ################### + ++AC_ARG_WITH(libwmf, [ --without-libwmf build without libwmf support]) ++ + have_libwmf=no ++if test "x$with_libwmf" != xno; then + AC_PATH_PROG(WMF_CONFIG, libwmf-config, no) + if test "x$WMF_CONFIG" != "xno" ; then + have_libwmf=yes +@@ -1359,6 +1362,7 @@ + else + have_libwmf="no (libwmf not found)" + fi ++fi + AC_SUBST(LIBWMF) + AC_SUBST(WMF_CFLAGS) + diff --git a/packages/gimp/gimp_2.3.8.bb b/packages/gimp/gimp_2.3.8.bb index 89d9be3e8d..84b35b1e8d 100644 --- a/packages/gimp/gimp_2.3.8.bb +++ b/packages/gimp/gimp_2.3.8.bb @@ -3,7 +3,8 @@ HOMEPAGE = "http://www.gimp.org" LICENSE = "GPL" MAINTAINER = "Koen Kooi " -SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.3/gimp-${PV}.tar.bz2" +SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.3/gimp-${PV}.tar.bz2 \ + file://configure-libwmf.patch;patch=1" DEPENDS = "sed-native libart-lgpl gtk+ jpeg libpng libexif tiff" @@ -12,7 +13,8 @@ inherit autotools pkgconfig EXTRA_OECONF = " --disable-gtktest \ --disable-print \ --disable-python \ - --enable-mp" + --enable-mp \ + --without-libwmf" do_configure_append() { find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g -- cgit v1.2.3 From a6e39080788cf30c6d71977fae4ca2bf1e7bde8c Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Wed, 31 May 2006 10:06:40 +0000 Subject: udev: Add mount blacklist for amsdelta. --- packages/udev/files/amsdelta/.mtn2git_empty | 0 packages/udev/files/amsdelta/mount.blacklist | 6 ++++++ 2 files changed, 6 insertions(+) create mode 100644 packages/udev/files/amsdelta/.mtn2git_empty create mode 100644 packages/udev/files/amsdelta/mount.blacklist (limited to 'packages') diff --git a/packages/udev/files/amsdelta/.mtn2git_empty b/packages/udev/files/amsdelta/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/udev/files/amsdelta/mount.blacklist b/packages/udev/files/amsdelta/mount.blacklist new file mode 100644 index 0000000000..7f43f17e41 --- /dev/null +++ b/packages/udev/files/amsdelta/mount.blacklist @@ -0,0 +1,6 @@ +# This is a grep pattern matched against the device name +# Any matched pattern will _not_ be mounted / removed by udevd + +/dev/mtdblock +/dev/loop +/dev/ram -- cgit v1.2.3 From 3e3f65c1fc4fec5e1ed93b18875b481de4c995e1 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Wed, 31 May 2006 12:01:19 +0000 Subject: pbltool: Add pbltool, a serial port loader for the Amstrad Delta. --- packages/pbltool/.mtn2git_empty | 0 packages/pbltool/pbltool-native_0.2.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 packages/pbltool/.mtn2git_empty create mode 100644 packages/pbltool/pbltool-native_0.2.bb (limited to 'packages') diff --git a/packages/pbltool/.mtn2git_empty b/packages/pbltool/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/pbltool/pbltool-native_0.2.bb b/packages/pbltool/pbltool-native_0.2.bb new file mode 100644 index 0000000000..f6e8be560b --- /dev/null +++ b/packages/pbltool/pbltool-native_0.2.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Loader tool for Amstrad Delta (E3)" +LICENSE = "GPL" +PR = "r0" + +SRC_URI = "http://the.earth.li/pub/e3/pbltool-${PV}.c" + +INHIBIT_NATIVE_STAGE_INSTALL = 1 + +do_compile() { + ${CC} -o pbltool ${WORKDIR}/pbltool-${PV}.c +} + +do_deploy() { + install -d ${DEPLOY_DIR_IMAGE} + install -m 0755 pbltool ${DEPLOY_DIR_IMAGE} +} + +addtask deploy before do_build after do_compile + +inherit native -- cgit v1.2.3