[oe-commits] Koen Kooi : libdvdcss: disable docs

GIT User account git at amethyst.openembedded.net
Thu Jan 29 13:06:17 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e26046fa3ce725b34bc9b36fa1baad5d453e1ff2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e26046fa3ce725b34bc9b36fa1baad5d453e1ff2

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jan 29 14:03:48 2009 +0100

libdvdcss: disable docs

---

 packages/vlc/libdvdcss_1.2.10.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/packages/vlc/libdvdcss_1.2.10.bb b/packages/vlc/libdvdcss_1.2.10.bb
index ca471c2..f6862d3 100644
--- a/packages/vlc/libdvdcss_1.2.10.bb
+++ b/packages/vlc/libdvdcss_1.2.10.bb
@@ -1,10 +1,14 @@
 DESCRIPTION = "libdvdcss is a simple library designed for accessing DVDs like a block device without having to bother about the decryption."
 LICENSE = "GPLv2"
 
+PR = "r1"
+
 SRC_URI = "http://download.videolan.org/pub/libdvdcss/${PV}/libdvdcss-${PV}.tar.bz2"
 
 inherit autotools
 
+EXTRA_OECONF = " --disable-doc "
+
 AUTOTOOLS_STAGE_PKGCONFIG = "1"
 do_stage() {
 	autotools_stage_all





More information about the Openembedded-commits mailing list