Hi there, attached a proposal for a recipe for building the Precision Time Protocol daemon (ptpd).
Jaap
Precision Time protocol (IEEE 1588) --- recipes/ptpd/ptpd_1.0.0.bb | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 recipes/ptpd/ptpd_1.0.0.bb diff --git a/recipes/ptpd/ptpd_1.0.0.bb b/recipes/ptpd/ptpd_1.0.0.bb new file mode 100644 index 0000000..3737d63 --- /dev/null +++ b/recipes/ptpd/ptpd_1.0.0.bb @@ -0,0 +1,15 @@ +# ptpd build file +LICENSE="BSD" +DESCRIPTION="Precision Time Protocol (PTP) as defined by the IEEE 1588 standard" +HOMEPAGE="http://sourceforge.net/projects/ptpd" + +SRC_URI = "http://downloads.sourceforge.net/project/ptpd/ptpd/${PV}/ptpd-${PV}.tar.gz" + +S="${WORKDIR}/ptpd-${PV}/src" +PR = "r0" + +do_install() { + install -d ${D}${bindir} + install -m 4555 ptpd ${D}${bindir} +} + -- 1.6.3.3
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
