Open registration is disabled at the moment due to spam.If you need a new account, please contact Keto on oftc.net IRC and provide your desired username and email.
This Bugzilla instance is no longer in active use, so you should only need an account if you wish to use the Sailfish OS community OBS.
Bug 124 - Specifying raw image format adds syslinux + syslinux-extlinux to the package list
Summary: Specifying raw image format adds syslinux + syslinux-extlinux to the package ...
Status: RESOLVED FIXED
Alias: None
Product: Mer Integration Tools (MINT)
Classification: Unclassified
Component: mic (show other bugs)
Version: unspecified
Hardware: Other Mer
: Normal normal
Assignee: Not Taken
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-15 17:51 UTC by David Greaves
Modified: 2012-08-19 08:02 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Greaves 2012-01-15 17:51:05 UTC
In
 /usr/lib/python2.7/site-packages/mic/appcreate/appliance.py
around line 190 this change fixes this problem:

    def _get_required_packages(self):
        required_packages = ImageCreator._get_required_packages(self)
        if not self.target_arch or not self.target_arch.startswith("arm"):
#            required_packages += ["syslinux", "syslinux-extlinux"]                                                       
            required_packages += []
        return required_packages
Comment 1 David Greaves 2012-01-16 12:52:53 UTC
This probably needs fixing in Mer Tools and for the platform SDK
Comment 2 martin brook 2012-03-11 14:39:32 UTC
This does not fix the problem with 0.20120209.1 SDK

(In reply to comment #0)
> In
>  /usr/lib/python2.7/site-packages/mic/appcreate/appliance.py
> around line 190 this change fixes this problem:
> 
>     def _get_required_packages(self):
>         required_packages = ImageCreator._get_required_packages(self)
>         if not self.target_arch or not self.target_arch.startswith("arm"):
> #            required_packages += ["syslinux", "syslinux-extlinux"]             
>             required_packages += []
>         return required_packages
Comment 3 David Greaves 2012-08-18 21:45:23 UTC
mic should depend on syslinux-extlinux

sudo zypper in syslinux-extlinux
Comment 4 David Greaves 2012-08-19 08:02:58 UTC
Fixed in mic-0.13-mer2 in Mer:Tools:Testing

https://build.pub.meego.com/request/show/5864