From 72567733033347b662d9baa07432985fd2da3efa Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 21 Apr 2011 14:32:45 +0100 Subject: Remove machine-specific metadata for machines no longer in oe-core Signed-off-by: Paul Eggleton --- meta/recipes-support/hal/hal.inc | 1 - meta/recipes-support/hal/hal_0.5.14.bb | 2 +- meta/recipes-support/hal/hal_git.bb | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/hal/hal.inc b/meta/recipes-support/hal/hal.inc index ee6c7ba15d..d276d467b1 100644 --- a/meta/recipes-support/hal/hal.inc +++ b/meta/recipes-support/hal/hal.inc @@ -33,7 +33,6 @@ EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \ MY_ARCH := "${PACKAGE_ARCH}" PACKAGE_ARCH = "${@base_contains('MACHINE_FEATURES', 'acpi', '${MACHINE_ARCH}', '${MY_ARCH}',d)}" PACKAGE_ARCH = "${@base_contains('MACHINE_FEATURES', 'pci', '${MACHINE_ARCH}', '${MY_ARCH}',d)}" -PACKAGE_ARCH_emenlow := "${PACKAGE_ARCH}" do_install_append() { install -d ${D}/etc/dbus-1/event.d diff --git a/meta/recipes-support/hal/hal_0.5.14.bb b/meta/recipes-support/hal/hal_0.5.14.bb index 8b82ca8502..aa67ae6232 100644 --- a/meta/recipes-support/hal/hal_0.5.14.bb +++ b/meta/recipes-support/hal/hal_0.5.14.bb @@ -1,6 +1,6 @@ require hal.inc -PR = "r3" +PR = "r4" EXTRA_OECONF += "--with-linux-input-header=${STAGING_INCDIR}/linux/input.h" EXTRA_OEMAKE += "-e 'udevrulesdir=$(sysconfdir)/udev/rules.d'" diff --git a/meta/recipes-support/hal/hal_git.bb b/meta/recipes-support/hal/hal_git.bb index 483867f267..e4ec09ba18 100644 --- a/meta/recipes-support/hal/hal_git.bb +++ b/meta/recipes-support/hal/hal_git.bb @@ -1,7 +1,7 @@ require hal.inc PV = "0.5.9.1+git${SRCDATE}" -PR = "r8" +PR = "r9" SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \ file://20hal \ -- cgit v1.2.3