From: Michael Lauer Date: Sun, 13 Feb 2005 14:12:52 +0000 (+0000) Subject: rollback ?= in oz.conf and fam.conf since it doesn't work like it should X-Git-Tag: Release-2010-05/1~15039 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8374725ae4080441d5201a4fbd4beb30eee8408;p=openembedded.git rollback ?= in oz.conf and fam.conf since it doesn't work like it should BKrev: 420f6064nkCbk2cVG7HAPCOpQ-PrxQ --- diff --git a/conf/distro/familiar.conf b/conf/distro/familiar.conf index 095815b183..7fd483620f 100644 --- a/conf/distro/familiar.conf +++ b/conf/distro/familiar.conf @@ -3,5 +3,5 @@ #@DESCRIPTION: Distribution configuration for Familiar Linux (handhelds.org) INHERIT += " package_ipk debian" -TARGET_OS ?= "linux" +TARGET_OS = "linux" diff --git a/conf/distro/openzaurus.conf b/conf/distro/openzaurus.conf index 64a1d3469b..4af0dfc85f 100644 --- a/conf/distro/openzaurus.conf +++ b/conf/distro/openzaurus.conf @@ -3,5 +3,5 @@ #@DESCRIPTION: Distribution configuration for OpenZaurus (http://www.openzaurus.org) INHERIT += " package_ipk debian" -TARGET_OS ?= "linux" -TARGET_FPU ?= "soft" +TARGET_OS = "linux" +TARGET_FPU = "soft"