diff options
4 files changed, 12 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-1080p.bb b/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-1080p.bb index e5a8f085bc..5eba4da207 100644 --- a/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-1080p.bb +++ b/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-1080p.bb | |||
| @@ -9,6 +9,9 @@ SRC_URI[sha256sum] = "69fe2cfe7154a6e752688e3a0d7d6b07b1605bbaf75b56f6470dc7b4c2 | |||
| 9 | 9 | ||
| 10 | inherit allarch | 10 | inherit allarch |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/sources" | ||
| 13 | UNPACKDIR = "${S}" | ||
| 14 | |||
| 12 | do_install() { | 15 | do_install() { |
| 13 | install -d ${D}${datadir}/movies | 16 | install -d ${D}${datadir}/movies |
| 14 | install -m 0644 ${UNPACKDIR}/big_buck_bunny_1080p_surround.avi ${D}${datadir}/movies/ | 17 | install -m 0644 ${UNPACKDIR}/big_buck_bunny_1080p_surround.avi ${D}${datadir}/movies/ |
diff --git a/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-480p.bb b/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-480p.bb index 37e519790c..29e60cb0a8 100644 --- a/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-480p.bb +++ b/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-480p.bb | |||
| @@ -9,6 +9,9 @@ SRC_URI[sha256sum] = "40d1cf5bc8e1b0e55dac7bb2e3fbc2aea05b6679444864781299b24db0 | |||
| 9 | 9 | ||
| 10 | inherit allarch | 10 | inherit allarch |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/sources" | ||
| 13 | UNPACKDIR = "${S}" | ||
| 14 | |||
| 12 | do_install() { | 15 | do_install() { |
| 13 | install -d ${D}${datadir}/movies | 16 | install -d ${D}${datadir}/movies |
| 14 | install -m 0644 ${UNPACKDIR}/big_buck_bunny_480p_surround-fix.avi ${D}${datadir}/movies/ | 17 | install -m 0644 ${UNPACKDIR}/big_buck_bunny_480p_surround-fix.avi ${D}${datadir}/movies/ |
diff --git a/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-720p.bb b/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-720p.bb index 2b233d3e19..50ea2e3c88 100644 --- a/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-720p.bb +++ b/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-720p.bb | |||
| @@ -9,6 +9,9 @@ SRC_URI[sha256sum] = "b957d6e6212638441b52d3b620af157cc8d40c2a0342669294854a06ed | |||
| 9 | 9 | ||
| 10 | inherit allarch | 10 | inherit allarch |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/sources" | ||
| 13 | UNPACKDIR = "${S}" | ||
| 14 | |||
| 12 | do_install() { | 15 | do_install() { |
| 13 | install -d ${D}${datadir}/movies | 16 | install -d ${D}${datadir}/movies |
| 14 | install -m 0644 ${UNPACKDIR}/big_buck_bunny_720p_surround.avi ${D}${datadir}/movies/ | 17 | install -m 0644 ${UNPACKDIR}/big_buck_bunny_720p_surround.avi ${D}${datadir}/movies/ |
diff --git a/meta-multimedia/recipes-multimedia/sample-content/tearsofsteel-1080p.bb b/meta-multimedia/recipes-multimedia/sample-content/tearsofsteel-1080p.bb index 34753fdb18..ed3ff75ac0 100644 --- a/meta-multimedia/recipes-multimedia/sample-content/tearsofsteel-1080p.bb +++ b/meta-multimedia/recipes-multimedia/sample-content/tearsofsteel-1080p.bb | |||
| @@ -8,6 +8,9 @@ SRC_URI[sha256sum] = "bd2b5bc6c16d4085034f47ef7e4b3938afe86b4eec4ac3cf2685367d3b | |||
| 8 | 8 | ||
| 9 | inherit allarch | 9 | inherit allarch |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/sources" | ||
| 12 | UNPACKDIR = "${S}" | ||
| 13 | |||
| 11 | do_install() { | 14 | do_install() { |
| 12 | install -d ${D}${datadir}/movies | 15 | install -d ${D}${datadir}/movies |
| 13 | install -m 0644 ${UNPACKDIR}/ToS-4k-1920.mov ${D}${datadir}/movies/ | 16 | install -m 0644 ${UNPACKDIR}/ToS-4k-1920.mov ${D}${datadir}/movies/ |
