diff options
-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}" + |