From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-yw0-f47.google.com ([209.85.213.47]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RuQQS-0003Mh-Jf for openembedded-core@lists.openembedded.org; Mon, 06 Feb 2012 16:24:16 +0100 Received: by yhfq46 with SMTP id q46so2375841yhf.6 for ; Mon, 06 Feb 2012 07:16:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:subject:date:message-id:x-mailer; bh=6JHmTSE5xz2saHHspA+3cLkE1ymcr3T4O/+c31f4u/Y=; b=kJs+qOuMLbhCvjnum9CQt1MIesDL4/7QKFu5YW4k7nWCbMZB58hEz1nYMO/TwYQULQ ABat4lyQ9PPY0iWWQrogQ3VKHwGd7qKK/3rcmvB90Vp9HKMwIyS8FmEDuFmwmbTUtkhi 0+RFyoj14fQlkpc6o00jY59aIbXdKiVoTuTsE= Received: by 10.236.175.36 with SMTP id y24mr24070465yhl.64.1328541374917; Mon, 06 Feb 2012 07:16:14 -0800 (PST) Received: from localhost.localdomain ([186.218.100.214]) by mx.google.com with ESMTPS id i12sm36000501anm.6.2012.02.06.07.16.11 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 06 Feb 2012 07:16:12 -0800 (PST) Sender: Otavio Salvador From: Otavio Salvador To: openembedded-core@lists.openembedded.org Date: Mon, 6 Feb 2012 15:16:01 +0000 Message-Id: X-Mailer: git-send-email 1.7.2.5 Subject: [PATCH 0/2 v2] Pending patches from O.S. Systems tree X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2012 15:24:16 -0000 v2 changes: dhcp: fix error in case rmdir tries to remove a non-empty directory The following changes since commit 18d9fcfc4bc4b01f73e89f3b988c9d3d543c7705: libzypp: add missing runtime dependences on gzip and gnupg (2012-02-03 17:23:28 +0000) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/HEAD Otavio Salvador (2): dhcp: move dhcp leases files handling to postinst/postrm udev: stop providing cache support by default meta/recipes-connectivity/dhcp/dhcp.inc | 25 ++++++++++++++++++++++++- meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb | 2 +- meta/recipes-core/udev/udev.inc | 2 +- meta/recipes-core/udev/udev_164.bb | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) -- 1.7.2.5