diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-29 09:12:14 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-29 10:03:11 +0100 |
commit | 226db03f4ce4609cf4973335ab6f9827cdd9cc14 (patch) | |
tree | 11d1857770cbdb6c58a7f5c7301a100bb22c1abe /recipes-ti/codec-engine | |
parent | 47eebd34728bf2edb38548024b3161e59643f53e (diff) | |
download | meta-ti-226db03f4ce4609cf4973335ab6f9827cdd9cc14.tar.gz |
ti-codec-engine: move PR_append into recipe
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/codec-engine')
-rw-r--r-- | recipes-ti/codec-engine/ti-codec-engine.inc | 1 | ||||
-rw-r--r-- | recipes-ti/codec-engine/ti-codec-engine_2.26.02.11.bb | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/recipes-ti/codec-engine/ti-codec-engine.inc b/recipes-ti/codec-engine/ti-codec-engine.inc index dd644450..4fb5575a 100644 --- a/recipes-ti/codec-engine/ti-codec-engine.inc +++ b/recipes-ti/codec-engine/ti-codec-engine.inc | |||
@@ -13,7 +13,6 @@ require recipes-ti/includes/ti-staging.inc | |||
13 | PROVIDES += "ti-codec-engine-examples" | 13 | PROVIDES += "ti-codec-engine-examples" |
14 | 14 | ||
15 | PR = "${MACHINE_KERNEL_PR}" | 15 | PR = "${MACHINE_KERNEL_PR}" |
16 | PR_append = "a" | ||
17 | 16 | ||
18 | S = "${WORKDIR}/codec_engine_${PV}" | 17 | S = "${WORKDIR}/codec_engine_${PV}" |
19 | 18 | ||
diff --git a/recipes-ti/codec-engine/ti-codec-engine_2.26.02.11.bb b/recipes-ti/codec-engine/ti-codec-engine_2.26.02.11.bb index e66fa4a5..bcb89b77 100644 --- a/recipes-ti/codec-engine/ti-codec-engine_2.26.02.11.bb +++ b/recipes-ti/codec-engine/ti-codec-engine_2.26.02.11.bb | |||
@@ -2,7 +2,7 @@ require ti-codec-engine.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://codec_engine_${PV}_manifest.html;md5=912535f1b02ecf329a3979bf313f91e0" | 3 | LIC_FILES_CHKSUM = "file://codec_engine_${PV}_manifest.html;md5=912535f1b02ecf329a3979bf313f91e0" |
4 | PV = "2_26_02_11" | 4 | PV = "2_26_02_11" |
5 | PR_append = "1" | 5 | PR_append = "b" |
6 | 6 | ||
7 | SRC_URI += "file://bypass-GCArmv5T-used-is-sealed.patch" | 7 | SRC_URI += "file://bypass-GCArmv5T-used-is-sealed.patch" |
8 | 8 | ||