| Submitter | Joel A Fernandes |
|---|---|
| Date | Aug. 17, 2011, 2:16 a.m. |
| Message ID | <1313547374-10263-1-git-send-email-agnel.joel@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/9989/ |
| State | New, archived |
| Headers | show |
Comments
On Tue, Aug 16, 2011 at 7:16 PM, Joel A Fernandes <agnel.joel@gmail.com> wrote: > Without this, the configure stage of this recipe fails with pkg-config not finding > the gnome-icon-theme package may be you should bump up the PR to ensure a rebuild > > Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com> > Cc: jdk@ti.com > Cc: k-kooi@ti.com > --- > .../gnome-system-monitor_2.28.2.bb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb > index 72ad32b..6ce4f92 100644 > --- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb > +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb > @@ -3,7 +3,7 @@ LICENSE = "GPLv2" > LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" > SECTION = "x11/gnome" > > -DEPENDS = "libgtop gtkmm glibmm gnome-doc-utils libwnck gtk+ dbus-glib librsvg" > +DEPENDS = "libgtop gtkmm glibmm gnome-doc-utils gnome-icon-theme libwnck gtk+ dbus-glib librsvg" > > inherit gnome > SRC_URI[archive.md5sum] = "3f0bca9b0ebc7a365466851cd580d167" > -- > 1.7.0.4 > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core >
On Wed, Aug 17, 2011 at 12:14 AM, Khem Raj <raj.khem@gmail.com> wrote: > On Tue, Aug 16, 2011 at 7:16 PM, Joel A Fernandes <agnel.joel@gmail.com> wrote: >> Without this, the configure stage of this recipe fails with pkg-config not finding >> the gnome-icon-theme package > > may be you should bump up the PR to ensure a rebuild Hi Khem, Actually it didn't build to begin with. In this case is it required? Thanks
Patch
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb index 72ad32b..6ce4f92 100644 --- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" SECTION = "x11/gnome" -DEPENDS = "libgtop gtkmm glibmm gnome-doc-utils libwnck gtk+ dbus-glib librsvg" +DEPENDS = "libgtop gtkmm glibmm gnome-doc-utils gnome-icon-theme libwnck gtk+ dbus-glib librsvg" inherit gnome SRC_URI[archive.md5sum] = "3f0bca9b0ebc7a365466851cd580d167"
Without this, the configure stage of this recipe fails with pkg-config not finding the gnome-icon-theme package Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com> Cc: jdk@ti.com Cc: k-kooi@ti.com --- .../gnome-system-monitor_2.28.2.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)