From: Jun Zhu <R01007@freescale.com>
To: <meta-freescale@yoctoproject.org>
Cc: Jun Zhu <R01007@freescale.com>
Subject: [meta-fsl-arm][PATCH 3/5] libfslvpuwrap: Upgrade to 1.0.58 version
Date: Sat, 4 Apr 2015 07:05:45 +0800 [thread overview]
Message-ID: <1428102347-7831-4-git-send-email-R01007@freescale.com> (raw)
In-Reply-To: <1428102347-7831-1-git-send-email-R01007@freescale.com>
Upgrade VPU wrapper to new version.
Update the license file with new version and use COPYING for LIC_FILES_CHKSUM
Remove the folder /usr/share to avoid empty folder installation.
Signed-off-by: Jun Zhu <R01007@freescale.com>
---
.../libfslvpuwrap/libfslvpuwrap_1.0.57.bb | 23 ----------------------
.../libfslvpuwrap/libfslvpuwrap_1.0.58.bb | 23 ++++++++++++++++++++++
2 files changed, 23 insertions(+), 23 deletions(-)
delete mode 100644 recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.57.bb
create mode 100644 recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.58.bb
diff --git a/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.57.bb b/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.57.bb
deleted file mode 100644
index 661610a..0000000
--- a/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.57.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright (C) 2013, 2014 Freescale Semiconductor
-# Released under the MIT license (see COPYING.MIT for the terms)
-DESCRIPTION = "Freescale Multimedia VPU wrapper"
-DEPENDS = "imx-vpu"
-LICENSE = "Proprietary"
-SECTION = "multimedia"
-LIC_FILES_CHKSUM = "file://EULA.txt;md5=93b784b1c11b3fffb1638498a8dde3f6"
-
-SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
-S = "${WORKDIR}/${PN}-${PV}"
-
-SRC_URI[md5sum] = "d1128194e2b5bf88abfa1386836956bd"
-SRC_URI[sha256sum] = "d73f70b7d5a0148b9dde8776f63a1d492c5914df5465114ee24e7ce403850dfa"
-
-inherit fsl-eula-unpack autotools pkgconfig
-
-do_install_append() {
- # FIXME: Drop examples for now
- rm -r ${D}${datadir}/imx-mm
-}
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "(mx6q|mx6dl)"
diff --git a/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.58.bb b/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.58.bb
new file mode 100644
index 0000000..c61eb6d
--- /dev/null
+++ b/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.58.bb
@@ -0,0 +1,23 @@
+# Copyright (C) 2013-2015 Freescale Semiconductor
+# Released under the MIT license (see COPYING.MIT for the terms)
+DESCRIPTION = "Freescale Multimedia VPU wrapper"
+DEPENDS = "imx-vpu"
+LICENSE = "Proprietary"
+SECTION = "multimedia"
+LIC_FILES_CHKSUM = "file://COPYING;md5=acdb807ac7275fe32f9f64992e111241"
+
+SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
+S = "${WORKDIR}/${PN}-${PV}"
+
+SRC_URI[md5sum] = "bf4960ab18e6bb59e98aae797b80cd7f"
+SRC_URI[sha256sum] = "a278eb18ec24230166ac39e2eadf7b934798f0432654c2e24c4cb69c3ac1cf0f"
+
+inherit fsl-eula-unpack autotools pkgconfig
+
+do_install_append() {
+ # FIXME: Drop examples for now
+ rm -r ${D}${datadir}
+}
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+COMPATIBLE_MACHINE = "(mx6q|mx6dl)"
--
1.9.1
next prev parent reply other threads:[~2015-04-03 15:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-03 23:05 [meta-fsl-arm][PATCH 0/5] Upgrade to 3.14.28-1.0.0 GA release - Multimedia Jun Zhu
2015-04-03 23:05 ` [meta-fsl-arm][PATCH 1/5] libfslcodec: Upgrade to 4.0.3 version Jun Zhu
2015-04-03 23:05 ` [meta-fsl-arm][PATCH 2/5] libfslparser: " Jun Zhu
2015-04-03 23:05 ` Jun Zhu [this message]
2015-04-03 23:05 ` [meta-fsl-arm][PATCH 4/5] gst-fsl-plugin: " Jun Zhu
2015-04-03 23:05 ` [meta-fsl-arm][PATCH 5/5] gst1.0-fsl-plugin: " Jun Zhu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1428102347-7831-4-git-send-email-R01007@freescale.com \
--to=r01007@freescale.com \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.