Skip to content

Commit

Permalink
openplugins.inc: Remove DEPENDS=enigma2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Mike Looijmans committed Feb 13, 2016
1 parent 4b71282 commit c899ce9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openplugins.inc
@@ -1,5 +1,3 @@
DEPENDS += "enigma2"

SRC_URI = "git://github.com/E2OpenPlugins/e2openplugin-${MODULE}.git;protocol=git"

S="${WORKDIR}/git"
Expand Down

0 comments on commit c899ce9

Please sign in to comment.