Summary: | [new ebuild] dev-embedded/sgpp-lite-arm-symbian-bin | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Dennis Schridde <dschridde+gentoobugs> |
Component: | New packages | Assignee: | Embedded Gentoo Team <embedded> |
Status: | RESOLVED WONTFIX | ||
Severity: | enhancement | CC: | dev-embedded+disabled, embedded |
Priority: | High | Keywords: | EBUILD, PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Patch: dev-embedded/sgpp-lite-arm-linux-bin -> dev-embedded/sgpp-lite-arm-symbian-bin |
Created attachment 260578 [details, diff]
Patch: dev-embedded/sgpp-lite-arm-linux-bin -> dev-embedded/sgpp-lite-arm-symbian-bin
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54cac8f92392d3c46ae34e3980b17ec6448dacec commit 54cac8f92392d3c46ae34e3980b17ec6448dacec Author: Aaron Bauman <bman@gentoo.org> AuthorDate: 2019-12-09 20:19:37 +0000 Commit: Aaron Bauman <bman@gentoo.org> CommitDate: 2019-12-09 20:29:25 +0000 dev-embedded/sgpp-lite-arm-*: drop last-rited pkgs Closes: https://bugs.gentoo.org/699736 Signed-off-by: Aaron Bauman <bman@gentoo.org> |
Quoting from a conversation with Mike Frysinger (vapier): > > I am atm trying to get a working sgpp-lite-arm-symbian-4.4.172.ebuild, so > > if you have worked on anything in that area already, I'd be interested in > > it. (Or, if you have finished already, I can save the effort. ;) ) > > the ebuilds i wrote were intended to minimize changes. if you compare > them, you'll notice the only thing different are the variables at the top. > so if you could follow the same for the symbian ebuild, that would be > nice. if you need to make the current ones a little more flexible, let me > know. -mike I only used a small patch: * Inherited versionator, but only to reuse existing portage functionality. * The really necessary changes were setting TARGET="arm-none-symbianelf" and extending the env.d file with ROOTPATH=${d}/bin The latter being necessary so Portage can crosscompile other packages. Reproducible: Always