All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Hatle <mark.hatle@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 18/40] modutils: Add in missing -dbg package
Date: Wed, 22 Jun 2011 12:40:18 -0500	[thread overview]
Message-ID: <4E022902.9010908@windriver.com> (raw)
In-Reply-To: <1576E015-5BD6-4C83-A347-82FAE31906EF@dominion.thruhere.net>

On 6/22/11 12:37 PM, Koen Kooi wrote:
> 
> Op 22 jun 2011, om 19:36 heeft Mark Hatle het volgende geschreven:
> 
>> Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
>> ---
>> meta/recipes-kernel/modutils/modutils_2.4.27.bb |    4 ++--
>> 1 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta/recipes-kernel/modutils/modutils_2.4.27.bb b/meta/recipes-kernel/modutils/modutils_2.4.27.bb
>> index 1ebc90c..9f2add3 100644
>> --- a/meta/recipes-kernel/modutils/modutils_2.4.27.bb
>> +++ b/meta/recipes-kernel/modutils/modutils_2.4.27.bb
>> @@ -5,7 +5,7 @@ manageable for all users, administrators and distribution maintainers."
>> LICENSE = "GPLv2"
>> LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
>> DEPENDS = "bison-native"
>> -PR = "r9"
>> +PR = "r10"
>>
>> SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/modutils/v2.4/modutils-${PV}.tar.bz2 \
>>            file://lex.l.diff;patch=1 \
>> @@ -86,7 +86,7 @@ pkg_prerm_modutils-modinfo() {
>> update-alternatives --remove modinfo /sbin/modinfo.24
>> }
>>
>> -PACKAGES = "modutils-depmod modutils-modinfo modutils-doc modutils"
>> +PACKAGES = "${PN}-dbg modutils-depmod modutils-modinfo modutils-doc modutils"
> 
> PACKAGES =+ "modutils-depmod modutils-modinfo" would be nice more more futureproof

I'm happy to make that change if requested -- but I did it with this way to
minimize change.  (also for some reason, I think that there was recently a pull
request to remove modutils anyway.. so it might not be needed.)

--Mark

> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core




  reply	other threads:[~2011-06-22 17:43 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-22 17:35 [PATCH 00/40] Various recipe fixes Mark Hatle
2011-06-22 17:35 ` [PATCH 01/40] resolveconf: Fix file owners Mark Hatle
2011-06-23 23:30   ` Khem Raj
2011-06-22 17:35 ` [PATCH 02/40] base-passwd: Fix owners/groups Mark Hatle
2011-06-22 17:35 ` [PATCH 03/40] gcc: " Mark Hatle
2011-06-22 17:35 ` [PATCH 04/40] ghostscript: Fix owner/group of /etc/cups Mark Hatle
2011-06-22 18:49   ` Phil Blundell
2011-06-22 17:35 ` [PATCH 05/40] libtirpc: Fix owner/group of /etc/netconfig Mark Hatle
2011-06-22 18:58   ` Phil Blundell
2011-06-22 17:36 ` [PATCH 06/40] tzdata: Ensure all files are owned by root:root Mark Hatle
2011-06-22 17:36 ` [PATCH 07/40] gnome-doc-utils: Fix the owner/group on select files Mark Hatle
2011-06-22 17:36 ` [PATCH 08/40] perf: Fix linux-tools to ensure perf is installed under "fakeroot" Mark Hatle
2011-06-22 18:50   ` Phil Blundell
2011-06-22 17:36 ` [PATCH 09/40] kernel.bbclass: Add support for perf-dbg package Mark Hatle
2011-06-22 17:36 ` [PATCH 10/40] sysfsutils: Fall back to default -dbg package Mark Hatle
2011-06-22 17:36 ` [PATCH 11/40] classes/package_rpm.bbclass: Enhance diagnostic messages Mark Hatle
2011-06-22 17:36 ` [PATCH 12/40] classes/package_rpm.bbclass: Change the way the PV is transformed Mark Hatle
2011-06-22 17:36 ` [PATCH 13/40] python: Switch to using the default -dbg package Mark Hatle
2011-06-22 17:38   ` Koen Kooi
2011-06-22 17:50     ` Mark Hatle
2011-06-22 17:36 ` [PATCH 14/40] python-pyobject: Remove unnecessary -dbg setting Mark Hatle
2011-06-22 17:36 ` [PATCH 15/40] libxml-parser-perl: Fix debug package Mark Hatle
2011-06-22 17:36 ` [PATCH 16/40] texinfo: Change to use the standard -dbg file Mark Hatle
2011-06-22 17:36 ` [PATCH 17/40] psmisc: Remove custom -dbg packages, use default Mark Hatle
2011-06-22 17:36 ` [PATCH 18/40] modutils: Add in missing -dbg package Mark Hatle
2011-06-22 17:37   ` Koen Kooi
2011-06-22 17:40     ` Mark Hatle [this message]
2011-06-22 17:36 ` [PATCH 19/40] liba52: Remove custom -dbg, fall back to default Mark Hatle
2011-06-22 17:36 ` [PATCH 20/40] python-gst: Add missing files to the -dbg package Mark Hatle
2011-06-22 17:36 ` [PATCH 21/40] mc: Add missing debug files to -dbg Mark Hatle
2011-06-22 17:36 ` [PATCH 22/40] gamin: " Mark Hatle
2011-06-22 17:36 ` [PATCH 23/40] gthumb: Add missing debug files Mark Hatle
2011-06-22 17:36 ` [PATCH 24/40] systemtamp: " Mark Hatle
2011-06-22 18:54   ` Phil Blundell
2011-06-22 17:36 ` [PATCH 25/40] trace-cmd: " Mark Hatle
2011-06-22 17:36 ` [PATCH 26/40] gstreamer: " Mark Hatle
2011-06-22 17:36 ` [PATCH 27/40] gtk-sato-engine: " Mark Hatle
2011-06-22 17:36 ` [PATCH 28/40] libproxy: " Mark Hatle
2011-06-22 17:36 ` [PATCH 29/40] wireless-tools: Avoid stripping binaries Mark Hatle
2011-06-22 17:36 ` [PATCH 30/40] busybox: " Mark Hatle
2011-06-22 17:36 ` [PATCH 31/40] tinylogin: Avoid stripped binaries Mark Hatle
2011-06-22 17:36 ` [PATCH 32/40] quote: Avoid stripping binaries Mark Hatle
2011-06-22 17:36 ` [PATCH 33/40] sysstat: " Mark Hatle
2011-06-22 17:36 ` [PATCH 34/40] db: " Mark Hatle
2011-06-22 17:36 ` [PATCH 35/40] db: Fix file ownership Mark Hatle
2011-06-22 17:36 ` [PATCH 36/40] unzip: Avoid stripping binaries Mark Hatle
2011-06-22 17:36 ` [PATCH 37/40] dropbear: Don't patch in configure Mark Hatle
2011-06-22 17:36 ` [PATCH 38/40] nasm: Fix aclocal Mark Hatle
2011-06-22 17:36 ` [PATCH 39/40] python: Add python to the dependencies of python modules Mark Hatle
2011-06-22 17:36 ` [PATCH 40/40] boost: Move the do_configure_prepend to a seperate task Mark Hatle

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=4E022902.9010908@windriver.com \
    --to=mark.hatle@windriver.com \
    --cc=openembedded-core@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.