From: Joshua Lock <joshua.g.lock@linux.intel.com>
To: Tan Shen Joon <shen.joon.tan@intel.com>, poky@yoctoproject.org
Cc: Shen Joon Tan <stan74@rebeccas.png.intel.com>
Subject: Re: [PATCH] distro_alias.inc: update unmap packages to other distro
Date: Tue, 11 Jul 2017 10:48:48 +0100 [thread overview]
Message-ID: <1499766528.3497.5.camel@linux.intel.com> (raw)
In-Reply-To: <1499742031-147601-1-git-send-email-shen.joon.tan@intel.com>
Hi Shen Joon,
poky@ is the wrong list for this, openembedded-core@ was correct.
Patchtest failed your original submission to the openembedded-core list
due to the shortlog format, rather than it being the incorrect list.
Could you resubmit this patch to openembedded-core? Please first fix
the email address in your git config so that we don't see the patch as
being from an internal machine name.
Thanks,
Joshua
On Tue, 2017-07-11 at 11:00 +0800, Tan Shen Joon wrote:
> From: Shen Joon Tan <stan74@rebeccas.png.intel.com>
>
> Added packages with different names or based on sources that
> generates multiple binaries eg: python-pycurl source generates
> python3-pycurl as well. Currently, some of these packages are not
> displayed as part of other distro due to naming differences on
> the source rather than the binaries as a single source could
> produce multiple binaries with different names.
>
> Signed-off-by: Shen Joon Tan <shen.joon.tan@intel.com>
> ---
> meta/conf/distro/include/distro_alias.inc | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/meta/conf/distro/include/distro_alias.inc
> b/meta/conf/distro/include/distro_alias.inc
> index ba47f90..f7c8b4a 100644
> --- a/meta/conf/distro/include/distro_alias.inc
> +++ b/meta/conf/distro/include/distro_alias.inc
> @@ -62,6 +62,7 @@ DISTRO_PN_ALIAS_pn-core-image-testmaster = "OE-
> Core"
> DISTRO_PN_ALIAS_pn-core-image-testmaster-initramfs = "OE-Core"
> DISTRO_PN_ALIAS_pn-core-image-weston = "OE-Core"
> DISTRO_PN_ALIAS_pn-core-image-x11 = "OE-Core"
> +DISTRO_PN_ALIAS_pn-createrepo-c = "Fedora=createrepo_c
> Clear=createrepo_c"
> DISTRO_PN_ALIAS_pn-cross-localedef = "OSPDT"
> DISTRO_PN_ALIAS_pn-cryptodev-linux = "OE-Core"
> DISTRO_PN_ALIAS_pn-cryptodev-module = "OE-Core"
> @@ -128,6 +129,7 @@ DISTRO_PN_ALIAS_pn-gstreamer1.0-plugins-bad =
> "Debian=gstreamer1.0-plugins-bad U
> DISTRO_PN_ALIAS_pn-gstreamer1.0-plugins-base = "Debian=gstreamer1.0-
> plugins-base Ubuntu=gstreamer1.0-plugins-base"
> DISTRO_PN_ALIAS_pn-gstreamer1.0-plugins-good = "Debian=gstreamer1.0-
> plugins-good Ubuntu=gstreamer1.0-plugins-bad"
> DISTRO_PN_ALIAS_pn-gstreamer1.0-rtsp-server = "Ubuntu=gstreamer0.10-
> rtsp Fedora=gstreamer-rtsp"
> +DISTRO_PN_ALIAS_pn-gstreamer1.0-vaapi = "Fedora=gstreamer1-vaapi
> Debian=gstreamer-vaapi Clear=gstreamer-vaapi"
> DISTRO_PN_ALIAS_pn-gtk+ = "Meego=gtk2 Fedora=gtk2 OpenSuSE=gtk2
> Ubuntu=gtk+2.0 Mandriva=gtk+2.0 Debian=gtk+2.0"
> DISTRO_PN_ALIAS_pn-gtk+3 = "Ubuntu=gtk+3.0 Debian=gtk+3.0
> Fedora=gtk3"
> DISTRO_PN_ALIAS_pn-gtk-doc = "Fedora=gtk-doc Ubuntu=gtk-doc"
> @@ -193,6 +195,7 @@ DISTRO_PN_ALIAS_pn-libomxil = "OSPDT upstream=htt
> p://omxil.sourceforge.net/"
> DISTRO_PN_ALIAS_pn-libowl = "Debian=owl OpenedHand"
> DISTRO_PN_ALIAS_pn-libpam = "Meego=pam Fedora=pam OpenSuSE=pam
> Ubuntu=pam Mandriva=pam Debian=pam"
> DISTRO_PN_ALIAS_pn-libpcre = "Mandriva=libpcre0 Fedora=pcre"
> +DISTRO_PN_ALIAS_pn-libpcre2 = "Fedora=pcre2 Debian=pcre2
> Clear=pcre2"
> DISTRO_PN_ALIAS_pn-libpng12 = "Debian=libpng12-0 Fedora=libpng"
> DISTRO_PN_ALIAS_pn-libpod-plainer-perl = "OSPDT"
> DISTRO_PN_ALIAS_pn-libsamplerate0 = "Meego=libsamplerate
> Fedora=libsamplerate OpenSuSE=libsamplerate Ubuntu=libsamplerate
> Mandriva=libsamplerate Debian=libsamplerate"
> @@ -207,6 +210,7 @@ DISTRO_PN_ALIAS_pn-libusb1 = "Debian=libusb-1.0-0
> Fedora=libusb1"
> DISTRO_PN_ALIAS_pn-libusb-compat = "OSPDT"
> DISTRO_PN_ALIAS_pn-libx11 = "Debian=libx11-6 Fedora=libX11
> Ubuntu=libx11-6 OpenSuSE=xorg-x11-libX11"
> DISTRO_PN_ALIAS_pn-libxcalibrate = "OSPDT upstream=http://cgit.freed
> esktop.org/xorg/lib/libXCalibrate/"
> +DISTRO_PN_ALIAS_pn-libxfont2 = "Fedora=libXfont2 Clear=libXfont2"
> DISTRO_PN_ALIAS_pn-libxft = "Mandriva=libxft Debian=libxft2
> Ubuntu=libxft2"
> DISTRO_PN_ALIAS_pn-libxi = "Ubuntu=libxi Fedora=libXi"
> DISTRO_PN_ALIAS_pn-libxkbcommon = "Fedora=libxkbcommon
> Debian=libxkbcommon"
> @@ -323,7 +327,10 @@ DISTRO_PN_ALIAS_pn-pulseaudio-client-conf-sato =
> "OE-Core"
> DISTRO_PN_ALIAS_pn-puzzles = "Debian=sgt-puzzles Fedora=puzzles"
> DISTRO_PN_ALIAS_pn-python3 = "Fedora=python3 Debian=python3.2"
> DISTRO_PN_ALIAS_pn-python3-distribute = "Debian=python3-setuptools
> Fedora=python3-setuptools"
> +DISTRO_PN_ALIAS_pn-python3-iniparse = "Fedora=python-iniparse
> Debian=python-iniparse"
> DISTRO_PN_ALIAS_pn-python3-pip = "OpenSuSE=python3-pip
> Debian=python3-pip"
> +DISTRO_PN_ALIAS_pn-python3-pycurl = "Fedora=python-pycurl
> Debian=pycurl"
> +DISTRO_PN_ALIAS_pn-python3-pygpgme = "Fedora=python-pygpgme
> Debian=pygpgme"
> DISTRO_PN_ALIAS_pn-python3-setuptools = "OpenSuSE=python3-setuptools
> Debian=python3-setuptools"
> DISTRO_PN_ALIAS_pn-python-dbus = "Ubuntu=python-dbus Debian=python-
> dbus Mandriva=python-dbus"
> DISTRO_PN_ALIAS_pn-python-distribute = "Opensuse=python-setuptools
> Fedora=python-setuptools"
> --
> 2.7.4
>
prev parent reply other threads:[~2017-07-11 9:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-11 3:00 [PATCH] distro_alias.inc: update unmap packages to other distro Tan Shen Joon
2017-07-11 9:48 ` Joshua Lock [this message]
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=1499766528.3497.5.camel@linux.intel.com \
--to=joshua.g.lock@linux.intel.com \
--cc=poky@yoctoproject.org \
--cc=shen.joon.tan@intel.com \
--cc=stan74@rebeccas.png.intel.com \
/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.