diff options
Diffstat (limited to 'meta')
-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 | ||