Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Philip Balister <philip@balister.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/3] gtk+-1.2: convert to new style staging (fixes xmms	build)
Date: Sun, 21 Nov 2010 18:31:32 -0800	[thread overview]
Message-ID: <4CE9D604.5040202@balister.org> (raw)
In-Reply-To: <1290383951-6683-1-git-send-email-obi@opendreambox.org>

On 11/21/2010 03:59 PM, Andreas Oberritter wrote:
> * gtk+-1.2 didn't install its pkg-config file, but gtk-config
>    depended on it and went crazy without it. xmms uses gtk-config.
>
> Signed-off-by: Andreas Oberritter<obi@opendreambox.org>
> Tested-by: Yury Bushmelev<jay4mail@gmail.com>

Tested-by: Philip Balister <philip@balister.org>

> ---
>   recipes/gtk+/gtk+-1.2_1.2.10.bb |   30 ++----------------------------
>   1 files changed, 2 insertions(+), 28 deletions(-)
>
> diff --git a/recipes/gtk+/gtk+-1.2_1.2.10.bb b/recipes/gtk+/gtk+-1.2_1.2.10.bb
> index 2e5f86d..a503eab 100644
> --- a/recipes/gtk+/gtk+-1.2_1.2.10.bb
> +++ b/recipes/gtk+/gtk+-1.2_1.2.10.bb
> @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.gtk.org"
>   SECTION = "libs"
>   PRIORITY = "optional"
>   DEPENDS = "glib-1.2 jpeg libpng libxext"
> -PR = "r3"
> +PR = "r4"
>
>   SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-${PV}.tar.gz \
>              file://timezone-fix.patch \
> @@ -15,7 +15,7 @@ SRC_URI_append_jlime = " file://small-filesel.patch "
>
>   S = "${WORKDIR}/gtk+-${PV}"
>
> -inherit autotools pkgconfig flow-lossage
> +inherit autotools pkgconfig flow-lossage binconfig
>
>   do_configure_prepend() {
>   	install -d m4
> @@ -28,32 +28,6 @@ FILES_${PN}-dev += "${datadir}/gtk-1.2/include ${libdir}/gtk-1.2/include"
>
>
>   EXTRA_OECONF = "--enable-debug=no --disable-glibtest --disable-xim"
> -# --disable-cruft
> -
> -LIBV = "1.2.10"
> -
> -gtk_include = "fnmatch.h gtk.h gtkaccelgroup.h gtkaccellabel.h gtkadjustment.h gtkalignment.h gtkarg.h gtkarrow.h gtkaspectframe.h gtkbbox.h gtkbin.h gtkbindings.h gtkbox.h gtkbutton.h gtkcalendar.h gtkcheckbutton.h gtkcheckmenuitem.h gtkclist.h gtkcolorsel.h gtkcombo.h gtkcompat.h gtkcontainer.h gtkctree.h gtkcurve.h gtkdata.h gtkdebug.h gtkdialog.h gtkdnd.h gtkdrawingarea.h gtkeditable.h gtkentry.h gtkenums.h gtkeventbox.h gtkfeatures.h gtkfilesel.h gtkfixed.h gtkfontsel.h gtkframe.h gtkgamma.h gtkgc.h gtkhandlebox.h gtkhbbox.h gtkhbox.h gtkhpaned.h gtkhruler.h gtkhscale.h gtkhscrollbar.h gtkhseparator.h gtkimage.h gtkinputdialog.h gtkintl.h gtkinvisible.h gtkitem.h gtkitemfactory.h gtklabel.h gtklayout.h gtklist.h gtklistitem.h gtkmain.h gtkmarshal.h gtkmenu.h gtkmenubar.h gtkmenufactory.h gtkmenuitem.h gtkmenushell.h gtkmisc.h gtknotebook.h gtkobject.h gtkoptionmenu.h gtkpacker.h gtkpaned.h gtkpixmap.h gtkplug.h gtkpreview.h gtkprivate.h gtkprogress.h gtkprogressbar.h 
gt
>   kradiobutton.h gtkradiomenuitem.h gtkrange.h gtkrc.h gtkruler.h gtkscale.h gtkscrollbar.h gtkscrolledwindow.h gtkselection.h gtkseparator.h gtksignal.h gtksocket.h gtkspinbutton.h gtkstatusbar.h gtkstyle.h gtktable.h gtktearoffmenuitem.h gtktext.h gtkthemes.h gtktipsquery.h gtktogglebutton.h gtktoolbar.h gtktooltips.h gtktree.h gtktreeitem.h gtktypebuiltins.h gtktypeutils.h gtkvbbox.h gtkvbox.h gtkviewport.h gtkvpaned.h gtkvruler.h gtkvscale.h gtkvscrollbar.h gtkvseparator.h gtkwidget.h gtkwindow.h makeenums.h stamp-gtkmarshal.h stamp-gtktypebuiltins.h"
> -gdk_include = "MwmUtil.h gdk.h gdkcursors.h gdki18n.h gdkinput.h gdkinputcommon.h gdkinputgxi.h gdkinputnone.h gdkinputxfree.h gdkkeysyms.h gdkprivate.h gdkrgb.h gdktypes.h gdkx.h gxid_lib.h gxid_proto.h"
> -
> -do_stage () {
> -	oe_libinstall -so -C gtk libgtk ${STAGING_LIBDIR}
> -	oe_libinstall -so -C gdk libgdk ${STAGING_LIBDIR}
> -
> -	mkdir -p ${STAGING_INCDIR}/gtk-1.2/gtk
> -	for i in ${gtk_include}; do
> -		install -m 0644 gtk/$i ${STAGING_INCDIR}/gtk-1.2/gtk/$i
> -	done
> -
> -	mkdir -p ${STAGING_INCDIR}/gtk-1.2/gdk
> -	for i in ${gdk_include}; do
> -		install -m 0644 gdk/$i ${STAGING_INCDIR}/gtk-1.2/gdk/$i
> -	done
> -
> -	mkdir -p ${STAGING_LIBDIR}/gtk-1.2/include
> -
> -	install -m 0644 gtk.m4 ${STAGING_DATADIR}/aclocal/
> -	install -m 0755 gtk-config ${STAGING_BINDIR_CROSS}/
> -}
>
>   do_install_append () {
>   	install -d ${D}${sysconfdir}/gtk-1.2



  parent reply	other threads:[~2010-11-22  2:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-21 23:59 [PATCH 1/3] gtk+-1.2: convert to new style staging (fixes xmms build) Andreas Oberritter
2010-11-21 23:59 ` [PATCH 2/3] swfdec-gnome: use the pkg-config file installed by swfdec Andreas Oberritter
2010-11-22  6:41   ` Khem Raj
2010-11-21 23:59 ` [PATCH 3/3] swfdec: remove unused old recipes Andreas Oberritter
2010-11-22  6:42   ` Khem Raj
2010-11-22  6:55     ` Frans Meulenbroeks
2010-11-22  2:31 ` Philip Balister [this message]
2010-11-22 16:51   ` [PATCH 1/3] gtk+-1.2: convert to new style staging (fixes xmms build) Paul Menzel
2010-11-22  6:27 ` Khem Raj
2010-11-22 14:07   ` Andreas Oberritter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CE9D604.5040202@balister.org \
    --to=philip@balister.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox