kexec-tools-dietlibc_2.0.1: fix typo, remove unused line.
authorAndrea Adami <andrea.adami@gmail.com>
Mon, 14 Dec 2009 23:06:17 +0000 (00:06 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Mon, 14 Dec 2009 23:11:26 +0000 (00:11 +0100)
recipes/kexec-tools/kexec-tools-dietlibc_2.0.1.bb

index 0155e72..4f49755 100644 (file)
@@ -1,12 +1,10 @@
-# the binaries are statical linked against klibc
+# the binaries are statical linked against dietlibc
 require kexec-tools2.inc
 
 SRC_URI += "file://dietlibc.patch;patch=1"
 
 inherit dietlibc
 
-#DEFAULT_PREFERENCE = "-1"
-
 PR = "r0"
 
 S = "${WORKDIR}/kexec-tools-${PV}"