From: Joshua Lock <josh@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/1] libzypp: move package-manger to it own package
Date: Tue, 13 Sep 2011 16:56:41 -0700 [thread overview]
Message-ID: <1315958207.2252.22.camel@scimitar> (raw)
In-Reply-To: <3be290aac4da885fe5bc31797c4a689196c63b7a.1315956050.git.sgw@linux.intel.com>
On Tue, 2011-09-13 at 16:41 -0700, Saul Wold wrote:
> [YOCTO #1234]
Aside/nitpick: I really hate this being the first line.
>
> This moves a couple of files to a pkgmgt package so that
> they will not be installed by default. This removes the
> Add/Remove Software Icon from rpm based rootfs.
>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
We should ensure that we document how to hook up and enable this
functionality too.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
> ---
> meta/recipes-extended/libzypp/libzypp_git.bb | 9 ++++++++-
> 1 files changed, 8 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb
> index 1fc6809..aeae7df 100644
> --- a/meta/recipes-extended/libzypp/libzypp_git.bb
> +++ b/meta/recipes-extended/libzypp/libzypp_git.bb
> @@ -14,7 +14,7 @@ RDEPENDS_${PN} = "sat-solver"
> S = "${WORKDIR}/git"
> SRCREV = "15b6c52260bbc52b3d8e585e271b67e10cc7c433"
> PV = "0.0-git${SRCPV}"
> -PR = "r13"
> +PR = "r14"
>
> SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \
> file://no-doc.patch \
> @@ -32,9 +32,16 @@ SRC_URI_append_mips = " file://mips-workaround-gcc-tribool-error.patch"
> # ARM specific global constructor workaround
> SRC_URI_append_arm = " file://arm-workaround-global-constructor.patch"
>
> +PACKAGES =+ "${PN}-pkgmgt"
> +
> FILES_${PN} += "${libdir}/zypp ${datadir}/zypp ${datadir}/icons"
> FILES_${PN}-dev += "${datadir}/cmake"
>
> +FILES_${PN}-pkgmgt = "${bindir}/package-manager \
> + ${bindir}/package-manager-su \
> + ${datadir}/applications/package-manager.desktop \
> + "
> +
> EXTRA_OECMAKE += " -DLIB=${@os.path.basename('${libdir}')}"
>
> PACKAGE_ARCH = "${MACHINE_ARCH}"
--
Joshua Lock
Yocto Project "Johannes factotum"
Intel Open Source Technology Centre
next prev parent reply other threads:[~2011-09-14 0:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-13 23:41 [PATCH 0/1] libzypp: remove the desktop icon Saul Wold
2011-09-13 23:41 ` [PATCH 1/1] libzypp: move package-manger to it own package Saul Wold
2011-09-13 23:54 ` Richard Purdie
2011-09-13 23:56 ` Joshua Lock [this message]
2011-09-14 0:01 ` Richard Purdie
2011-09-14 0:06 ` Joshua Lock
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=1315958207.2252.22.camel@scimitar \
--to=josh@linux.intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox