diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-04-12 15:56:20 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-05-02 17:54:57 -0300 |
commit | f38484d7678fac57cb3af2d5bb353fcbae9089e5 (patch) | |
tree | b892e74a1abfd6012c4c7a74417b9c28fe5da2cc /recipes-extended/dpdk | |
parent | 0aaeb71587fc29c9639044b401f6e8224c73031d (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-extended/dpdk')
-rw-r--r-- | recipes-extended/dpdk/dpdk-extras_git.bb | 6 |
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 @@ | |||
1 | DESCRIPTION = "Data Plane Development Kit Extended utilities" | 1 | DESCRIPTION = "Data Plane Development Kit Extended utilities" |
2 | HOMEPAGE = "http://dpdk.org" | 2 | HOMEPAGE = "http://dpdk.org" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "BSD" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d65993a77975d92d8125471e44ab0b21" |
5 | 5 | ||
6 | RDEPENDS_${PN} = "dpdk" | 6 | RDEPENDS_${PN} = "dpdk" |
7 | 7 | ||
8 | SRC_URI = "git://git.freescale.com/ppc/sdk/dpdk-extras.git;nobranch=1" | 8 | SRC_URI = "git://git.freescale.com/ppc/sdk/dpdk-extras.git;nobranch=1" |
9 | SRCREV = "ebc515aad0605ad90d8ade5c1fde60d8da86973f" | 9 | SRCREV = "47ee260f878d83154aeb69d9f84819ce76cc1567" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||