diff options
author | Bogdan Marinescu <bogdan.a.marinescu@intel.com> | 2013-01-08 18:33:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-10 23:43:08 +0000 |
commit | 54021c2a4183c21a16f1325f79c0ab7f78162a43 (patch) | |
tree | 8f102d9bfd79ee86b0a8a0f1df02164a0fdbb57b /meta/recipes-devtools/python/python-smartpm_1.4.1.bb | |
parent | 25e5ba1366d0a9b4d9a90820b4b0bf66c1ac3f15 (diff) | |
download | poky-54021c2a4183c21a16f1325f79c0ab7f78162a43.tar.gz |
python-smartpm: add dependency on python-pprint
smart's "config" command uses the Python pprint module. If it is not
present, "config" fails with this error:
#############
# smart config --help
error: Invalid command 'config'
#############
This patch adds a dependency on python-pprint which fixes the error.
Tested on qemux86/core-image-sato-sdk.
[YOCTO #3643]
(From OE-Core rev: f5f9cfcccd1526572673ffbc5435bf3221498409)
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-smartpm_1.4.1.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-smartpm_1.4.1.bb | 4 |
1 files changed, 2 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 f3dd39910c..4d0f96b769 100644 --- a/meta/recipes-devtools/python/python-smartpm_1.4.1.bb +++ b/meta/recipes-devtools/python/python-smartpm_1.4.1.bb | |||
@@ -11,7 +11,7 @@ LICENSE = "GPLv2" | |||
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833" |
12 | 12 | ||
13 | DEPENDS = "python rpm" | 13 | DEPENDS = "python rpm" |
14 | PR = "r6" | 14 | PR = "r7" |
15 | SRCNAME = "smart" | 15 | SRCNAME = "smart" |
16 | 16 | ||
17 | SRC_URI = "\ | 17 | SRC_URI = "\ |
@@ -113,7 +113,7 @@ RDEPENDS_smartpm = "${PN}" | |||
113 | 113 | ||
114 | RDEPENDS_${PN} += "${PN}-backend-rpm python-codecs python-textutils python-xml python-fcntl \ | 114 | RDEPENDS_${PN} += "${PN}-backend-rpm python-codecs python-textutils python-xml python-fcntl \ |
115 | python-pickle python-crypt python-compression python-shell \ | 115 | python-pickle python-crypt python-compression python-shell \ |
116 | python-resource python-netclient python-threading python-unixadmin" | 116 | python-resource python-netclient python-threading python-unixadmin python-pprint" |
117 | RDEPENDS_${PN}_class-native = "" | 117 | RDEPENDS_${PN}_class-native = "" |
118 | 118 | ||
119 | RDEPENDS_${PN}-backend-rpm = "python-rpm" | 119 | RDEPENDS_${PN}-backend-rpm = "python-rpm" |