freesmartphone/fsoinitd_git.bb: removed unneeded EXTRA_OECONF
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 23 Oct 2010 14:13:28 +0000 (16:13 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 23 Oct 2010 14:13:28 +0000 (16:13 +0200)
verified by comparing bitbake -e output from before and after the edit

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/freesmartphone/fsoinitd_git.bb

index 8c98ceb..7e6206a 100644 (file)
@@ -5,9 +5,8 @@ SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
 PV = "0.1.0+gitr${SRCPV}"
 PR = "${INC_PR}.1"
 
-EXTRA_OECONF = ""
-EXTRA_OECONF_append_palmpre = "--with-machine=palmpre"
-EXTRA_OECONF_append_om-gta02 = "--with-machine=om-gta02"
+EXTRA_OECONF_palmpre = "--with-machine=palmpre"
+EXTRA_OECONF_om-gta02 = "--with-machine=om-gta02"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"