diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-02-28 22:27:50 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-02-28 22:50:24 +0100 |
commit | a8313b6b63c02b6d2171af9b2e4417fc739dacd2 (patch) | |
tree | af7b5827d34a4b4d848afb337f040558d525d6ba /recipes | |
parent | 949238317e2c0cf151ad437683f692da13a0954b (diff) |
tasks/task-nas-server: commented out task-nas-server-openmoko
commented out task-nas-server-openmoko
this one uses dfu-util, but for most distro's dfu-util does not build
root cause of dfu-util not building is in the expansion of virtual/libusb0 which
for most distro's links to libusb-compat and dfu-util does not build with it.
commenting out task-nas-server-openmoko is a temp fix to at least get the image building
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/tasks/task-nas-server.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/tasks/task-nas-server.bb b/recipes/tasks/task-nas-server.bb index 6924ff5388..fe12347fb6 100644 --- a/recipes/tasks/task-nas-server.bb +++ b/recipes/tasks/task-nas-server.bb @@ -15,7 +15,7 @@ NAS_SERVER_PACKAGES = "\ task-nas-server-samba \ task-nas-server-dnsmasq \ task-nas-server-iptables \ - task-nas-server-openmoko \ +# task-nas-server-openmoko \ task-nas-server-tzdata \ task-nas-server-nfs \ task-nas-server-vfat \ |