diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2015-11-04 01:47:07 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-04 09:56:28 -0500 |
commit | 51cf2fad408c71f78b17441266ccc3b0f24cadf9 (patch) | |
tree | 95e8e4904c77a173520a7a5801da66be06800be8 /recipes-bsp/aif2-lld/aif2-lld_git.bb | |
parent | 88b45cf17553663dc3a8a56a170ca702bb885cb1 (diff) | |
download | meta-ti-51cf2fad408c71f78b17441266ccc3b0f24cadf9.tar.gz |
aif2-lld: Clean up recipes
* Use INC_PR to track recipe revisions
* Define variables for GIT SRC_URI parameters
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/aif2-lld/aif2-lld_git.bb')
-rwxr-xr-x | recipes-bsp/aif2-lld/aif2-lld_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/aif2-lld/aif2-lld_git.bb b/recipes-bsp/aif2-lld/aif2-lld_git.bb index f6e95c28..f310b17b 100755 --- a/recipes-bsp/aif2-lld/aif2-lld_git.bb +++ b/recipes-bsp/aif2-lld/aif2-lld_git.bb | |||
@@ -4,6 +4,8 @@ DEPENDS = "common-csl-ip qmss-lld cppi-lld" | |||
4 | 4 | ||
5 | include aif2-lld.inc | 5 | include aif2-lld.inc |
6 | 6 | ||
7 | PR = "${INC_PR}.0" | ||
8 | |||
7 | EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}" | 9 | EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}" |
8 | 10 | ||
9 | do_compile () { | 11 | do_compile () { |