aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ptpd/ptpd_1.0.0.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-04-04 12:05:22 -0700
committerTom Rini <tom_rini@mentor.com>2011-04-04 12:05:22 -0700
commitde42055b9a53b36b0dbb714cc639b918de02ff75 (patch)
tree61ce3662a2f398d8d5a48dab7af19e7af8e65f7b /recipes/ptpd/ptpd_1.0.0.bb
parent9a888d16d8bc12e41b2d18b1f9d1ba80fdd7f2c6 (diff)
downloadopenembedded-de42055b9a53b36b0dbb714cc639b918de02ff75.tar.gz
ptpd: Add a patch to bring in limits.h
Taken from the old bugzilla: http://lists.linuxtogo.org/pipermail/openembedded-commits/2010-January/041030.html Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/ptpd/ptpd_1.0.0.bb')
-rw-r--r--recipes/ptpd/ptpd_1.0.0.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/ptpd/ptpd_1.0.0.bb b/recipes/ptpd/ptpd_1.0.0.bb
index 656430ecb2..a650d11d49 100644
--- a/recipes/ptpd/ptpd_1.0.0.bb
+++ b/recipes/ptpd/ptpd_1.0.0.bb
@@ -2,9 +2,11 @@ DESCRIPTION = "Precision Time Protocol (PTP) as defined by the IEEE 1588 standar
HOMEPAGE = "http://sourceforge.net/projects/ptpd"
LICENSE = "BSD"
SECTION = "network"
-PR = "r0"
+PR = "r1"
+
+SRC_URI = "http://downloads.sourceforge.net/project/ptpd/ptpd/${PV}/ptpd-${PV}.tar.gz \
+ file://add-limit-h.patch;striplevel=2"
-SRC_URI = "http://downloads.sourceforge.net/project/ptpd/ptpd/${PV}/ptpd-${PV}.tar.gz"
S = "${WORKDIR}/ptpd-${PV}/src"
do_install() {