diff options
Diffstat (limited to 'recipes/freesmartphone/fsonetworkd_git.bb')
-rw-r--r-- | recipes/freesmartphone/fsonetworkd_git.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes/freesmartphone/fsonetworkd_git.bb b/recipes/freesmartphone/fsonetworkd_git.bb index 2faf0a5323..551245aef9 100644 --- a/recipes/freesmartphone/fsonetworkd_git.bb +++ b/recipes/freesmartphone/fsonetworkd_git.bb @@ -1,15 +1,4 @@ require cornucopia.inc inherit fso-plugin -DEPENDS += "libnl2" PV = "0.1.0.0+gitr${SRCREV}" PR = "${INC_PR}.2" - -SRC_URI += "file://fsonetworkd.conf" - -do_install_append() { - install -d ${D}${sysconfdir}/freesmartphone/ - install -m 0644 ${WORKDIR}/fsonetworkd.conf ${D}${sysconfdir}/freesmartphone/ -} - -FILES_${PN} += "${sysconfdir}/freesmartphone/fsonetworkd.conf" -CONFFILES_${PN} += "${sysconfdir}/freesmartphone/fsonetworkd.conf" |