diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-21 08:30:18 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-21 08:30:18 +0000 |
commit | 989bde633c55a63edcd3a48188516e9b7128ed9a (patch) | |
tree | 65344046ad5c0039635fc7dde1abe9cdcdb724f1 /conf/distro/angstrom-2007.1.conf | |
parent | fa26f8160ba84695b27788335639d7ba38ddcf64 (diff) |
angstrom-2007.1.conf: add workaround for missing mtd-utils-native
Diffstat (limited to 'conf/distro/angstrom-2007.1.conf')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 892115632b..7982fb2577 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -406,6 +406,12 @@ EXTRA_STUFF ?= "" # Angstrom want to ship some extra stuff. This should be moved into task-base eventually # contains ipkg specific stuff as well :( + +#work around a bitbake bug where mtd-utils-native isn't created so do_rootfs fails +DISTRO_EXTRA_DEPENDS += " \ + mtd-utils-native \ + " + DISTRO_EXTRA_RDEPENDS += "\ update-modules \ ${@base_contains("MACHINE_FEATURES", "screen", "psplash", "",d)} \ |