diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-17 09:44:20 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-17 09:44:20 -0700 |
commit | 3de2a694e2cdd17bf741c7b70a72ed7026b8d501 (patch) | |
tree | f93113043ab8f1791ce734c1de5d87be00101ded /recipes/python/python-sip_4.8.2.bb | |
parent | c661fd43a2252141784feadc86c5adf324eda9fc (diff) |
python-sip_4.8.2.bb: set DEFAULT_PREFERENCE = -1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/python/python-sip_4.8.2.bb')
-rw-r--r-- | recipes/python/python-sip_4.8.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/python/python-sip_4.8.2.bb b/recipes/python/python-sip_4.8.2.bb index db88ba974b..90e142c400 100644 --- a/recipes/python/python-sip_4.8.2.bb +++ b/recipes/python/python-sip_4.8.2.bb @@ -1,2 +1,3 @@ require python-sip.inc +DEFAULT_PREFERENCE = "-1" PR = "ml0" |