From a2abb468cddf97a0b9dd1241616d140bdaa0511d Mon Sep 17 00:00:00 2001 From: Jacob Stiffler Date: Sat, 30 Jan 2016 01:38:07 +0000 Subject: [PATCH] netapi: Use INC_PR Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- recipes-ti/netapi/netapi-test_git.bb | 2 ++ recipes-ti/netapi/netapi.inc | 2 +- recipes-ti/netapi/netapi_git.bb | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-ti/netapi/netapi-test_git.bb b/recipes-ti/netapi/netapi-test_git.bb index 9d49c294..1347d346 100644 --- a/recipes-ti/netapi/netapi-test_git.bb +++ b/recipes-ti/netapi/netapi-test_git.bb @@ -4,6 +4,8 @@ DEPENDS = "netapi ipsecmgr" include netapi.inc +PR = "${INC_PR}.0" + EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}" do_compile () { diff --git a/recipes-ti/netapi/netapi.inc b/recipes-ti/netapi/netapi.inc index f7e53936..e497b1a0 100644 --- a/recipes-ti/netapi/netapi.inc +++ b/recipes-ti/netapi/netapi.inc @@ -7,7 +7,7 @@ SRC_URI = "git://git.ti.com/keystone-rtos/netapi.git;protocol=git;branch=${BRANC # Below Commit ID corresponds to "DEV.NETAPI.01.01.00.06" SRCREV = "8180b61615965954eaaedc26053f9a8939d9a273" PV = "01.01.00.06" -PR = "r1" +INC_PR = "r2" DEVICELIST = "k2h k2k k2l k2e" diff --git a/recipes-ti/netapi/netapi_git.bb b/recipes-ti/netapi/netapi_git.bb index d88e95ab..298a86fe 100644 --- a/recipes-ti/netapi/netapi_git.bb +++ b/recipes-ti/netapi/netapi_git.bb @@ -6,6 +6,8 @@ DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld sa-lld hplib pktlib nwal-lld" include netapi.inc +PR = "${INC_PR}.0" + EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}" do_compile () {