remove grub from default OEMASK - patch courtesy pb_.
authorMichael Lauer <mickey@vanille-media.de>
Fri, 23 Apr 2004 21:28:13 +0000 (21:28 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 23 Apr 2004 21:28:13 +0000 (21:28 +0000)
BKrev: 40898a6dW9W9uhv1fOW4HLuJCWnKCA

conf/local.conf.sample

index e16a07a..70c010e 100644 (file)
@@ -11,11 +11,11 @@ OEFILES = "*/*.oe"
 # Note that only recent oemake's obey OEMASK directly, in earlier versions,
 # you had to filter by hand and populate OEFILES accordingly
 # Use the OEMASK below unless you want to build something else than the default glibc based setup
-OEMASK = "(grub|toolchain-external)"
+OEMASK = "(toolchain-external)"
 
 # Uncomment this OEMASK, if you want to use a prebuild toolchain.
 # You will need to provide packages for toolchain specific libraries yourself
-#OEMASK = "(grub)"
+#OEMASK = "()"
 
 # Select between multiple alternative providers, if more than one is eligible
 PREFERRED_PROVIDERS = "virtual/libc:glibc virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie"