From patchwork Fri Oct 4 13:24:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Kim_B=C3=B8ndergaard?= X-Patchwork-Id: 280596 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 9FBC62C00D0 for ; Fri, 4 Oct 2013 23:24:30 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 1CEA73FE41 for ; Fri, 4 Oct 2013 15:24:26 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id 34B183F8F3 for ; Fri, 4 Oct 2013 15:24:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=4099; q=dns/txt; s=ironport2; t=1380893064; x=1412429064; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=DuIyN3oOHqiBFlKXGh88t3vvjodTmxBud1nmJ6u84+k=; b=lwP3d1ijKOX4sJgwCrjA7doC8yyX+nQhZ+/hljsv+ulFTh2rIsmjz6fv Sttufs+7sOaOZUjW+hpqDR2OpIR6TiLtuViS+6WAAHRnJgcLPOFiWbmKP 78X/6hFQ9N8ZZYiHjCMnUa5u4ofP5jVXW9wgmQ0lLgQPSMLb2hdGXScXi 0=; X-IronPort-AV: E=Sophos;i="4.90,1033,1371074400"; d="scan'208";a="3749078" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 04 Oct 2013 15:24:23 +0200 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.347.0; Fri, 4 Oct 2013 15:24:23 +0200 Received: by localhost (Postfix, from userid 30019) id 09ACB68150B; Fri, 4 Oct 2013 13:24:22 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH 00/17] oe-lite meta/base: New packages and minor changes to existing packages Date: Fri, 4 Oct 2013 13:24:21 +0000 Message-ID: X-Mailer: git-send-email 1.8.4 MIME-Version: 1.0 X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org The following changes since commit 61e03c02f129d5c45cf307a23f74522ee7fb58d0: binutils: Raise priority to fix multiple provider problem (2013-09-25 22:27:16 +0200) are available in the git repository at: git://gitorious.org/~kibo/oe-lite/kibos-base upst-131004 http://gitorious.org/~kibo/oe-lite/kibos-base/commits/upst-131004 Kim Bøndergaard (17): syslinux: New recipe busybox: Added support for acpid and chpasswd rsync: New recipe openssh: Fixed sshd rdepend to keygen libtiff: Setting RECIPE_TYPES curl: New recipe atk: New recipe nss: New recipe fontconfig: Upgrade to 2.10.93 fontconfig: Remove version 2.8.0 busybox: added sfdisk:util, pidof:util busybox, mdev: Setting 666 permissions on /dev/tty libgcrypt: USE-flag defined for conf option --without-capabilities sudo: libcrypt required for proper functionality makedevs: Fixed problem with unassigned variable. Added hex mode to conf file touch: New recipe. Input based on kernel events cryptsetup: New recipe. Supporting LUKS recipes/busybox/busybox-configure.inc | 12 +++ recipes/busybox/files/mdev.conf | 2 +- recipes/cryptsetup/cryptsetup_1.6.2.oe | 26 ++++++ recipes/cryptsetup/cryptsetup_1.6.2.oe.sig | 1 + recipes/curl/curl_7.32.0.oe | 21 +++++ recipes/curl/curl_7.32.0.oe.sig | 1 + .../{fontconfig_2.8.0.oe => fontconfig_2.10.93.oe} | 20 +++-- recipes/fontconfig/fontconfig_2.10.93.oe.sig | 1 + recipes/fontconfig/fontconfig_2.8.0.oe.sig | 1 - recipes/libatk/atk_2.8.0.oe | 23 +++++ recipes/libatk/atk_2.8.0.oe.sig | 1 + recipes/libgcrypt/libgcrypt.inc | 6 +- recipes/libtiff/tiff.inc | 2 + recipes/makedevs/makedevs-1.0.0/makedevs.c | 52 ++++++++--- recipes/nss/nspr_4.10.oe | 46 ++++++++++ recipes/nss/nspr_4.10.oe.sig | 1 + recipes/nss/nss-3.15.1/cross-config.patch | 26 ++++++ recipes/nss/nss_3.15.1.oe | 100 +++++++++++++++++++++ recipes/nss/nss_3.15.1.oe.sig | 2 + recipes/openssh/openssh.inc | 2 +- recipes/rsync/rsync_3.0.9.oe | 9 ++ recipes/rsync/rsync_3.0.9.oe.sig | 1 + recipes/sudo/sudo.inc | 6 +- recipes/syslinux/syslinux_5.01.oe | 61 +++++++++++++ recipes/syslinux/syslinux_5.01.oe.sig | 1 + recipes/touch/files/mdev-event-helper.sh | 9 ++ recipes/touch/files/mdev.conf | 1 + recipes/touch/touch.oe | 29 ++++++ 28 files changed, 435 insertions(+), 28 deletions(-) create mode 100644 recipes/cryptsetup/cryptsetup_1.6.2.oe create mode 100644 recipes/cryptsetup/cryptsetup_1.6.2.oe.sig create mode 100644 recipes/curl/curl_7.32.0.oe create mode 100644 recipes/curl/curl_7.32.0.oe.sig rename recipes/fontconfig/{fontconfig_2.8.0.oe => fontconfig_2.10.93.oe} (66%) create mode 100644 recipes/fontconfig/fontconfig_2.10.93.oe.sig delete mode 100644 recipes/fontconfig/fontconfig_2.8.0.oe.sig create mode 100644 recipes/libatk/atk_2.8.0.oe create mode 100644 recipes/libatk/atk_2.8.0.oe.sig create mode 100644 recipes/nss/nspr_4.10.oe create mode 100644 recipes/nss/nspr_4.10.oe.sig create mode 100644 recipes/nss/nss-3.15.1/cross-config.patch create mode 100644 recipes/nss/nss_3.15.1.oe create mode 100644 recipes/nss/nss_3.15.1.oe.sig create mode 100644 recipes/rsync/rsync_3.0.9.oe create mode 100644 recipes/rsync/rsync_3.0.9.oe.sig create mode 100644 recipes/syslinux/syslinux_5.01.oe create mode 100644 recipes/syslinux/syslinux_5.01.oe.sig create mode 100644 recipes/touch/files/mdev-event-helper.sh create mode 100644 recipes/touch/files/mdev.conf create mode 100644 recipes/touch/touch.oe