From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RC7bp-0002SZ-K7 for openembedded-core@lists.openembedded.org; Fri, 07 Oct 2011 12:24:53 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p97APmhj029647 for ; Fri, 7 Oct 2011 11:25:48 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ePJJ0d56iG+9 for ; Fri, 7 Oct 2011 11:25:48 +0100 (BST) Received: from [192.168.1.66] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p97APfZB029639 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 7 Oct 2011 11:25:43 +0100 From: Richard Purdie To: openembedded-core Date: Fri, 07 Oct 2011 11:19:03 +0100 X-Mailer: Evolution 3.1.91- Message-ID: <1317982751.2405.2.camel@ted> Mime-Version: 1.0 Subject: [PATCH] task-core-basic: Drop hal dependency, its deprecated 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: Fri, 07 Oct 2011 10:24:53 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/tasks/task-core-basic.bb b/meta/recipes-extended/tasks/task-core-basic.bb index e2a37d1..8bab0db 100644 --- a/meta/recipes-extended/tasks/task-core-basic.bb +++ b/meta/recipes-extended/tasks/task-core-basic.bb @@ -3,7 +3,7 @@ # DESCRIPTION = "Create Basic Image Tasks" -PR = "r3" +PR = "r4" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" @@ -140,7 +140,6 @@ RDEPENDS_task-core-sys-services = "\ python-dbus \ elfutils \ gzip \ - hal \ less \ libcap \ libevent \