diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-05-07 16:49:03 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-05-07 16:49:03 -0400 |
commit | a4046c81e443fab95535fdd81c170316f36fd932 (patch) | |
tree | f43da90af1ede64650416f6fdbe34588e403da78 /recipes | |
parent | c31bade57d9420508f15ef7aa0ca40f3680f4cac (diff) |
ti: disable "eng" non-public versions for non-Angstrom users
Prevent people not using Angstrom and not including angstrom-codec-engine-*
files from picking up the latest versions automatically and fail to download
sources from TI internal URLs.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ti/ti-codec-engine_2.25.02.10.bb | 2 | ||||
-rw-r--r-- | recipes/ti/ti-xdais_6.25.02.10.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes/ti/ti-codec-engine_2.25.02.10.bb b/recipes/ti/ti-codec-engine_2.25.02.10.bb index 5f0b324bef..467eb4b2e3 100644 --- a/recipes/ti/ti-codec-engine_2.25.02.10.bb +++ b/recipes/ti/ti-codec-engine_2.25.02.10.bb @@ -1,5 +1,7 @@ require ti-codec-engine.inc +DEFAULT_PREFERENCE = "-1" + PV = "2_25_02_10_eng" SRC_URI[cetarball.md5sum] = "8544484dd526cbd41b4981cab25eeafb" diff --git a/recipes/ti/ti-xdais_6.25.02.10.bb b/recipes/ti/ti-xdais_6.25.02.10.bb index d33f95533b..02445f2327 100644 --- a/recipes/ti/ti-xdais_6.25.02.10.bb +++ b/recipes/ti/ti-xdais_6.25.02.10.bb @@ -1,5 +1,7 @@ require ti-xdais.inc +DEFAULT_PREFERENCE = "-1" + PV = "6_25_02_10_eng" SRC_URI[xdaistarball.md5sum] = "0c3f2d4c52b6007ddd53981aa6976de5" |