aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-23 16:13:28 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-23 16:13:28 +0200
commit8fb247464b22325e1e4c22aee951a103f0bd3d74 (patch)
tree5e36424783a9649d98c3b9e3522f86e96689bfdc /recipes/freesmartphone
parent75283579b0c0edb1fd1e08fe4d342ecdfa8dce37 (diff)
downloadopenembedded-8fb247464b22325e1e4c22aee951a103f0bd3d74.tar.gz
freesmartphone/fsoinitd_git.bb: removed unneeded EXTRA_OECONF
verified by comparing bitbake -e output from before and after the edit Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r--recipes/freesmartphone/fsoinitd_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/freesmartphone/fsoinitd_git.bb b/recipes/freesmartphone/fsoinitd_git.bb
index 8c98ceb5d9..7e6206a3a9 100644
--- a/recipes/freesmartphone/fsoinitd_git.bb
+++ b/recipes/freesmartphone/fsoinitd_git.bb
@@ -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}"