diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-10 09:12:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-13 22:38:06 +0100 |
commit | 05b59a64a38bf74e34aefd162128f022c7569470 (patch) | |
tree | 876e2a64978339987efd9ed2065515bc973eec36 /meta/recipes-core/initrdscripts | |
parent | 00d7ba175064ae8df68721cda51e833bb6a98583 (diff) | |
download | poky-05b59a64a38bf74e34aefd162128f022c7569470.tar.gz |
initrdscripts: Inhibit compiler/libc dependencies as this is just a configuration file
Diffstat (limited to 'meta/recipes-core/initrdscripts')
-rw-r--r-- | meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb index c92ee3101d..c792fe0e05 100644 --- a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb | |||
@@ -15,6 +15,7 @@ do_install() { | |||
15 | # simple script, reality is that it is Host specific based | 15 | # simple script, reality is that it is Host specific based |
16 | # on the COMPATIBLE_HOST below, which needs to take precedence | 16 | # on the COMPATIBLE_HOST below, which needs to take precedence |
17 | #inherit allarch | 17 | #inherit allarch |
18 | INHIBIT_DEFAULT_DEPS = "1" | ||
18 | 19 | ||
19 | FILES_${PN} = " /install.sh " | 20 | FILES_${PN} = " /install.sh " |
20 | 21 | ||