linux/ipod_2.4.24-ipod0.bb: removed unneeded EXTRA_OEMAKE
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 24 Oct 2010 07:32:23 +0000 (09:32 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 24 Oct 2010 07:34:07 +0000 (09:34 +0200)
verified by comparing bitbake -e output from before and after the edit

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/linux/ipod_2.4.24-ipod0.bb

index 1de263a..3ee5541 100644 (file)
@@ -14,7 +14,6 @@ COMPATIBLE_MACHINE = "ipod"
 
 inherit kernel
 
-EXTRA_OEMAKE = ""
 do_configure_prepend() {
         install -m 0644 ${S}/arch/armnommu/def-configs/ipod ${S}/.config
 }