diff options
Diffstat (limited to 'recipes-multimedia/imx-codec')
| -rw-r--r-- | recipes-multimedia/imx-codec/imx-codec_4.4.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/imx-codec/imx-codec_4.4.2.bb b/recipes-multimedia/imx-codec/imx-codec_4.4.2.bb index 60a3717ec..39860c862 100644 --- a/recipes-multimedia/imx-codec/imx-codec_4.4.2.bb +++ b/recipes-multimedia/imx-codec/imx-codec_4.4.2.bb | |||
| @@ -43,7 +43,7 @@ python __set_insane_skip() { | |||
| 43 | # Ensure we have PACKAGES expanded | 43 | # Ensure we have PACKAGES expanded |
| 44 | bb.build.exec_func("read_subpackage_metadata", d) | 44 | bb.build.exec_func("read_subpackage_metadata", d) |
| 45 | 45 | ||
| 46 | for p in d.getVar('PACKAGES', True).split(): | 46 | for p in d.getVar('PACKAGES').split(): |
| 47 | # Even though we are packaging libraries those are plugins so we | 47 | # Even though we are packaging libraries those are plugins so we |
| 48 | # shouldn't rename the packages to follow its sonames. | 48 | # shouldn't rename the packages to follow its sonames. |
| 49 | d.setVar("DEBIAN_NOAUTONAME_%s" % p, "1") | 49 | d.setVar("DEBIAN_NOAUTONAME_%s" % p, "1") |
| @@ -66,7 +66,7 @@ python __split_libfslcodec_plugins() { | |||
| 66 | output_pattern='imx-codec-%s', | 66 | output_pattern='imx-codec-%s', |
| 67 | description='Freescale i.MX Codec (%s)', | 67 | description='Freescale i.MX Codec (%s)', |
| 68 | extra_depends='') | 68 | extra_depends='') |
| 69 | pkgs = d.getVar('PACKAGES', True).split() | 69 | pkgs = d.getVar('PACKAGES').split() |
| 70 | for pkg in pkgs: | 70 | for pkg in pkgs: |
| 71 | meta = pkg[10:] | 71 | meta = pkg[10:] |
| 72 | if meta != '': | 72 | if meta != '': |
