Skip to content

Commit

Permalink
Merge pull request #1 from shr-project/jansa/kraj
Browse files Browse the repository at this point in the history
jenkins-job.sh: run_prepare: Fix packagegroup-meta-multimedia.bb RDEP…
  • Loading branch information
kraj committed Aug 12, 2019
2 parents 349bf71 + e3e2651 commit fa4f728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins-job.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

BUILD_SCRIPT_VERSION="1.8.45"
BUILD_SCRIPT_VERSION="1.8.46"
BUILD_SCRIPT_NAME=`basename ${0}`
SRCMIRROR="10.20.9.193"
LOGMIRROR="10.20.9.193"
Expand Down Expand Up @@ -377,8 +377,8 @@ PNBLACKLIST[android-system] = "depends on lxc from meta-virtualiazation which is
PNBLACKLIST[bigbuckbunny-1080p] = "big and doesn't really need to be tested so much"
PNBLACKLIST[bigbuckbunny-480p] = "big and doesn't really need to be tested so much"
PNBLACKLIST[bigbuckbunny-720p] = "big and doesn't really need to be tested so much"
PNBLACKLIST[bigbuckbunny-720p] = "big and doesn't really need to be tested so much"
PNBLACKLIST[tearsofsteel-1080p] = "big and doesn't really need to be tested so much"
RDEPENDS_packagegroup-meta-multimedia_remove_pn-packagegroup-meta-multimedia = "bigbuckbunny-1080p bigbuckbunny-480p bigbuckbunny-720p tearsofsteel-1080p"
PNBLACKLIST[build-appliance-image] = "tries to include whole downloads directory in /home/builder/poky :/"
PNBLACKLIST[smartrefrigerator] = "Needs porting to QT > 5.6"
PNBLACKLIST[qmlbrowser] = "Needs porting to QT > 5.6"
Expand Down

0 comments on commit fa4f728

Please sign in to comment.