[poky] Can't build glib-2.0
McClintock Matthew-B29882
B29882 at freescale.com
Mon Dec 5 09:25:55 PST 2011
On Mon, Dec 5, 2011 at 11:23 AM, Gary Thomas <gary at mlbassoc.com> wrote:
> What's missing is the functions which should be coming from base.bbclass.
> I looked at an older build of glib-2.0 and these functions are missing:
> ==============================================================
> oe_runmake() {
> if [ x"$MAKE" = x ]; then MAKE=make; fi
> bbnote make -j 4 "$@"
> make -j 4 "$@" || die "oe_runmake failed"
>
> }
>
> die() {
> bbfatal "$*"
>
> }
>
> bbnote() {
> echo "NOTE: $*"
>
> }
>
> bbfatal() {
> echo "ERROR: $*"
> exit 1
>
> }
> ==============================================================
>
> Why would they be missing from this run.do_install script?
Is your recipe inheriting anything from base.bbclass?
-M
More information about the poky
mailing list