diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-06-19 22:23:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-02 22:23:44 +0100 |
commit | a662fa1ee2e8c0e09fae704c7f62e29d499e8719 (patch) | |
tree | 02b6317a5ee37a15a37151e9b9a97ca81b856dee /meta/recipes-core | |
parent | bb065931f69cabc6203f487a94cb220d20c9c2d5 (diff) | |
download | poky-a662fa1ee2e8c0e09fae704c7f62e29d499e8719.tar.gz |
packagegroup-self-hosted: add python-git
python-git is needed by buildhistory-diff, so add it to this
packagegroup allowing buildhistory-diff to be used within
build-appliance-image.
(From OE-Core rev: 1f2d0f898e11bbb935d885920a1518336e19c3e7)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.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-core')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb index ed73617081..8473a9212d 100644 --- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb +++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | |||
@@ -154,6 +154,7 @@ RDEPENDS_packagegroup-self-hosted-extended = "\ | |||
154 | python-elementtree \ | 154 | python-elementtree \ |
155 | python-email \ | 155 | python-email \ |
156 | python-fcntl \ | 156 | python-fcntl \ |
157 | python-git \ | ||
157 | python-logging \ | 158 | python-logging \ |
158 | python-misc \ | 159 | python-misc \ |
159 | python-multiprocessing \ | 160 | python-multiprocessing \ |