From patchwork Mon Aug 20 07:40:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 178696 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 2D09D2C00A2 for ; Mon, 20 Aug 2012 17:40:29 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1T3Mao-0005GE-Ia; Mon, 20 Aug 2012 07:40:10 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1T3Mal-0005Fz-8X for kernel-team@lists.ubuntu.com; Mon, 20 Aug 2012 07:40:07 +0000 Received: from 2-230-238-136.ip204.fastwebnet.it ([2.230.238.136] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1T3Mar-0004rb-NF for kernel-team@lists.ubuntu.com; Mon, 20 Aug 2012 07:40:13 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH] UBUNTU: installing omapdrm specific headers for external drivers Date: Mon, 20 Aug 2012 09:40:11 +0200 Message-Id: <1345448411-14963-2-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1345448411-14963-1-git-send-email-paolo.pisati@canonical.com> References: <1345448411-14963-1-git-send-email-paolo.pisati@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com From: Ricardo Salveti de Araujo Both omap_drm.h and omap_drv.h have a link already available at include/linux, as both are needed for the external PVR SGX kernel module. Unfortunately, these links are only valid if the original files are also copied to the linux-headers package. BugLink: http://bugs.launchpad.net/bugs/1038846 Signed-off-by: Ricardo Salveti de Araujo Signed-off-by: Paolo Pisati --- debian/rules.d/3-binary-indep.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules.d/3-binary-indep.mk b/debian/rules.d/3-binary-indep.mk index a3edfbc..0eb9d18 100644 --- a/debian/rules.d/3-binary-indep.mk +++ b/debian/rules.d/3-binary-indep.mk @@ -46,6 +46,7 @@ ifeq ($(do_flavour_header_package),true) cp -a drivers/media/dvb/dvb-core/*.h $(indep_hdrdir)/drivers/media/dvb/dvb-core cp -a drivers/media/video/*.h $(indep_hdrdir)/drivers/media/video cp -a drivers/media/dvb/frontends/*.h $(indep_hdrdir)/drivers/media/dvb/frontends + cp -a drivers/staging/omapdrm/omap_dr*.h $(indep_hdrdir)/drivers/staging/omapdrm cp -a scripts include $(indep_hdrdir) (find arch -name include -type d -print | \ xargs -n1 -i: find : -type f) | \