diff options
author | Chris Larson <clarson@kergoth.com> | 2005-03-08 21:15:55 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-03-08 21:15:55 +0000 |
commit | 5193a4fcc801783c31f2803323dac39600506acf (patch) | |
tree | d5d16dd213832ec7ef68be1145f8c57bc034138f /packages/uclibc/uclibc_0.9.27.bb | |
parent | d3b658e1a133f736df6b8c516e22ad72cf872c64 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded
2005/03/08 16:15:10-05:00 handhelds.org!kergoth
Change the uclibc builds to not default to enabling their iconv support. Now you'd have to explicitly set USE_NLS = yes or USE_NLS_uclibc = yes to enable it.
BKrev: 422e160bVhUEgRSr4BFCOA6j-uebUg
Diffstat (limited to 'packages/uclibc/uclibc_0.9.27.bb')
-rw-r--r-- | packages/uclibc/uclibc_0.9.27.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/uclibc/uclibc_0.9.27.bb b/packages/uclibc/uclibc_0.9.27.bb index 96b1d34594..2ada38634b 100644 --- a/packages/uclibc/uclibc_0.9.27.bb +++ b/packages/uclibc/uclibc_0.9.27.bb @@ -1,5 +1,5 @@ DEFAULT_PREFERENCE = "1" -PR = "r1" +PR = "r2" include uclibc.inc |