diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2010-05-09 23:09:37 +0200 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2010-05-09 23:09:37 +0200 |
commit | 671e6901f26b1db28ee35dc4102841f9ab87ecdb (patch) | |
tree | 18f5e6721b7cfce49bc3d75c1954065f49af38cf /recipes/freesmartphone/fsoinitd_git.bb | |
parent | 41350cf87ff1bec340823fb7fdf417461523704b (diff) |
fsoinitd_git.bb: new recipe
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/freesmartphone/fsoinitd_git.bb')
-rw-r--r-- | recipes/freesmartphone/fsoinitd_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/freesmartphone/fsoinitd_git.bb b/recipes/freesmartphone/fsoinitd_git.bb new file mode 100644 index 0000000000..dfb0b94f86 --- /dev/null +++ b/recipes/freesmartphone/fsoinitd_git.bb @@ -0,0 +1,13 @@ +require cornucopia.inc +inherit fso-plugin + +SRCREV = "${FSO_CORNUCOPIA_SRCREV}" +PV = "0.0.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" + +PACKAGE_ARCH = "${MACHINE_ARCH}" + |