Skip to content

Commit

Permalink
enigma2.bb: Fixup DEPENDS
Browse files Browse the repository at this point in the history
The system need not wait for python, ethtool and so to be ready for the
target before starting to compile E2, so they should not be in the
DEPENDS.
  • Loading branch information
Mike Looijmans committed Feb 3, 2016
1 parent 2f48e39 commit d1225ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions meta-openpli/recipes-openpli/enigma2/enigma2.bb
Expand Up @@ -7,15 +7,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
SRCREV = "${AUTOREV}"

DEPENDS = " \
ethtool \
freetype \
gettext-native \
gst-plugins-base gstreamer \
hotplug-e2-helper \
jpeg \
libdreamdvd libdvbsi++ libfribidi libmad libpng libsigc++-1.2 giflib libxml2 \
openssl \
python python-imaging python-twisted python-wifi \
python-imaging python-twisted python-wifi \
swig-native \
tuxtxt-enigma2 \
"
Expand Down

0 comments on commit d1225ee

Please sign in to comment.