summaryrefslogtreecommitdiffstats
path: root/enea-init-build-env
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-01-15 17:17:43 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2016-01-15 17:17:43 +0100
commit791bb999eef6da39d2160701f7d308e86113eefd (patch)
treef4ca859a22b4e29f527f51c05b742b1968e9b6c8 /enea-init-build-env
parentcc1d3f0edb1a8d2bdd24aa34c654c2135e0854fe (diff)
downloadpoky-791bb999eef6da39d2160701f7d308e86113eefd.tar.gz
initial commit for Enea Linux 5.0-ppc
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'enea-init-build-env')
-rwxr-xr-xenea-init-build-env5
1 files changed, 1 insertions, 4 deletions
diff --git a/enea-init-build-env b/enea-init-build-env
index 9bc5bab43f..ba545a9112 100755
--- a/enea-init-build-env
+++ b/enea-init-build-env
@@ -200,10 +200,7 @@ else
200 echo "*** Info: Inheriting distrodata." 200 echo "*** Info: Inheriting distrodata."
201 fi 201 fi
202 202
203 echo -e '\nLICENSE_FLAGS_WHITELIST += "non-commercial"\n' >> conf/local.conf 203 if [[ -n $DISTRO ]]; then
204 echo "*** Info: Need to set LICENSE_FLAGS_WHITELIST for netperf"
205
206 if [[ -n $DISTRO ]]; then
207 sed -i -e "s|^DISTRO.*|DISTRO ?= \"$DISTRO\"|" conf/local.conf 204 sed -i -e "s|^DISTRO.*|DISTRO ?= \"$DISTRO\"|" conf/local.conf
208 sed -i -e 's|^PACKAGE_CLASSES ?= "package_rpm"|PACKAGE_CLASSES ?= "package_rpm package_ipk"|' conf/local.conf 205 sed -i -e 's|^PACKAGE_CLASSES ?= "package_rpm"|PACKAGE_CLASSES ?= "package_rpm package_ipk"|' conf/local.conf
209 echo "*** Info: Setting PACKAGE_CLASSES to ipk and rpm" 206 echo "*** Info: Setting PACKAGE_CLASSES to ipk and rpm"