diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2013-01-15 11:58:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-16 11:54:31 +0000 |
commit | 56c7ce56a1c9870df08821c6f18fac3713b1b4cf (patch) | |
tree | 1842a948f9d811ddcd442c13e2bbc79f0c332c96 /meta/recipes-connectivity/connman/connman-gnome_0.7.bb | |
parent | edd629029979dc18905fce23b64216f15eea501f (diff) | |
download | openembedded-core-56c7ce56a1c9870df08821c6f18fac3713b1b4cf.tar.gz openembedded-core-56c7ce56a1c9870df08821c6f18fac3713b1b4cf.tar.bz2 openembedded-core-56c7ce56a1c9870df08821c6f18fac3713b1b4cf.zip |
Removed undisplayed picture from connman-gnome
- removed the picture that doesn't display in the
connman-gnome "about" section.
- updated the recipe to use the patch when running bitbake
- created a folder with patches named "connman-gnome",
the same as for connman.
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman-gnome_0.7.bb')
-rw-r--r-- | meta/recipes-connectivity/connman/connman-gnome_0.7.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb index 6cceb2d80e..1559a9dfe4 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb @@ -10,7 +10,8 @@ DEPENDS = "gtk+ dbus-glib" # 0.7 tag SRCREV = "cf3c325b23dae843c5499a113591cfbc98acb143" -SRC_URI = "git://github.com/connectivity/connman-gnome.git;protocol=git" +SRC_URI = "git://github.com/connectivity/connman-gnome.git;protocol=git \ + file://0001-Removed-icon-from-connman-gnome-about-applet.patch" S = "${WORKDIR}/git" |