diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-04-21 14:32:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-05 12:26:29 +0100 |
commit | cdf878387ad460f7c6b7a58dcc996918bcd07a0a (patch) | |
tree | b8962ec003760b36fc1ead9c0a5ad38c0c4d0f4a /meta/recipes-support | |
parent | 5331f471045459a496f829cb747447e8f196d26e (diff) | |
download | poky-cdf878387ad460f7c6b7a58dcc996918bcd07a0a.tar.gz |
Remove machine-specific metadata for machines no longer in oe-core
(From OE-Core rev: 72567733033347b662d9baa07432985fd2da3efa)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 \ | |||
33 | MY_ARCH := "${PACKAGE_ARCH}" | 33 | MY_ARCH := "${PACKAGE_ARCH}" |
34 | PACKAGE_ARCH = "${@base_contains('MACHINE_FEATURES', 'acpi', '${MACHINE_ARCH}', '${MY_ARCH}',d)}" | 34 | PACKAGE_ARCH = "${@base_contains('MACHINE_FEATURES', 'acpi', '${MACHINE_ARCH}', '${MY_ARCH}',d)}" |
35 | PACKAGE_ARCH = "${@base_contains('MACHINE_FEATURES', 'pci', '${MACHINE_ARCH}', '${MY_ARCH}',d)}" | 35 | PACKAGE_ARCH = "${@base_contains('MACHINE_FEATURES', 'pci', '${MACHINE_ARCH}', '${MY_ARCH}',d)}" |
36 | PACKAGE_ARCH_emenlow := "${PACKAGE_ARCH}" | ||
37 | 36 | ||
38 | do_install_append() { | 37 | do_install_append() { |
39 | install -d ${D}/etc/dbus-1/event.d | 38 | 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 @@ | |||
1 | require hal.inc | 1 | require hal.inc |
2 | 2 | ||
3 | PR = "r3" | 3 | PR = "r4" |
4 | 4 | ||
5 | EXTRA_OECONF += "--with-linux-input-header=${STAGING_INCDIR}/linux/input.h" | 5 | EXTRA_OECONF += "--with-linux-input-header=${STAGING_INCDIR}/linux/input.h" |
6 | EXTRA_OEMAKE += "-e 'udevrulesdir=$(sysconfdir)/udev/rules.d'" | 6 | 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 @@ | |||
1 | require hal.inc | 1 | require hal.inc |
2 | 2 | ||
3 | PV = "0.5.9.1+git${SRCDATE}" | 3 | PV = "0.5.9.1+git${SRCDATE}" |
4 | PR = "r8" | 4 | PR = "r9" |
5 | 5 | ||
6 | SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \ | 6 | SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \ |
7 | file://20hal \ | 7 | file://20hal \ |