summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-04-12 15:56:20 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-05-02 17:54:57 -0300
commitf38484d7678fac57cb3af2d5bb353fcbae9089e5 (patch)
treeb892e74a1abfd6012c4c7a74417b9c28fe5da2cc
parent0aaeb71587fc29c9639044b401f6e8224c73031d (diff)
downloadmeta-freescale-f38484d7678fac57cb3af2d5bb353fcbae9089e5.tar.gz
dpdk-extras :update to 47ee260
*include the following changes 47ee260 - dpaa2: sync dynamic DPL creation and destroy scripts 210d969 - dpaa2: set platform specific value for QoS entries 31f9b14 - Adding BSD License - COPYING be5e732 - Merge pull request #12 in GITAM/dpdk-extras from ~B46179/dpdk-extras:master to master d0f97d4 - Removing LICENSE.GPL file Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-extended/dpdk/dpdk-extras_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/dpdk/dpdk-extras_git.bb b/recipes-extended/dpdk/dpdk-extras_git.bb
index a18c467e..098766d9 100644
--- a/recipes-extended/dpdk/dpdk-extras_git.bb
+++ b/recipes-extended/dpdk/dpdk-extras_git.bb
@@ -1,12 +1,12 @@
1DESCRIPTION = "Data Plane Development Kit Extended utilities" 1DESCRIPTION = "Data Plane Development Kit Extended utilities"
2HOMEPAGE = "http://dpdk.org" 2HOMEPAGE = "http://dpdk.org"
3LICENSE = "GPLv2" 3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe" 4LIC_FILES_CHKSUM = "file://COPYING;md5=d65993a77975d92d8125471e44ab0b21"
5 5
6RDEPENDS_${PN} = "dpdk" 6RDEPENDS_${PN} = "dpdk"
7 7
8SRC_URI = "git://git.freescale.com/ppc/sdk/dpdk-extras.git;nobranch=1" 8SRC_URI = "git://git.freescale.com/ppc/sdk/dpdk-extras.git;nobranch=1"
9SRCREV = "ebc515aad0605ad90d8ade5c1fde60d8da86973f" 9SRCREV = "47ee260f878d83154aeb69d9f84819ce76cc1567"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12