aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-22 07:47:22 +0000
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2012-11-29 12:00:36 +0100
commit1dd999c8f05c47f2d297196f87b37142d3aa00c4 (patch)
treefb1704337ac5401b0bcabb0f87a4804a0e215f52
parentfcec6220e66db1d522e1e6a4cd04075bf65056f1 (diff)
downloadopenembedded-core-contrib-1dd999c8f05c47f2d297196f87b37142d3aa00c4.tar.gz
python-smart-backend: Remove bogus runtime virtual/
At runtime virtual/ providers make *no* sense at all. They also break debian packaging since the "/" character is not allowed in debian package names. This patch removes this runtime provider selection code since it is not workable and breaks builds. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python-smartpm_1.4.1.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-smartpm_1.4.1.bb b/meta/recipes-devtools/python/python-smartpm_1.4.1.bb
index 4314564cd8..254318c285 100644
--- a/meta/recipes-devtools/python/python-smartpm_1.4.1.bb
+++ b/meta/recipes-devtools/python/python-smartpm_1.4.1.bb
@@ -94,14 +94,13 @@ PACKAGES += "python-smartpm"
RDEPENDS_smartpm = 'python-smartpm'
-RDEPENDS_python-smartpm_append = " virtual/python-smartpm-backend python-codecs python-textutils python-xml"
+RDEPENDS_python-smartpm_append = " python-smartpm-backend-rpm python-codecs python-textutils python-xml"
RDEPENDS_python-smartpm_append += " python-fcntl python-pickle python-crypt python-compression python-shell"
RDEPENDS_python-smartpm_append += " python-resource python-netclient python-threading python-unixadmin"
#RDEPENDS_python-smartpm_append += " python-modules"
RDEPENDS_python-smartpm-backend-rpm = 'python-rpm'
-RPROVIDES_python-smartpm-backend-rpm = 'virtual/python-smartpm-backend'
RDEPENDS_python-smartpm-interface-qt4 = 'qt4-x11 python-smartpm-interface-images'
RDEPENDS_python-smartpm-interface-gtk = 'gtk+ python-smartpm-interface-images'