Dear Florian,
you pushed to org.open*mb*edded.dev and therefore a new branch was created. Before you push to the correct branch could you maybe clean up the commit log using `git rebase -i …` or take the improved patches I attached. I removed the wrong and reverted commit and for the ProFTP recipe I put `PR = "r0"`. Looking through the commits it would be better to review them first on the list in my opinion since they still have small style errors. Thanks, Paul
From f37d85c44915831673924d0397f2685a3dc4b18d Mon Sep 17 00:00:00 2001 From: Florian Boor <[email protected]> Date: Fri, 29 Jan 2010 13:11:18 +0100 Subject: [PATCH] ushare: We need lsb-base in the filesystem. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ushare does not start up properly without scripts from lsb-base. Tested in µCross Signed-off-by: Florian Boor <[email protected]> --- recipes/ushare/ushare_1.1a.bb | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/recipes/ushare/ushare_1.1a.bb b/recipes/ushare/ushare_1.1a.bb index 8c58374..002a0f7 100644 --- a/recipes/ushare/ushare_1.1a.bb +++ b/recipes/ushare/ushare_1.1a.bb @@ -2,6 +2,9 @@ DESCRIPTION = "ushare is a UPnP media server" LICENSE = "GPL" HOMEPAGE = "http://ushare.geexbox.org/" DEPENDS = "libupnp virtual/libiconv virtual/libintl" +RDEPENDS = "lsb-base" +PR = "r1" + SRC_URI = "http://ushare.geexbox.org/releases/ushare-${PV}.tar.bz2" S = "${WORKDIR}/ushare-${PV}" -- 1.7.4.4
From 522bfbdb062745aab17d683a5ad133a20a7411ca Mon Sep 17 00:00:00 2001 From: Florian Boor <[email protected]> Date: Thu, 4 Nov 2010 23:52:56 +0100 Subject: [PATCH] lsb-base: Package for LSB init-functions script Signed-off-by: Florian Boor <[email protected]> --- recipes/lsb/lsb-base_3.2.bb | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 recipes/lsb/lsb-base_3.2.bb diff --git a/recipes/lsb/lsb-base_3.2.bb b/recipes/lsb/lsb-base_3.2.bb new file mode 100644 index 0000000..213f3de --- /dev/null +++ b/recipes/lsb/lsb-base_3.2.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Miscellaneous files for the base system." +SECTION = "base" +PRIORITY = "optional" +PR = "r0" +LICENSE = "BSD" +PACKAGE_ARCH = "all" + +SRC_URI = "http://ftp.de.debian.org/debian/pool/main/l/lsb/lsb_3.2-23.tar.gz" + +FILES_${PN} = "/lib/lsb" + +S = "${WORKDIR}/lsb-3.2" + +do_compile () { +} + +do_install () { + install -d ${D}/lib/lsb + install -m 755 init-functions ${D}/lib/lsb/ +} -- 1.7.4.4
From c7e70517178dcd0c3d8d74e3d534a02383e26176 Mon Sep 17 00:00:00 2001 From: Florian Boor <[email protected]> Date: Thu, 4 Nov 2010 22:36:07 +0100 Subject: [PATCH] zenity: add `gnome-doc-utils` to `DEPENDS` Signed-off-by: Florian Boor <[email protected]> --- recipes/gnome/zenity_2.28.0.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/gnome/zenity_2.28.0.bb b/recipes/gnome/zenity_2.28.0.bb index 65643ae..a5a5a1b 100644 --- a/recipes/gnome/zenity_2.28.0.bb +++ b/recipes/gnome/zenity_2.28.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "A tool to display dialogs from the command line and shell scripts." LICENSE = "GPL" -DEPENDS = "gtk+ libglade glib-2.0 libnotify" +DEPENDS = "gtk+ libglade glib-2.0 libnotify gnome-doc-utils" inherit gnome -- 1.7.4.4
From 361adffbb4ceae96b86fe585b21cf123ede8b849 Mon Sep 17 00:00:00 2001 From: Florian Boor <[email protected]> Date: Fri, 5 Nov 2010 00:34:44 +0100 Subject: [PATCH] ubootchart: Add recipe for SVN version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A small and easy to use boot process profiler generating bootchart compatible output. From µCross, tested on armv5te platforms and other. Signed-off-by: Florian Boor <[email protected]> --- recipes/ubootchart/ubootchart_svn.bb | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) create mode 100644 recipes/ubootchart/ubootchart_svn.bb diff --git a/recipes/ubootchart/ubootchart_svn.bb b/recipes/ubootchart/ubootchart_svn.bb new file mode 100644 index 0000000..835638c --- /dev/null +++ b/recipes/ubootchart/ubootchart_svn.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "A boot profiling tool" +HOMEPAGE = "http://code.google.com/p/ubootchart/" +LICENSE="GPLv3" +PV = "0.1.0+svnr${SRCREV}" +PR = "r0" +SRCREV_pn-ubootchart ?= "12" + +SRC_URI="svn://ubootchart.googlecode.com/svn/;proto=http;module=trunk" +S = "${WORKDIR}/trunk" + + +do_patch() { + sed -i "s/@VERSION@/${PV}-${PR}/" ${S}/ubootchartd +} + +do_compile() { + ${CC} ${CFLAGS} ${LDFLAGS} ${LIBS} ${INCLUDES} ${S}/ubootchartd_bin.c -o ubootchartd_bin +} + +do_install() { + install -m 0755 -d ${D}/sbin ${D}/etc/ubootchart ${D}${docdir}/ubootchart + install -m 0755 ${S}/ubootchartd_bin ${D}/sbin + install -m 0755 ${S}/ubootchartd ${D}/sbin + install -m 0644 ${S}/ubootchart.conf ${D}/etc/ubootchart + install -m 0755 ${S}/start.sh ${D}/etc/ubootchart + install -m 0755 ${S}/finish.sh ${D}/etc/ubootchart +} -- 1.7.4.4
From 85a33814eee93e8c933c6b37aada9149f6c62147 Mon Sep 17 00:00:00 2001 From: Florian Boor <[email protected]> Date: Mon, 22 Nov 2010 11:29:07 +0100 Subject: [PATCH] proftpd: Add version 1.3.3c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update in order to get rid of several vulnerabilities of previous releases. Signed-off-by: Florian Boor <[email protected]> --- »update« seemed misleading since no other version was removed. --- .../proftpd/files/proftpd-install-nostrip.patch | 13 ++++++++ recipes/proftpd/proftpd_1.3.3c.bb | 33 ++++++++++++++++++++ 2 files changed, 46 insertions(+), 0 deletions(-) create mode 100644 recipes/proftpd/files/proftpd-install-nostrip.patch create mode 100644 recipes/proftpd/proftpd_1.3.3c.bb diff --git a/recipes/proftpd/files/proftpd-install-nostrip.patch b/recipes/proftpd/files/proftpd-install-nostrip.patch new file mode 100644 index 0000000..8dbcfc0 --- /dev/null +++ b/recipes/proftpd/files/proftpd-install-nostrip.patch @@ -0,0 +1,13 @@ +--- a/Make.rules.in~ 2010-11-22 13:37:25.000000000 +0100 ++++ b/Make.rules.in 2010-11-22 13:38:55.100022169 +0100 +@@ -28,8 +28,8 @@ + INSTALL=@INSTALL@ + INSTALL_USER=@install_user@ + INSTALL_GROUP=@install_group@ +-INSTALL_BIN=$(INSTALL) @INSTALL_STRIP@ -m 0755 +-INSTALL_SBIN=$(INSTALL) @INSTALL_STRIP@ -m 0755 ++INSTALL_BIN=$(INSTALL) -m 0755 ++INSTALL_SBIN=$(INSTALL) -m 0755 + INSTALL_MAN=$(INSTALL) -m 0644 + + RM=rm -f diff --git a/recipes/proftpd/proftpd_1.3.3c.bb b/recipes/proftpd/proftpd_1.3.3c.bb new file mode 100644 index 0000000..3bf4745 --- /dev/null +++ b/recipes/proftpd/proftpd_1.3.3c.bb @@ -0,0 +1,33 @@ +DESCRIPTION = "Secure ftp daemon" +SECTION = "console/network" +LICENSE = "GPL" +PR = "r0" + +SRC_URI = "ftp://ftp.nl.uu.net/pub/unix/ftp/proftpd/ftp/distrib/source/${PN}-${PV}.tar.gz \ + file://make.patch \ + file://proftpd-install-nostrip.patch \ + " + + +EXTRA_OECONF = "ac_cv_func_setpgrp_void=yes ac_cv_func_setgrent_void=yes --disable-cap" +LDFLAGS += "-Llib" +PARALLEL_MAKE = "" + +do_configure () { + ./configure \ + --disable-auth-pam \ + --build=${BUILD_SYS} \ + --host=${HOST_SYS} \ + --target=${TARGET_SYS} \ + --prefix=/usr \ + --sysconfdir=/etc \ + --sharedstatedir=/com \ + --localstatedir=/var \ + ${EXTRA_OECONF} \ + $@; +} + +pkg_postinst () { + # more chown's might be needed + chown root:root /usr/sbin/proftpd +} -- 1.7.4.4
From 19f4108edbf8d8c9883c51fa9bb1277b037b901e Mon Sep 17 00:00:00 2001 From: Florian Boor <[email protected]> Date: Thu, 25 Nov 2010 00:13:37 +0100 Subject: [PATCH] zbar: Add version 0.10 Signed-off-by: Florian Boor <[email protected]> --- recipes/zbar/{zbar_0.8.bb => zbar_0.10.bb} | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) copy recipes/zbar/{zbar_0.8.bb => zbar_0.10.bb} (81%) diff --git a/recipes/zbar/zbar_0.8.bb b/recipes/zbar/zbar_0.10.bb similarity index 81% copy from recipes/zbar/zbar_0.8.bb copy to recipes/zbar/zbar_0.10.bb index 05ecf6b..fb185d6 100644 --- a/recipes/zbar/zbar_0.8.bb +++ b/recipes/zbar/zbar_0.10.bb @@ -2,7 +2,7 @@ DESCRIPTION = "2D barcode scanner toolkit." SECTION = "graphics" LICENSE = "GPL" DEPENDS = "intltool-native gtk+ libpng jpeg" -PR = "r1" +PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.bz2" @@ -20,5 +20,5 @@ FILES_libzbar-dev = "${libdir}/libzbar.so ${libdir}/libzbar.*a ${includedir}/zba FILES_libzbargtk = "${libdir}/libzbargtk.so.*" FILES_libzbargtk-dev = "${libdir}/libzbargtk.so ${libdir}/libzbargtk.*a" -SRC_URI[md5sum] = "b5b0efd92af16230ce9952e7a9a671fd" -SRC_URI[sha256sum] = "5415ffde882c7f7acee58e8a36aa65e732cfcfbbb582669480d6cf9549edfbbc" +SRC_URI[md5sum] = "0fd61eb590ac1bab62a77913c8b086a5" +SRC_URI[sha256sum] = "234efb39dbbe5cef4189cc76f37afbe3cfcfb45ae52493bfe8e191318bdbadc6" -- 1.7.4.4
From 2497edd853c45455a10e309a0790f132f78b6699 Mon Sep 17 00:00:00 2001 From: Florian Boor <[email protected]> Date: Fri, 7 Jan 2011 15:06:05 +0100 Subject: [PATCH] gpe-lights: fix license Signed-off-by: Florian Boor <[email protected]> --- The sentence in the commit log was redundant. --- recipes/gpe-lights/gpe-lights_0.13.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/gpe-lights/gpe-lights_0.13.bb b/recipes/gpe-lights/gpe-lights_0.13.bb index 1930ae9..5968a61 100644 --- a/recipes/gpe-lights/gpe-lights_0.13.bb +++ b/recipes/gpe-lights/gpe-lights_0.13.bb @@ -1,11 +1,11 @@ inherit gpe -LICENSE = "PD" +LICENSE = "GPLv2+" DESCRIPTION = "A simple light puzzle." DEPENDS = "gtk+ libgpewidget gpe-icons" SECTION = "gpe/games" PRIORITY = "optional" -PR = "r1" +PR = "r2" SRC_URI += "file://fix-makefiles.patch" -- 1.7.4.4
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
