From patchwork Fri Oct 4 05:52:27 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: 280467 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 1C2712C00C3 for ; Fri, 4 Oct 2013 15:52:35 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id B2B413F8F3 for ; Fri, 4 Oct 2013 07:52:31 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail01.prevas.se (mail01.prevas.se [62.95.78.3]) by hugin.dotsrc.org (Postfix) with ESMTPS id AA1643F8F3 for ; Fri, 4 Oct 2013 07:52:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=839; q=dns/txt; s=ironport1; t=1380865950; x=1412401950; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=S2zrdFQkWRr+axvNzpru6bxeDc/W4hq/lfcLBVm/9jE=; b=IeIYAX8uLP3V3VT0syihEtgOnZN3S176E0ZRLxK//f6OTwHfxbHWFl7j vEuPo7Ulw3oX+8BX3tNPCFVrOzCLt8zTUviCAfDR+nA+B3ajDFL3tU0DD yYCp9AoGynAqgaQcaq7Ig7U+CZyMSIFp8M2Bnr5egTDZZ4/sIqRRgtlRv A=; X-IronPort-AV: E=Sophos;i="4.90,1030,1371074400"; d="scan'208";a="4006795" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 04 Oct 2013 07:52:30 +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 07:52:29 +0200 Received: by localhost (Postfix, from userid 30019) id C04636814BC; Fri, 4 Oct 2013 05:52:29 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH 0/3] oe-lite: meta/core: sudoers extensions, crontab fix, crosstool-ng fix Date: Fri, 4 Oct 2013 05:52:27 +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 6a442915096547247821f1d77fe87a77b03654d5: class/package: Make dangling symlink check to warning for now (2013-09-25 18:41:16 +0200) are available in the git repository at: git://gitorious.org/~kibo/oe-lite/kibos-core master http://gitorious.org/~kibo/oe-lite/kibos-core/commits/master Kim Bøndergaard (3): crosstool-ng: Fixed RDEPENDS for ltrace image_crontab.oeclass: Now able to handle none-root crontabs sudoers.oeclass: New class able to handle sudoers extensions (/etc/sudoers.d) classes/image_crontab.oeclass | 5 +++-- classes/sudoers.oeclass | 29 +++++++++++++++++++++++++++++ recipes/crosstool-ng/gcc-package.inc | 2 ++ 3 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 classes/sudoers.oeclass