diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 20:32:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 12:49:01 +0100 |
commit | 293e2c37525d440ae93cefec877b532c6a888802 (patch) | |
tree | 0d4829bc3764210531dd8e2b9d52fa96ef28224b /meta/recipes-core | |
parent | f8d4d3d573b12e25803cbce7f713811c81601bc5 (diff) | |
download | openembedded-core-293e2c37525d440ae93cefec877b532c6a888802.tar.gz openembedded-core-293e2c37525d440ae93cefec877b532c6a888802.tar.bz2 openembedded-core-293e2c37525d440ae93cefec877b532c6a888802.zip |
gettext_0.17.bb: Use linux-uclibceabi instead of linux-uclibcgnueabi
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/gettext/gettext_0.17.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.17.bb b/meta/recipes-core/gettext/gettext_0.17.bb index 3a9f8932a4..b9c4e1ca6e 100644 --- a/meta/recipes-core/gettext/gettext_0.17.bb +++ b/meta/recipes-core/gettext/gettext_0.17.bb @@ -19,7 +19,7 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ " SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1" -SRC_URI_append_linux-uclibcgnueabi = " file://gettext-error_print_progname.patch;patch=1" +SRC_URI_append_linux-uclibceabi = " file://gettext-error_print_progname.patch;patch=1" SRC_URI[md5sum] = "58a2bc6d39c0ba57823034d55d65d606" SRC_URI[sha256sum] = "209638bb8e162f22c281145a34e220c66f1f6e9ff5e4c50c6f2ef2ded59537ba" |