summaryrefslogtreecommitdiffstats
path: root/rules/libpv.make
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2014-03-10 10:55:34 +0100
committerJuergen Beisert <jbe@pengutronix.de>2014-03-10 10:55:34 +0100
commitfb04888fbbc6bdde194a317a1d62f8a36d58b224 (patch)
tree9cecdc5f7041ce34f2e8028db587b6afd9199665 /rules/libpv.make
parent3f521c0b71d54b0c78d8cd489596cfcdf3010278 (diff)
downloadptxdist-fb04888fbbc6bdde194a317a1d62f8a36d58b224.tar.gz
ptxdist-fb04888fbbc6bdde194a317a1d62f8a36d58b224.tar.xz
libpv: change to new release due to link failures
Using the "--as-needed" linker flag requires to adding all required libraries to all components. Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
Diffstat (limited to 'rules/libpv.make')
-rw-r--r--rules/libpv.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libpv.make b/rules/libpv.make
index 9a61003ca..e23237e1f 100644
--- a/rules/libpv.make
+++ b/rules/libpv.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBPV) += libpv
#
# Paths and names
#
-LIBPV_VERSION := 1.4.1
-LIBPV_MD5 := f3a1073174f676a6a64dba7b2e55b247
+LIBPV_VERSION := 1.4.2
+LIBPV_MD5 := 353f6d57278a2f7852255378f38be8b6
LIBPV := libpv-$(LIBPV_VERSION)
LIBPV_SUFFIX := tar.bz2
LIBPV_URL := http://www.pengutronix.de/software/libpv/download/$(LIBPV).$(LIBPV_SUFFIX)