[oe] [Bug 1411] New: build of libx11 should fail if native build of makekeys fails

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Tue Sep 12 08:25:57 UTC 2006


http://bugs.openembedded.org/show_bug.cgi?id=1411

           Summary: build of libx11 should fail if native build of makekeys
                    fails
           Product: Openembedded
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Distributions
        AssignedTo: openembedded-devel at lists.openembedded.org
        ReportedBy: di at fh-wedel.de
         QAContact: tinderbox-oe at gmx.net


I suggest something like this:

[libx11_X11R7.1-1.0.1.bb]

do_compile() {
        (
                unset CC LD CXX CCLD
                oe_runmake -C src/util [...] makekeys
        ) || exit 1
        rm -f ${STAGING_INCDIR}/X11/Xlib.h
        oe_runmake
}


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-devel mailing list