diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-04-21 14:32:45 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-04 22:12:27 -0700 |
commit | 72567733033347b662d9baa07432985fd2da3efa (patch) | |
tree | 4e8eadc3bc714181d15625d57af42985ecdf27c9 /meta/recipes-support | |
parent | 0a57bd226cdb8332707fa0f46fcf0b067f03701a (diff) | |
download | openembedded-core-72567733033347b662d9baa07432985fd2da3efa.tar.gz openembedded-core-72567733033347b662d9baa07432985fd2da3efa.tar.bz2 openembedded-core-72567733033347b662d9baa07432985fd2da3efa.zip |
Remove machine-specific metadata for machines no longer in oe-core
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/hal/hal.inc | 1 | ||||
-rw-r--r-- | meta/recipes-support/hal/hal_0.5.14.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/hal/hal_git.bb | 2 |
3 files changed, 2 insertions, 3 deletions
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 \ |