diff options
Diffstat (limited to 'meta-networking/recipes-daemons/ptpd/ptpd_2.2.0.bb')
| -rw-r--r-- | meta-networking/recipes-daemons/ptpd/ptpd_2.2.0.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/ptpd/ptpd_2.2.0.bb b/meta-networking/recipes-daemons/ptpd/ptpd_2.2.0.bb index 3449ee8491..39a0cdd52d 100644 --- a/meta-networking/recipes-daemons/ptpd/ptpd_2.2.0.bb +++ b/meta-networking/recipes-daemons/ptpd/ptpd_2.2.0.bb | |||
| @@ -8,8 +8,9 @@ SECTION = "network" | |||
| 8 | LICENSE = "BSD" | 8 | LICENSE = "BSD" |
| 9 | LIC_FILES_CHKSUM = "file://../COPYRIGHT;md5=3d8ac2c46c116bce2d2ad838b6cf3491" | 9 | LIC_FILES_CHKSUM = "file://../COPYRIGHT;md5=3d8ac2c46c116bce2d2ad838b6cf3491" |
| 10 | 10 | ||
| 11 | PR = "r1" | ||
| 12 | |||
| 11 | SRC_URI = "http://downloads.sourceforge.net/project/ptpd/ptpd/${PV}/ptpd-${PV}.tar.gz \ | 13 | SRC_URI = "http://downloads.sourceforge.net/project/ptpd/ptpd/${PV}/ptpd-${PV}.tar.gz \ |
| 12 | file://adjust-daemon-name.patch;striplevel=2 \ | ||
| 13 | file://ld-as-needed.patch;striplevel=2 \ | 14 | file://ld-as-needed.patch;striplevel=2 \ |
| 14 | " | 15 | " |
| 15 | 16 | ||
| @@ -22,6 +23,6 @@ EXTRA_OEMAKE = "" | |||
| 22 | 23 | ||
| 23 | do_install() { | 24 | do_install() { |
| 24 | install -d ${D}${bindir} ${D}${mandir}/man8 | 25 | install -d ${D}${bindir} ${D}${mandir}/man8 |
| 25 | install -m 0755 ptpd ${D}${bindir} | 26 | install -m 0755 ptpd2 ${D}${bindir} |
| 26 | install -m 0644 ptpd2.8 ${D}${mandir}/man8 | 27 | install -m 0644 ptpd2.8 ${D}${mandir}/man8 |
| 27 | } | 28 | } |
