aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/imagemagick
AgeCommit message (Expand)Author
2020-11-23imagemagick: Add NOTICE to collected license textsMark Jonas
2020-08-31imagemagick: Create symlinks for magick-scriptKhem Raj
2020-08-09imagemagick: upgrade 7.0.9_13 -> 7.0.10_25Andreas Müller
2020-01-06imagemagick: update from 7.8.47 to 7.9.16Randy MacLeod
2019-06-15imagemagick: update from 7.0.8-43 to 7.0.8-47Randy MacLeod
2019-05-07imagemagick: update from 7.0.8-35 to 7.0.8-43Randy MacLeod
2019-04-06imagemagic: upgrade to 7.0.8-35Randy MacLeod
2019-03-21imagemagick: fix typo in summaryRandy MacLeod
2019-02-12imagemagick: add homepage and descriptionRandy MacLeod
2018-11-12imagemagick: add PACKAGECONFIG[rsvg]Binghua Guan
2017-10-17imagemagick: 7.0.7-1 -> 7.0.7-7Kai Kang
2017-09-22imagemagick: 7.0.6-9 -> 7.0.7-1Kai Kang
2017-08-31imagemagick: 7.0.5 -> 7.0.6_9Kai Kang
2017-05-23imagemagick: upgrade from 7.0.2 to 7.0.5Randy MacLeod
2017-03-07Make use of the new bb.utils.filter() functionPeter Kjellerstedt
2016-12-09imagemagick: use correct major version in program suffixAndreas Oberritter
2016-09-26imagemagick: depend on fftw not virtual/fftwAndreas Müller
2016-09-11imagemagick: upgrade patchsetTrevor Woerner
2016-08-22imagemagick: Add new PACKAGECONFIG for graphvizRicardo Ribalda Delgado
2016-08-22imagemagick: upgrade from 6.9.2 to 7.0.2Randy MacLeod
2016-04-12imagemagick: add PACKAGECONFIG for x11Catalin Enache
2015-09-23imagemagick: add alternatives for binaries/docsWenzong Fan
2015-08-24imagemagick: upgrade 6.9.1 -> 6.9.2Roy Li
2015-08-18imagemagick: update patchset from 9 to 10Andreas Müller
2015-08-18imagemagick: update patchset from 4 to 9Kimmo Surakka
2015-06-08imagemagick: update patchset from 3 to 4Robert Yang
2015-05-28imagemagick: update to 6.9.1.3 / add packageconfig for openjpegAndreas Müller
2015-05-13imagemagick: Update PATCHSET to 10Khem Raj
2014-11-19imagemagick: update 6.8.9 to patchset 9Peter Bigot
2014-11-19imagemagick: update URI to allow fetching current and previous releasesPeter Bigot
2014-10-06fftw: add virtual/fftw to PROVIDES and EXCLUDE_FROM_WORLDMartin Jansa
2014-10-06imagemagick: Update recipe 6.8.8 -> 6.8.9Khem Raj
2014-09-26imagemagick: do not install magick-baseconfig.h repeatedlyWenzong Fan
2014-07-22imagemagick: add some PACKAGECONFIG, fix unrecognized --without-jp2 optionTim Orling
2014-05-03imagemagick: Update to 6.8.8Khem Raj
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
2013-10-14image-magick: update to latest patchsetKoen Kooi
2013-09-17imagemagick: Add PACKAGECONFIG for jp2Martin Jansa
2013-08-26imagemagick: enable freetype delegateMarko Lindqvist
2013-08-26ImageMagick: update to upstream version 6.8.6-8Marko Lindqvist
2013-04-15recipes: Unify indentationMartin Jansa
2012-12-27imagemagick: disable openclMartin Jansa
2012-10-05imagemagick: add fftw to DEPENDSMartin Jansa
2012-09-20recipes: few more PR bumps to rebuild after libffi5 -> libffi6Martin Jansa
2012-03-09bzip2: bump PR of all recipes depending on bzip2Andreas Oberritter
2012-02-28imagemagick: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa
2012-02-15imagemagick: upgrade to 6.7.5 because 6.4.4 is not compatible with zlib-1.2.6...Martin Jansa
2012-02-13recipes: bump PR to rebuild .la files without libz.laMartin Jansa
2011-11-02imagemagick: fix QA warnings for unshipped filesAndreas Müller
2011-09-19imagemagick: Fix configure on x86_64Khem Raj
-next OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/oe-init-build-env
blob: 52495133fd447ed4365ad1869457d9a4ab62fb93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#!/bin/sh

# OE Build Environment Setup Script
#
# Copyright (C) 2006-2011 Linux Foundation
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

#
# Normally this is called as '. ./oe-init-build-env builddir'
#
# This works in most shells (not dash), but not all of them pass arg1 when
# being sourced.   To workaround the shell limitation use "set arg1" prior 
# to sourcing this script.
#
if [ -n "$BASH_SOURCE" ]; then
   OEROOT="`dirname $BASH_SOURCE`"
elif [ -n "$ZSH_NAME" ]; then
   OEROOT="`dirname $0`"
else
   OEROOT="`pwd`"
fi
if [ -n "$BBSERVER" ]; then
   unset BBSERVER
fi
THIS_SCRIPT=$OEROOT/oe-init-build-env

if [ -z "$ZSH_NAME" ] && [ "$0" = "$THIS_SCRIPT" ]; then
   echo "Error: This script needs to be sourced. Please run as '. $THIS_SCRIPT'"
   exit 1
fi

OEROOT=`readlink -f "$OEROOT"`
export OEROOT
. $OEROOT/scripts/oe-buildenv-internal && \
     $OEROOT/scripts/oe-setup-builddir && \
     [ -n "$BUILDDIR" ] && cd $BUILDDIR
unset OEROOT
unset BBPATH
unset THIS_SCRIPT

# Shutdown any bitbake server if the BBSERVER variable is not set
if [ -z "$BBSERVER" ] && [ -f bitbake.lock ] ; then
    grep ":" bitbake.lock > /dev/null && BBSERVER=`cat bitbake.lock` bitbake --status-only
    if [ $? = 0 ] ; then
	echo "Shutting down bitbake memory resident server with bitbake -m"
	BBSERVER=`cat bitbake.lock` bitbake -m
    fi
fi