SILENT
authorHolger Freyther <zecke@selfish.org>
Wed, 6 Jul 2005 20:22:37 +0000 (20:22 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 6 Jul 2005 20:22:37 +0000 (20:22 +0000)
use quotes to follow KEY = "value" scheme to prepare for a
new bitbake parser

packages/module-init-tools/module-init-tools-cross_3.1.bb
packages/module-init-tools/module-init-tools_3.1.bb

index ce3c232..56fec56 100644 (file)
@@ -1,10 +1,10 @@
-LICENSE = GPL
+LICENSE = "GPL"
 include module-init-tools_${PV}.bb
 inherit cross
 DEFAULT_PREFERENCE = "0"
 PROVIDES += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}depmod-2.6"
 
-PR=r3
+PR="r3"
 
 # When cross compiling depmod as shipped cannot handle endian
 # differences between host and target, this fixes the problem.
index 25db614..62523f5 100644 (file)
@@ -1,4 +1,4 @@
-LICENSE = GPL
+LICENSE = "GPL"
 SECTION = "base"
 DESCRIPTION = "This package contains a set of programs for loading, inserting, and \
 removing kernel modules for Linux (versions 2.5.48 and above). It serves \