summaryrefslogtreecommitdiffstats
path: root/recipes-ti/codec-engine
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-12-29 09:12:14 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-29 10:03:11 +0100
commit226db03f4ce4609cf4973335ab6f9827cdd9cc14 (patch)
tree11d1857770cbdb6c58a7f5c7301a100bb22c1abe /recipes-ti/codec-engine
parent47eebd34728bf2edb38548024b3161e59643f53e (diff)
downloadmeta-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.inc1
-rw-r--r--recipes-ti/codec-engine/ti-codec-engine_2.26.02.11.bb2
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
13PROVIDES += "ti-codec-engine-examples" 13PROVIDES += "ti-codec-engine-examples"
14 14
15PR = "${MACHINE_KERNEL_PR}" 15PR = "${MACHINE_KERNEL_PR}"
16PR_append = "a"
17 16
18S = "${WORKDIR}/codec_engine_${PV}" 17S = "${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
3LIC_FILES_CHKSUM = "file://codec_engine_${PV}_manifest.html;md5=912535f1b02ecf329a3979bf313f91e0" 3LIC_FILES_CHKSUM = "file://codec_engine_${PV}_manifest.html;md5=912535f1b02ecf329a3979bf313f91e0"
4PV = "2_26_02_11" 4PV = "2_26_02_11"
5PR_append = "1" 5PR_append = "b"
6 6
7SRC_URI += "file://bypass-GCArmv5T-used-is-sealed.patch" 7SRC_URI += "file://bypass-GCArmv5T-used-is-sealed.patch"
8 8