From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from arroyo.ext.ti.com ([192.94.94.40]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R13pv-0000WA-8N for openembedded-core@lists.openembedded.org; Wed, 07 Sep 2011 00:09:43 +0200 Received: from dlep34.itg.ti.com ([157.170.170.115]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id p86M4eVc031762 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 6 Sep 2011 17:04:40 -0500 Received: from dlep26.itg.ti.com (smtp-le.itg.ti.com [157.170.170.27]) by dlep34.itg.ti.com (8.13.7/8.13.8) with ESMTP id p86M4eSr012735 for ; Tue, 6 Sep 2011 17:04:40 -0500 (CDT) Received: from DFLE70.ent.ti.com (localhost [127.0.0.1]) by dlep26.itg.ti.com (8.13.8/8.13.8) with ESMTP id p86M4eDd014714 for ; Tue, 6 Sep 2011 17:04:40 -0500 (CDT) Received: from dlelxv22.itg.ti.com (172.17.1.197) by dfle70.ent.ti.com (128.247.5.40) with Microsoft SMTP Server id 14.1.323.3; Tue, 6 Sep 2011 17:04:40 -0500 Received: from localhost.localdomain (chase-ubuntu.am.dhcp.ti.com [128.247.105.25]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id p86M4cHF013829; Tue, 6 Sep 2011 17:04:40 -0500 From: Joel A Fernandes To: Date: Tue, 6 Sep 2011 16:54:04 -0500 Message-ID: <1315346049-8611-4-git-send-email-joelagnel@ti.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1315346049-8611-1-git-send-email-joelagnel@ti.com> References: <1315346049-8611-1-git-send-email-joelagnel@ti.com> MIME-Version: 1.0 Cc: jdk@ti.com, k-kooi@ti.com Subject: [PATCH v2 meta-oe 3/8] libdvdread: Imported from OE classic X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2011 22:09:44 -0000 Content-Type: text/plain Signed-off-by: Joel A Fernandes --- .../libdvdread/libdvdread_4.1.3-10.bb | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb diff --git a/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb b/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb new file mode 100644 index 0000000..f17043b --- /dev/null +++ b/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "DVD access multimeda library" +SECTION = "libs/multimedia" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" +SRC_URI = "git://git.debian-maintainers.org/git/daniel/${PN}.git;protocol=git;branch=debian" + +SRCREV = "e465b500c12be5b4c0b6918a9b98038611f66c57" +S = "${WORKDIR}/git" + +inherit autotools lib_package binconfig pkgconfig + +do_unpackpost() { + QUILT_PATCHES=debian/patches quilt push -a +} + +addtask unpackpost after do_unpack before do_patch -- 1.7.0.4