[oe-issues] [Bug 2580] New: bison added to sanity.bbclass

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Sat Jun 30 07:49:27 UTC 2007


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

           Summary: bison added to sanity.bbclass
           Product: Openembedded
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Build
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: gfellerpatrik at gmx.net
         QAContact: tinderbox-oe at gmx.net


#
# old_revision [969258183f3389b581500b528472d4d968df4dc5]
#
# patch "classes/sanity.bbclass"
#  from [c273e975d186528dba7730969296a3b06485722e]
#    to [cebf5a2ee9519f8342891e74db6ab2aaa370b992]
#
============================================================
--- classes/sanity.bbclass      c273e975d186528dba7730969296a3b06485722e
+++ classes/sanity.bbclass      cebf5a2ee9519f8342891e74db6ab2aaa370b992
@@ -86,7 +86,7 @@ def check_sanity(e):
        if not check_app_exists('${BUILD_PREFIX}g++', e.data):
                missing = missing + "C++ Compiler (${BUILD_PREFIX}g++),"

-       required_utilities = "patch diffstat texi2html makeinfo cvs svn git
bzip2 tar gzip gawk md5sum"
+       required_utilities = "patch diffstat texi2html makeinfo cvs svn git
bzip2 tar gzip gawk md5sum bison"

        for util in required_utilities.split():
                if not check_app_exists( util, e.data ):


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




More information about the Openembedded-issues mailing list