summaryrefslogtreecommitdiffstats
path: root/recipes-tools
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2012-12-04 16:22:32 +0800
committerMatthew McClintock <msm@freescale.com>2012-12-04 13:17:36 -0600
commitb849a5721c24cd8adcacbe800b522813666fed81 (patch)
tree4a22a718cf8e3a9c91cfc450d205a6a959415ea5 /recipes-tools
parentb33c6fe1e02a889329e76eb4d54452912463b73f (diff)
downloadmeta-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.bb3
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"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" 4LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
5PRIORITY = "optional" 5PRIORITY = "optional"
6PR = "r6" 6PR = "r7"
7DEPENDS = "libxml2 libcap virtual/kernel" 7DEPENDS = "libxml2 libcap virtual/kernel"
8RDEPENDS_${PN} = " \ 8RDEPENDS_${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 \