| Submitter | Zhai, Edwin |
|---|---|
| Date | Dec. 2, 2011, 7:55 a.m. |
| Message ID | <2fe1910927e5741631767ed3611e361749c75d3c.1322812458.git.edwin.zhai@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/16081/ |
| State | New |
| Headers | show |
Comments
On Fri, Dec 2, 2011 at 1:55 AM, <edwin.zhai@intel.com> wrote: > -PR = "r2" > +PR = "r0" Isn't this wrong? -M
On Friday 02 December 2011 17:21:57 McClintock Matthew-B29882 wrote: > On Fri, Dec 2, 2011 at 1:55 AM, <edwin.zhai@intel.com> wrote: > > -PR = "r2" > > +PR = "r0" > > Isn't this wrong? In this case since PV has been increased at the same time (by renaming the recipe) it's not only OK, it's recommended practice. Cheers, Paul
On Fri, Dec 2, 2011 at 11:27 AM, Paul Eggleton <paul.eggleton@linux.intel.com> wrote: > In this case since PV has been increased at the same time (by renaming the > recipe) it's not only OK, it's recommended practice. Ahh Ok. New recipe = reset PR. Thanks, Matthew
Patch
diff --git a/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb b/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb similarity index 66% rename from meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb rename to meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb index 9bf7d41..4b8bed4 100644 --- a/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb +++ b/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb @@ -5,18 +5,18 @@ SECTION = "x11/utils" AUTHOR = "Karl Runge" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f \ - file://x11vnc/x11vnc.h;endline=33;md5=ee4946e57bb73ecf93d7d98a3d48c6be" + file://x11vnc/x11vnc.h;endline=33;md5=6f95dc6535467d7ee1563fd434fb372e" DEPENDS = "openssl virtual/libx11 libxext avahi jpeg zlib" -PR = "r2" +PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/x11vnc/${PV}/x11vnc-${PV}.tar.gz\ file://starting-fix.patch \ file://endian-fix.patch " -SRC_URI[md5sum] = "1498a68d02aa7b6c97bf746c073c8d00" -SRC_URI[sha256sum] = "60a7cceee2c9a5f1c854340b2bae13f975ac55906237042f81f795b28a154a79" +SRC_URI[md5sum] = "a372ec4fe8211221547b1c108cf56e4c" +SRC_URI[sha256sum] = "f6829f2e629667a5284de62b080b13126a0736499fe47cdb447aedb07a59f13b" inherit autotools