sharprom-compatible.conf: fix spelling error, albeit a significant one
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 10 Jan 2010 15:51:45 +0000 (16:51 +0100)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 10 Jan 2010 18:30:28 +0000 (19:30 +0100)
underscore, not dash

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

conf/distro/sharprom-compatible.conf

index 5e662c7..0e8e272 100644 (file)
@@ -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"