diff options
Diffstat (limited to 'recipes/freesmartphone/fsotdld_git.bb')
-rw-r--r-- | recipes/freesmartphone/fsotdld_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/freesmartphone/fsotdld_git.bb b/recipes/freesmartphone/fsotdld_git.bb index 14659bdeff..e6b64c312e 100644 --- a/recipes/freesmartphone/fsotdld_git.bb +++ b/recipes/freesmartphone/fsotdld_git.bb @@ -1,6 +1,6 @@ require cornucopia.inc inherit fso-plugin -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" PV = "0.0.0+gitr${SRCREV}" DEPENDS += "libfsotransport libfsoresource" @@ -13,3 +13,4 @@ do_install_append() { } FILES_${PN} += "${sysconfdir}/freesmartphone/fsotdld.conf" +CONFFILES_${PN} += "${sysconfdir}/freesmartphone/fsotdld.conf" |