From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2lp0207.outbound.protection.outlook.com [207.46.163.207]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 0C3C5E00B95 for ; Thu, 24 Apr 2014 08:23:16 -0700 (PDT) Received: from CH1PR03CA003.namprd03.prod.outlook.com (10.255.156.148) by DM2PR03MB557.namprd03.prod.outlook.com (10.141.82.152) with Microsoft SMTP Server (TLS) id 15.0.921.12; Thu, 24 Apr 2014 15:23:02 +0000 Received: from BN1AFFO11FD030.protection.gbl (10.255.156.132) by CH1PR03CA003.outlook.office365.com (10.255.156.148) with Microsoft SMTP Server (TLS) id 15.0.929.12 via Frontend Transport; Thu, 24 Apr 2014 15:23:01 +0000 Received: from az84smr01.freescale.net (192.88.158.246) by BN1AFFO11FD030.mail.protection.outlook.com (10.58.52.168) with Microsoft SMTP Server (TLS) id 15.0.929.8 via Frontend Transport; Thu, 24 Apr 2014 15:23:01 +0000 Received: from neo.am.freescale.net (neo.am.freescale.net [10.81.16.89]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id s3OFMpNM004264; Thu, 24 Apr 2014 08:23:00 -0700 From: Lauren Post To: Date: Thu, 24 Apr 2014 10:09:39 -0500 Message-ID: <1398352188-12194-13-git-send-email-lauren.post@freescale.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1398352188-12194-1-git-send-email-lauren.post@freescale.com> References: <1398352188-12194-1-git-send-email-lauren.post@freescale.com> X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:192.88.158.246; CTRY:US; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(10009001)(6009001)(428001)(5423002)(189002)(199002)(92726001)(79102001)(92566001)(85852003)(33646001)(87286001)(74502001)(74662001)(36756003)(80022001)(81342001)(50466002)(83072002)(31966008)(47776003)(77982001)(575784001)(86362001)(81542001)(87936001)(80976001)(19580395003)(88136002)(46102001)(62966002)(77156001)(6806004)(89996001)(50986999)(50226001)(93916002)(19580405001)(20776003)(4396001)(83322001)(76482001)(77096999)(76176999)(44976005)(99396002)(48376002); DIR:OUT; SFP:1101; SCL:1; SRVR:DM2PR03MB557; H:az84smr01.freescale.net; FPR:E67983DE.E25CAE01.4FE4DA30.93CAF705.2024B; MLV:sfv; PTR:gate-az5.freescale.com; MX:1; A:1; LANG:en; MIME-Version: 1.0 X-Forefront-PRVS: 01917B1794 Received-SPF: None (: freescale.com does not designate permitted sender hosts) X-OriginatorOrg: freescale.com Subject: [[meta-fsl-arm][PATCH 12/21] libfslcodec: Update to 3.0.11 version X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 15:23:17 -0000 Content-Type: text/plain Version 3.0.11 provided with 3.10.17-1.0.0 GA release. Change-Id: Icfc316ef6d9db3d01c808928fff982d9dd827e67 Signed-off-by: Lauren Post --- .../libfslcodec/libfslcodec_3.0.10.bb | 10 ---------- .../libfslcodec/libfslcodec_3.0.11.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 recipes-multimedia/libfslcodec/libfslcodec_3.0.10.bb create mode 100644 recipes-multimedia/libfslcodec/libfslcodec_3.0.11.bb diff --git a/recipes-multimedia/libfslcodec/libfslcodec_3.0.10.bb b/recipes-multimedia/libfslcodec/libfslcodec_3.0.10.bb deleted file mode 100644 index 657611e..0000000 --- a/recipes-multimedia/libfslcodec/libfslcodec_3.0.10.bb +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright (C) 2013, 2014 Freescale Semiconductor -# Released under the MIT license (see COPYING.MIT for the terms) - -require libfslcodec.inc - -SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" -SRC_URI[md5sum] = "59c81f7da3440409e7e058edd0cdbb2a" -SRC_URI[sha256sum] = "130f69e47b52a02988df64211c2e42c54f0d07f00d8c1229d20d41b2a9d784a2" - -COMPATIBLE_MACHINE = "(mxs|mx5|mx6)" diff --git a/recipes-multimedia/libfslcodec/libfslcodec_3.0.11.bb b/recipes-multimedia/libfslcodec/libfslcodec_3.0.11.bb new file mode 100644 index 0000000..9143863 --- /dev/null +++ b/recipes-multimedia/libfslcodec/libfslcodec_3.0.11.bb @@ -0,0 +1,9 @@ +# Copyright (C) 2013-14 Freescale Semiconductor +# Released under the MIT license (see COPYING.MIT for the terms) + +require libfslcodec.inc + +SRC_URI[md5sum] = "dd44ca15b88b79f8f958380bdf94a753" +SRC_URI[sha256sum] = "510b5362f7e357f05d4c9c059c2688733aa5df617d357c7c55e2ca3fa4be8654" + +COMPATIBLE_MACHINE = "(mxs|mx5|mx6)" -- 1.7.9.5