diff options
| author | Ting Liu <b28495@freescale.com> | 2012-12-04 16:22:32 +0800 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2012-12-04 13:17:36 -0600 |
| commit | b849a5721c24cd8adcacbe800b522813666fed81 (patch) | |
| tree | 4a22a718cf8e3a9c91cfc450d205a6a959415ea5 /recipes-tools | |
| parent | b33c6fe1e02a889329e76eb4d54452912463b73f (diff) | |
| download | meta-fsl-ppc-b849a5721c24cd8adcacbe800b522813666fed81.tar.gz | |
lxc: remove rdepend perl-module-warnings-register
The module does not exist any more. Its content (warnings/register.pm)
has been moved to the main perl package. Introduced by commit:
(poky: 51cbb5ae76a22d465e2f6c5ef923ec2682624e3b)
* File warnings/register.pm has been moved to package perl
Fix:
|error: Failed dependencies:
|perl-module-warnings-register is needed by lxc-0.8.0+rc1-r6.ppce500mc
|ERROR: Function failed: do_rootfs
Signed-off-by: Ting Liu <b28495@freescale.com>
Signed-off-by: Chunrong Guo <b40290@freescale.com>
Diffstat (limited to 'recipes-tools')
| -rw-r--r-- | recipes-tools/lxc/lxc_0.8.0-rc1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-tools/lxc/lxc_0.8.0-rc1.bb b/recipes-tools/lxc/lxc_0.8.0-rc1.bb index 5100937..ee6b09e 100644 --- a/recipes-tools/lxc/lxc_0.8.0-rc1.bb +++ b/recipes-tools/lxc/lxc_0.8.0-rc1.bb | |||
| @@ -3,7 +3,7 @@ SECTION = "console/utils" | |||
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
| 5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
| 6 | PR = "r6" | 6 | PR = "r7" |
| 7 | DEPENDS = "libxml2 libcap virtual/kernel" | 7 | DEPENDS = "libxml2 libcap virtual/kernel" |
| 8 | RDEPENDS_${PN} = " \ | 8 | RDEPENDS_${PN} = " \ |
| 9 | rsync \ | 9 | rsync \ |
| @@ -12,7 +12,6 @@ RDEPENDS_${PN} = " \ | |||
| 12 | perl-module-strict \ | 12 | perl-module-strict \ |
| 13 | perl-module-getopt-long \ | 13 | perl-module-getopt-long \ |
| 14 | perl-module-vars \ | 14 | perl-module-vars \ |
| 15 | perl-module-warnings-register \ | ||
| 16 | perl-module-exporter \ | 15 | perl-module-exporter \ |
| 17 | perl-module-constant \ | 16 | perl-module-constant \ |
| 18 | perl-module-overload \ | 17 | perl-module-overload \ |
