diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-10 09:08:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-13 22:38:04 +0100 |
commit | 6ba221bd520733ae231707a3e6cd11397e25ced0 (patch) | |
tree | cbd54031e771ccc342191f7295dc48c750dd8692 /meta/recipes-bsp | |
parent | fb23f06105e1e4850304fd4eb95dc17cf42549a9 (diff) | |
download | poky-6ba221bd520733ae231707a3e6cd11397e25ced0.tar.gz |
keymaps: Inhibit toolchain dependencies as its just configuration files
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/keymaps/keymaps_1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb b/meta/recipes-bsp/keymaps/keymaps_1.0.bb index 4683fa1d3a..23a3051b6d 100644 --- a/meta/recipes-bsp/keymaps/keymaps_1.0.bb +++ b/meta/recipes-bsp/keymaps/keymaps_1.0.bb | |||
@@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | |||
7 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 7 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
8 | PR = "r19" | 8 | PR = "r19" |
9 | 9 | ||
10 | INHIBIT_DEFAULT_DEPS = "1" | ||
11 | |||
10 | inherit update-rc.d | 12 | inherit update-rc.d |
11 | 13 | ||
12 | SRC_URI = "file://keymap.sh \ | 14 | SRC_URI = "file://keymap.sh \ |