diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/freesmartphone/frameworkd_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb index e21f150f5b..de630baded 100644 --- a/packages/freesmartphone/frameworkd_git.bb +++ b/packages/freesmartphone/frameworkd_git.bb @@ -17,6 +17,10 @@ SRC_URI = "${FREESMARTPHONE_GIT}/framework.git;protocol=git;branch=master \ file://frameworkd.conf" S = "${WORKDIR}/git" +do_configure_append() { + echo "version=\"${PV}\"" >framework/__version__.py +} + do_install_append() { install -d ${D}${sysconfdir}/init.d/ install -m 0755 ${WORKDIR}/frameworkd ${D}${sysconfdir}/init.d/ |