[oe-commits] Frans Meulenbroeks : freesmartphone/fsoinitd_git.bb: removed unneeded EXTRA_OECONF

git version control git at git.openembedded.org
Sat Oct 23 14:56:55 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8fb247464b22325e1e4c22aee951a103f0bd3d74
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8fb247464b22325e1e4c22aee951a103f0bd3d74

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Oct 23 16:13:28 2010 +0200

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 at gmail.com>

---

 recipes/freesmartphone/fsoinitd_git.bb |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes/freesmartphone/fsoinitd_git.bb b/recipes/freesmartphone/fsoinitd_git.bb
index 8c98ceb..7e6206a 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}"
 





More information about the Openembedded-commits mailing list