I try to create an one click install file for my application. The problem is that. The application and its dependencies are in the different repositories. I found the information that bora allows to define a several repositories in the install file:
Code:
[install]
repo_name = Foo Catalogue;Bar Catalogue
repo_deb_3 = deb http://foo.com/maemo bora user;deb http://bar.com/maemo bora user
package = foo-app
But when I run that install file on my Nokia770 with the latest OS2007HE only one repository is added with name Foo Catalogue;Bar Catalogue and components user;deb http://bar.com/maemo bora user.
The OS2007HE doesn't support that feature or I missed something?
I try to create an one click install file for my application. The problem is that. The application and its dependencies are in the different repositories. I found the information that bora allows to define a several repositories in the install file:
The OS2007HE doesn't support that feature or I missed something?
TIA