diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-05-12 12:52:10 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-05-12 12:52:10 +0200 |
commit | 030382accb2c073abf7b0f0862885020faf60be2 (patch) | |
tree | 916aa4266314862ed5d95250fbdb1959fd67a9e7 | |
parent | e40a1acdee26df51452135692e23d5d7617becdf (diff) | |
download | openembedded-olinuxino-trygvis-030382accb2c073abf7b0f0862885020faf60be2.tar.gz openembedded-olinuxino-trygvis-030382accb2c073abf7b0f0862885020faf60be2.tar.bz2 openembedded-olinuxino-trygvis-030382accb2c073abf7b0f0862885020faf60be2.tar.xz openembedded-olinuxino-trygvis-030382accb2c073abf7b0f0862885020faf60be2.zip |
trygvis-console.bb: Removing "dhcp" dependency, the shell include udhcpc.
-rw-r--r-- | meta-trygvis/recipes-core/images/trygvis-console.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-trygvis/recipes-core/images/trygvis-console.bb b/meta-trygvis/recipes-core/images/trygvis-console.bb index c663304..c56bf3e 100644 --- a/meta-trygvis/recipes-core/images/trygvis-console.bb +++ b/meta-trygvis/recipes-core/images/trygvis-console.bb @@ -15,8 +15,6 @@ IMAGE_FEATURES += "debug-tweaks" IMAGE_INSTALL += "alsa-utils alsa-tools" -IMAGE_INSTALL += "dhcp" - IMAGE_INSTALL += "bluez-hcidump bluez4" export IMAGE_BASENAME = "trygvis" |