From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 21/23] xqt2_20060509.bb: DEPEND on libxmu instead of xmu
Date: Sun, 29 Aug 2010 09:44:14 +0200 [thread overview]
Message-ID: <20100829074414.GM17268@jama> (raw)
In-Reply-To: <AANLkTinto0DJo6_PQ+c55fdsn45xfP6RgTHV-CUednpQ@mail.gmail.com>
On Sun, Aug 29, 2010 at 09:14:03AM +0200, Frans Meulenbroeks wrote:
> I think this is very bad that we apparenlty have a recipe from 2006
> that has a problem with a lib that is not there:
> The DEPENDS is also from 2006.
> Was it possible to have broken depends in the past, or was xmu a good
> depends in the past?
> If not, is it worthwhile to keep recipes from 2006 that are apparently
> not maintained and have been kept around for so long ?
This was my fault from 2010-06-24
http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=c470dca9ddeaa911c4d63edd8e863f31e537e97f
and the fix is right
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
> Anyway wrt the patch:
> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
>
>
>
> 2010/8/28 Khem Raj <raj.khem@gmail.com>:
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > ---
> > recipes/xqt2/xqt2_20060509.bb | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/recipes/xqt2/xqt2_20060509.bb b/recipes/xqt2/xqt2_20060509.bb
> > index 7634d27..4492bc7 100644
> > --- a/recipes/xqt2/xqt2_20060509.bb
> > +++ b/recipes/xqt2/xqt2_20060509.bb
> > @@ -1,6 +1,6 @@
> > DESCRIPTION = "Xqt2 is an X-Server than runs within the Opie environment"
> > HOMEPAGE = "http://xqt.sourceforge.jp"
> > -DEPENDS = "freetype libxi xmu flex-native virtual/libqte2 libqpe-opie"
> > +DEPENDS = "freetype libxi libxmu flex-native virtual/libqte2 libqpe-opie"
> > LICENSE = "GPL"
> > SECTION = "opie/applications"
> > APPTYPE = "binary"
> > --
> > 1.7.1
> >
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
next prev parent reply other threads:[~2010-08-29 7:43 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-28 20:24 [PATCH 01/23] getting to bitbake world Khem Raj
2010-08-28 20:24 ` [PATCH 01/23] recipes: Move some recipes to nonworking for getting " Khem Raj
2010-08-29 7:16 ` Frans Meulenbroeks
2010-08-29 8:25 ` Khem Raj
2010-08-28 20:24 ` [PATCH 02/23] clutter_0.6svn.bb, clutter-gtk-0.6_git.bb: Unused and unbuildable for long hence removed Khem Raj
2010-08-29 7:28 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 03/23] angstrom-bootmanager.bb: recipes it depends upon do not exist Khem Raj
2010-08-29 7:28 ` Frans Meulenbroeks
2010-08-29 10:38 ` Michael 'Mickey' Lauer
2010-08-28 20:24 ` [PATCH 04/23] esc-node-demo_git.bb: Do not RDEPEND on a recipe yet which is under review Khem Raj
2010-08-29 7:29 ` Frans Meulenbroeks
2010-08-29 9:54 ` Koen Kooi
2010-08-29 18:29 ` Khem Raj
2010-08-28 20:24 ` [PATCH 05/23] meta-toolchain-arago-dvsdk.bb: Exclude from world build Khem Raj
2010-08-29 7:23 ` Frans Meulenbroeks
2010-08-29 9:54 ` Koen Kooi
2010-08-29 18:20 ` Khem Raj
2010-08-30 22:00 ` Denys Dmytriyenko
2010-08-30 23:47 ` Tom Rini
2010-09-01 21:39 ` Khem Raj
2010-08-28 20:24 ` [PATCH 06/23] sugar-fructose.bb: sugar-web-activity is not provided by any recipe dont DEPEND on it Khem Raj
2010-08-29 7:25 ` Frans Meulenbroeks
2010-08-29 8:28 ` Khem Raj
2010-08-28 20:24 ` [PATCH 07/23] task-arago-toolchain-target.bb: remove libpng12-dev which is not provided and e2fsprogs-libs-dev is now e2fsprogs-dev Khem Raj
2010-08-29 7:23 ` Frans Meulenbroeks
2010-08-30 21:51 ` Denys Dmytriyenko
2010-08-28 20:24 ` [PATCH 08/23] task-demo-x11.bb: Replace non existing libgles-omap3-demos with libgles-omap3-x11demos Khem Raj
2010-08-29 7:24 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 09/23] task-gmae.bb: it uses XSERVER but doesnt really define it so define it Khem Raj
2010-08-29 7:26 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 10/23] task-gpe.bb: virtual/xserver can not be RDEPEND'ed on it can be DEPEND'ed upon Khem Raj
2010-08-29 7:05 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 11/23] udev-compat141_141.bb: if machine is not one of spitz akita c70x poodle then it is not needed to RDEPEND'ed on udev-compat-wrapper Khem Raj
2010-08-29 7:24 ` Frans Meulenbroeks
2010-08-29 9:56 ` Koen Kooi
2010-08-29 18:15 ` Khem Raj
2010-09-01 21:40 ` Khem Raj
2010-09-02 8:39 ` Koen Kooi
2010-09-03 7:01 ` Khem Raj
2010-09-06 6:44 ` Koen Kooi
2010-08-28 20:24 ` [PATCH 12/23] vlc-davinci_0.8.6h.bb: Rename codec-engine to ti-codec-engine Khem Raj
2010-08-29 7:06 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 13/23] bt950-cs_0.1.bb: Dont override PACKAGES but append to it Khem Raj
2010-08-29 7:07 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 14/23] libmsip_svn.bb: Rename libmnetutil0->libmnetutil in DEPENDS Khem Raj
2010-08-29 6:57 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 15/23] libmsgenabler2_svn.bb: Replace gsmd-lips with gsmd " Khem Raj
2010-08-29 7:07 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 16/23] meta-angstrom-2007.bb, meta-opie.bb: task-opie-bluetooth is added only if it appeas in COMBINED_FEATURES Khem Raj
2010-08-29 7:14 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 17/23] initramfs-bootmenu-debug-image.bb, initramfs-bootmenu-image.bb: Rename klibc-utils-static-modprobe->klibc-static-utils-modprobe Khem Raj
2010-08-29 7:06 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 18/23] initramfs-module-bootmenu_1.0.bb, initramfs-module-kexecboot_1.0.bb: Rename klibc-utils-static-fstype -> klibc-static-utils-fstype Khem Raj
2010-08-29 6:56 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 19/23] cnetworkmanager_git.bb: python-uuid is not provided remove it from RDENEDS Khem Raj
2010-08-29 6:55 ` Frans Meulenbroeks
2010-08-29 8:31 ` Khem Raj
2010-08-28 20:24 ` [PATCH 20/23] openmoko-session_svn.bb: Replace openmoko-today with openmoko-today2 Khem Raj
2010-08-29 6:56 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 21/23] xqt2_20060509.bb: DEPEND on libxmu instead of xmu Khem Raj
2010-08-29 7:14 ` Frans Meulenbroeks
2010-08-29 7:44 ` Martin Jansa [this message]
2010-08-29 9:03 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 22/23] task-openprotium.bb: Define missing DISTRO_SSH_DAEMON, DISTRO_DEV_MANAGER, DISTRO_INIT_MANAGER, DISTRO_LOGIN_MANAGER Khem Raj
2010-08-29 6:57 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 23/23] recipes/tasks: Do not RDEPENDS on unavailable packages Khem Raj
2010-08-29 6:57 ` Frans Meulenbroeks
2010-08-29 7:31 ` [PATCH 01/23] getting to bitbake world Frans Meulenbroeks
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=20100829074414.GM17268@jama \
--to=martin.jansa@gmail.com \
--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