diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-22 07:47:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-22 07:53:32 +0000 |
commit | fe21ace36e19e06cbfdb83f73e60623bd4e382af (patch) | |
tree | d5f0e397e78d199ed6a6b423debea90c3e8d29a6 /meta/recipes-devtools/python | |
parent | a01737e4b23599082b7eb16cd9f009b0157c2907 (diff) | |
download | poky-fe21ace36e19e06cbfdb83f73e60623bd4e382af.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.
(From OE-Core rev: 887059e9c0082cb4e7fa8b5d7c9646207acd62a6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python-smartpm_1.4.1.bb | 3 |
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" | |||
94 | 94 | ||
95 | RDEPENDS_smartpm = 'python-smartpm' | 95 | RDEPENDS_smartpm = 'python-smartpm' |
96 | 96 | ||
97 | RDEPENDS_python-smartpm_append = " virtual/python-smartpm-backend python-codecs python-textutils python-xml" | 97 | RDEPENDS_python-smartpm_append = " python-smartpm-backend-rpm python-codecs python-textutils python-xml" |
98 | RDEPENDS_python-smartpm_append += " python-fcntl python-pickle python-crypt python-compression python-shell" | 98 | RDEPENDS_python-smartpm_append += " python-fcntl python-pickle python-crypt python-compression python-shell" |
99 | RDEPENDS_python-smartpm_append += " python-resource python-netclient python-threading python-unixadmin" | 99 | RDEPENDS_python-smartpm_append += " python-resource python-netclient python-threading python-unixadmin" |
100 | 100 | ||
101 | #RDEPENDS_python-smartpm_append += " python-modules" | 101 | #RDEPENDS_python-smartpm_append += " python-modules" |
102 | 102 | ||
103 | RDEPENDS_python-smartpm-backend-rpm = 'python-rpm' | 103 | RDEPENDS_python-smartpm-backend-rpm = 'python-rpm' |
104 | RPROVIDES_python-smartpm-backend-rpm = 'virtual/python-smartpm-backend' | ||
105 | 104 | ||
106 | RDEPENDS_python-smartpm-interface-qt4 = 'qt4-x11 python-smartpm-interface-images' | 105 | RDEPENDS_python-smartpm-interface-qt4 = 'qt4-x11 python-smartpm-interface-images' |
107 | RDEPENDS_python-smartpm-interface-gtk = 'gtk+ python-smartpm-interface-images' | 106 | RDEPENDS_python-smartpm-interface-gtk = 'gtk+ python-smartpm-interface-images' |