diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-31 09:42:46 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-31 09:42:46 +0000 |
commit | 506a44a097b73dfe09ff30636df2df3cba57ac77 (patch) | |
tree | 8d2d64a59cd9d255934d48be2c866a91f3824800 /conf/distro | |
parent | 325e78d34ac2fc315e0565d81958296869821788 (diff) |
angstrom-2007-preferred-versions.inc: tell people to notify angstrom mailinglist on changes to this file
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/include/angstrom-2007-preferred-versions.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom-2007-preferred-versions.inc b/conf/distro/include/angstrom-2007-preferred-versions.inc index 5dfaa1dd48..c3a8fcc9ec 100644 --- a/conf/distro/include/angstrom-2007-preferred-versions.inc +++ b/conf/distro/include/angstrom-2007-preferred-versions.inc @@ -1,3 +1,7 @@ +# This is a lock-down file for stability purposes +# If you change anything, send a mail to angstrom-distro-devel@linuxtogo.org +# stating the change and the reason. + # bitbake -s | awk '{print "PREFERRED_VERSION_" $1 "=" $2}' | sed -e s:\+:\=:g | awk -F "=" '{print $1 " ?= \" "$2}' | awk -F "-r" '{print $1"\""}' | sed -e s,0:,,g -e s,1:,,g | sed s:\"\ :\":g> /tmp/angstrom-2007-preferred-versions.inc PREFERRED_VERSION_0xffff ?= "0.2" |