[oe-commits] Tim 'timtim' Ellis : n2100: Add temper to MACHINE_EXTRA_RDEPENDS

GIT User account git at amethyst.openembedded.net
Sat Jan 17 20:09:54 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a0cef440772af65ad03d3273d36afd49c81e481d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a0cef440772af65ad03d3273d36afd49c81e481d

Author: Tim 'timtim' Ellis <tim.ellis at foonas.org>
Date:   Sat Jan 17 20:08:58 2009 +0000

n2100: Add temper to MACHINE_EXTRA_RDEPENDS

---

 conf/machine/n2100.conf |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/conf/machine/n2100.conf b/conf/machine/n2100.conf
index 36a0f9e..a86a8db 100644
--- a/conf/machine/n2100.conf
+++ b/conf/machine/n2100.conf
@@ -10,7 +10,8 @@ SERIAL_CONSOLE="115200 console"
 USE_VT="0"
 
 MODUTILS=26
-MACHINE_FEATURES= "kernel26 usbhost ext2 redboot"
+MACHINE_FEATURES = "kernel26 usbhost ext2 redboot"
+MACHINE_EXTRA_RDEPENDS = "temper"
 PREFERRED_PROVIDER_virtual/kernel = "linux"
 PREFERRED_VERSION_linux = "2.6.20"
 
@@ -23,7 +24,7 @@ EXTRA_IMAGECMD = "--little-endian"
 
 # Creating an image that works with the webinterface required encrypting it
 # So we'll need openssl
-EXTRA_IMAGEDEPENDS = "openssl-native temper"
+EXTRA_IMAGEDEPENDS = "openssl-native"
 IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
 
 require conf/machine/include/tune-xscale.inc





More information about the Openembedded-commits mailing list