[oe-commits] [meta-openembedded] 10/32: tvheadend: Set CLEANBROKEN

git at git.openembedded.org git at git.openembedded.org
Wed Nov 13 15:17:33 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 652259d6ac5a8d3939965c02fd163f02e01e9c73
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue Nov 12 14:02:17 2019 -0800

    tvheadend: Set CLEANBROKEN
    
    It cant be rebuilt in same configured sources as of now.
    | Makefile:755: /support/.mk: No such file or directory
    | make: *** No rule to make target '/support/.mk'.  Stop.
    | ERROR: oe_runmake failed
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
index d7f749b..e31fc6b 100644
--- a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
+++ b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
@@ -23,3 +23,6 @@ EXTRA_OECONF += "--arch=${TARGET_ARCH} \
                  --disable-ffmpeg_static \
                  --disable-libav \
                  "
+
+CLEANBROKEN = "1"
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list