From: Rongqing Li <rongqing.li@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: [PATCH][meta-networking][v2] znc: upgrade to 1.6.0
Date: Thu, 9 Jul 2015 09:27:19 +0800 [thread overview]
Message-ID: <559DCDF7.3020003@windriver.com> (raw)
In-Reply-To: <mnir45$f4q$1@ger.gmane.org>
On 2015年07月08日 17:39, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Rongqing Li schreef op 07-07-15 om 09:31:
>>
>>
>> On 2015年07月07日 15:24, Koen Kooi wrote: rongqing.li@windriver.com schreef
>> op 07-07-15 om 03:55:
>>>>> From: Roy Li <rongqing.li@windriver.com>
>>>>>
>>>>> Remove backport patch Add CSocket submodule Add the dependency on
>>>>> icu
>>>>>
>>>>> Signed-off-by: Roy Li <rongqing.li@windriver.com> ---
>>
>>>>> diff --git a/meta-networking/recipes-irc/znc/znc_git.bb
>>>>> b/meta-networking/recipes-irc/znc/znc_git.bb index
>>>>> 2e35e4d..f5bed08 100644 ---
>>>>> a/meta-networking/recipes-irc/znc/znc_git.bb +++
>>>>> b/meta-networking/recipes-irc/znc/znc_git.bb @@ -1,16 +1,16 @@
>>>>> SUMMARY = "ZNC, an advanced IRC bouncer" SECTION = "net" LICENSE =
>>>>> "GPLv2" -LIC_FILES_CHKSUM =
>>>>> "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
>>>>> +LIC_FILES_CHKSUM =
>>>>> "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
>>>>>
>>>>> -DEPENDS = "openssl" +DEPENDS = "openssl zlib icu"
>>>>>
>>>>> -PV = "1.0+git" +PV = "1.6.0+git"
>>
>> If it's the 1.6 release, just call it '1.6.0'
>>
>>
>>> grep oe-core
>>
>>> ./meta/recipes-graphics/mesa/mesa_git.bb:PV = "10.5.4+git${SRCPV}"
>>> ./meta/recipes-graphics/fstests/fstests_git.bb:PV = "0.1+git${SRCPV}"
>>> ./meta/recipes-graphics/mx/mx-1.0_1.4.7.bb:PV = "1.4.7+git${SRCPV}"
>>> ./meta/recipes-graphics/drm/libdrm_git.bb:PV = "2.4.40+git${SRCPV}"
>>> ./meta/recipes-graphics/xorg-lib/libxcb_git.bb:PV =
>>> "1.1.90.1+gitr${SRCPV}"
>>> ./meta/recipes-graphics/xorg-lib/libxext_git.bb:PV =
>>> "1.0.99.1+gitr${SRCPV}"
>>> ./meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb:PV =
>>> "0.0+git${SRCPV}"
>>> ./meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb:PV =
>>> "1.3.2+git${SRCPV}"
>>> ./meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb:PV =
>>> "1.3.0+git${SRCPV}"
>>> ./meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb:PV =
>>> "0.15.2+git${SRCPV}"
>>> ./meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb:PV =
>>> "0.1.1+gitr${SRCPV}"
>>> ./meta/recipes-graphics/libepoxy/libepoxy_git.bb:PV =
>>> "1.2+git${SRCPV}"
>>> ./meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb:PV =
>>> "0.1+git${SRCPV}"
>>> ./meta/recipes-devtools/sgmlspl/sgmlspl-native_git.bb:PV =
>>> "1.1+git${SRCPV}" ./meta/recipes-devtools/qemu/qemu_git.bb:PV =
>>> "1.3.0+git${SRCPV}"
>>> ./meta/recipes-devtools/swabber/swabber-native_git.bb:PV =
>>> "0.0+git${SRCPV}" ./meta/recipes-devtools/remake/remake_git.bb:PV =
>>> "3.82+dbg-0.9+git${SRCPV}"
>>> ./meta/recipes-devtools/mtd/mtd-utils_git.bb:PV = "1.5.1+git${SRCPV}"
>>> ./meta/recipes-devtools/opkg-utils/opkg-utils_git.bb:PV =
>>> "0.1.8+git${SRCPV}"
>>> ./meta/recipes-devtools/bootchart2/bootchart2_git.bb:PV =
>>> "0.14.6+git${SRCPV}"
>>> ./meta/recipes-devtools/mkelfimage/mkelfimage_git.bb:PV =
>>> "4.0+git${SRCPV}" ./meta/recipes-devtools/mmc/mmc-utils_git.bb:PV =
>>> "0.1" ./meta/recipes-devtools/pseudo/pseudo_git.bb:PV =
>>> "1.6.5+git${SRCPV}" ./meta/recipes-devtools/prelink/prelink_git.bb:PV =
>>> "1.0+git${SRCPV}" ./meta/recipes-devtools/pkgconfig/pkgconfig.inc:PV =
>>> "0.28+git${SRCPV}"
>>> ./meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb:PV =
>>> "4.0.1+git${SRCPV}"
>>> ./meta/recipes-devtools/gnu-config/gnu-config_git.bb:PV =
>>> "1.0+git${SRCPV}" ./meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:PV
>>> = "0.4.0+git${SRCPV}" ./meta/recipes-devtools/fdisk/gptfdisk_git.bb:PV
>>> = "0.8.10+git${SRCPV}" ./meta/recipes-multimedia/x264/x264_git.bb:PV =
>>> "r2491+git${SRCPV}"
>>> ./meta/recipes-multimedia/libav/libpostproc_git.bb:PV =
>>> "52.3.0+git${SRCPV}"
>
> Your point being?
lots of recipes under oe-core is using this style { PV=version+git}
-Roy
>
>
>>
>>
>>
>>>>>
>>>>> -SRCREV = "ef59c23068547c132cb678092fba9a21317fd5f2" -SRC_URI =
>>>>> "git://github.com/znc/znc.git \ -
>>>>> file://0001-Fix-NULL-pointer-dereference-in-webadmin.patch \
>>>>> +SRC_URI =
>>>>> "git://github.com/znc/znc.git;rev=f47e8465efa4e1cd948b9caae93ac401b4355df
> 8
>>>>>
>>>>>
> \ +
>>>>> git://github.com/jimloco/Csocket.git;destsuffix=git/third_party/Csocket;n
> ame
>>
>>>>>
> =Csocket
>>>>> \ " +SRCREV_Csocket = "07b4437396122650e5b8fb3d014e820a5decf4ee"
>>>>>
>>
>> Why are you using 2 different notations for SRCREV?
>>
>>
>>
>>> there are two different git repo
>
> That's not a reason to use 2 different notations. Either put both in SRC_URI
> or use two SRCREV_foo statements.
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
> Comment: GPGTools - http://gpgtools.org
>
> iD8DBQFVnO/FMkyGM64RGpERAr4DAJ96PYxPoMF3JR3Vc4QpMP2l9FhuAACfYPao
> pdHU9MAwNQDfvcegqR7tRTY=
> =GSXq
> -----END PGP SIGNATURE-----
>
--
Best Reagrds,
Roy | RongQing Li
next prev parent reply other threads:[~2015-07-09 1:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-07 1:55 [PATCH][meta-networking][v2] znc: upgrade to 1.6.0 rongqing.li
2015-07-07 7:24 ` Koen Kooi
2015-07-07 7:31 ` Rongqing Li
2015-07-08 9:39 ` Koen Kooi
2015-07-09 1:27 ` Rongqing Li [this message]
2015-07-10 14:21 ` Koen Kooi
2015-07-11 23:34 ` Khem Raj
2015-07-09 2:35 ` Rongqing Li
2015-07-11 23:38 ` Khem Raj
2015-07-08 15:37 ` akuster808
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=559DCDF7.3020003@windriver.com \
--to=rongqing.li@windriver.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 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.