From: John Dowdal Date: Wed, 5 Nov 2014 14:39:33 +0000 (-0500) Subject: get rid of leading 0's in version because some version of xdc thinks they are octal X-Git-Tag: DEV.RM_LLD.02.01.00.07~9 X-Git-Url: https://git.ti.com/gitweb?p=keystone-rtos%2Frm-lld.git;a=commitdiff_plain;h=9175864d8bc2188ce02eb0061d91e3b28d7a982f get rid of leading 0's in version because some version of xdc thinks they are octal --- diff --git a/package.xdc b/package.xdc index 34ab8f7..4cf527c 100644 --- a/package.xdc +++ b/package.xdc @@ -9,6 +9,6 @@ * Copyright (C) 2012-2014, Texas Instruments, Inc. *****************************************************************************/ -package ti.drv.rm[02, 01, 00, 07] { +package ti.drv.rm[2, 1, 0, 7] { module Settings; }