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.

(From OE-Core rev: 887059e9c0082cb4e7fa8b5d7c9646207acd62a6)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2012-11-22 07:47:22 +00:00
parent a01737e4b2
commit fe21ace36e
1 changed files with 1 additions and 2 deletions

View File

@ -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'