-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Made a small alteration in de postrm part #7
Open
ghost
wants to merge
38
commits into
E2OpenPlugins:master
Choose a base branch
from
unknown repository
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…GE_ARCH to "all".
Allows overriding SRC_URI in local.conf without breaking things.
Added AnalogClock plugin
The version number automatically increments with each git release. Reset the PR number, and replace the "0.1" in the version number with a simple "1". This is to help migrate to newer OE versions where PR will be controlled by the build server.
It's currently blocking the build, disable it until the package's makefile has been repaired.
Break dependency list into multiple lines and sort them alphabetically. No functional change.
Prevents errors like "no module named decimal"
Thx betonme.
Thx accds.
This reverts commit 1249114. There are some critical issues to be solved first.
This reverts commit 4cdce53. There are some critical issues to be solved first.
Thanks acds and blzr!
As suggested by blzr.
As suggested by blzr.
No need to use a PN override, which makes it hard for recipes to use anything else but the same syntax, and prevents overriding it in a global config file.
Add a SUMMARY to the recipe, so the 'opkg list' description is less cryptic. Set PACKAGE_ARCH to "all" because the plugin only contains Python code and shell script. Now that the version numbering has been fixed, it's safe to change the arch.
This was foreseen for a long time and now is the time to enforce it. Crossepg can be re-enabled when it looses the mips32el blob, e.g. when the corresponding source to build it from is added.
Fixes the following OE warning messages: enigma2-plugin-extensions-openwebif: /enigma2-plugin-extensions-openwebif/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/public/css/jquery-ui-1.8.18.custom.css is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated] (cherry picked from commit 79bff5e) Signed-off-by: Erik Slagter <[email protected]>
A DEPENDS on enigma2 is only needed if the plugin imports something (libs, headers) from enigma2. This is rarely, if ever, the case, so remove the hard DEPENDS. This fixes the problem that most plugins are being rebuilt daily even when there were no changes.
No actual effect, it won't be built anyway.
Fixes OE warning.
autobouquets - add localization (en_GB,ru)
This reverts commit 8f5354b. Now autoshutdown makefiles shoul br fixed. Conflicts: packagegroup-openplugins.bb
Revert "suspend enigma2-plugin-systemplugins-autoshutdown"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Corrected the postrm part