[oe-commits] Rolf Leggewie : sharprom-compatible.conf: fix spelling error, albeit a significant one

git version control git at git.openembedded.org
Sun Jan 10 20:25:56 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 7695c100b0145e5d29eaad341e0dd41c060f4863
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7695c100b0145e5d29eaad341e0dd41c060f4863

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Sun Jan 10 16:51:45 2010 +0100

sharprom-compatible.conf: fix spelling error, albeit a significant one

underscore, not dash

-PREFERRED_VERSION-linux-libc-headers = "2.4.18"
+PREFERRED_VERSION_linux-libc-headers = "2.4.18"

---

 conf/distro/sharprom-compatible.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/sharprom-compatible.conf b/conf/distro/sharprom-compatible.conf
index 5e662c7..0e8e272 100644
--- a/conf/distro/sharprom-compatible.conf
+++ b/conf/distro/sharprom-compatible.conf
@@ -54,7 +54,7 @@ PREFERRED_PROVIDER_virtual/arm-linux-gcc-initial = "sharprom-toolchain-native"
 PREFERRED_PROVIDER_virtual/arm-linux-gcc-intermediate = "sharprom-toolchain-native"
 
 PREFERRED_VERSION_glibc = "2.2.5"
-PREFERRED_VERSION-linux-libc-headers = "2.4.18"
+PREFERRED_VERSION_linux-libc-headers = "2.4.18"
 
 IPKGBUILDCMD = "ipkg-build -c -o 0 -g 0"
 #INHIBIT_PACKAGE_STRIP = "1"





More information about the Openembedded-commits mailing list