[oe-commits] [meta-openembedded] branch master-next updated: tvheadend: Set CLEANBROKEN

git at git.openembedded.org git at git.openembedded.org
Tue Nov 12 22:04:09 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.

The following commit(s) were added to refs/heads/master-next by this push:
     new 4072186  tvheadend: Set CLEANBROKEN
4072186 is described below

commit 407218640648c2535c6ca0024f6fc1b1e6d2b5f1
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