fso-image.inc: do not search for .desktop files
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sat, 3 Apr 2010 14:33:54 +0000 (16:33 +0200)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sat, 3 Apr 2010 15:00:09 +0000 (17:00 +0200)
commitd2bd4a770d2a5b3fd56bd3a8584935240d9012f8
treeb1455904c992c92a18dc5f48253d0f37c4ff7590
parent4cd803adb65364263066b08fc98d2f7347c2c9e0
fso-image.inc: do not search for .desktop files

We do not ship .desktop files in the image,so if we
  search for them we end up with this:
    ++ find ./usr/share/applications -name '*.desktop'
    find: `./usr/share/applications': No such file or directory
    + desktop=
  in do_rootfs and it fails.

So commenting that part fixes it

Thanks mickeyl for telling me(#openmoko-cdevel in Freenode)
  how to fix(so I didn't have to dig into it,and fixed quicker):
Apr 02 14:55:49 <mickeyl>       just comment this line out

PR was not bumped because for mickeyl told me(also #openmoko-cdevel in Freenode)
  that it was not necessary for images:
Apr 02 14:59:45 <GNUtoo>        should I INC_PR the file?
Apr 02 14:59:53 <mickeyl>       not necessary
Apr 02 14:59:59 <mickeyl>       image files will be reread
Apr 02 15:00:06 <mickeyl>       every time you build
recipes/images/fso-image.inc