[oe] Broken download URI in util-linux-ng recipe

Miroslav Kes mkes at ra.rockwell.com
Mon Mar 26 08:51:57 UTC 2012


   Hi,
   The URI specified in the
   openembedded/recipes/util-linux-ng/util-linux-ng.inc is broken.
   SRC_URI =
   "${KERNELORG_MIRROR}/pub/linux/utils/util-linux-ng/v${PV}/util-linux-ng
   -${PV}${RC}.tar.bz2
   This evaluates for example to
   http://kernel.org/pub/linux/utils/util-linux-ng/v2.18/util-linux-ng-2.1
   8.tar.bz2 which doesn't exist! But the tarball can be found at
   http://kernel.org/pub/linux/utils/util-linux/v2.18/util-linux-ng-2.18.t
   ar.bz2
   The correct definition should look like:
   SRC_URI =
   "${KERNELORG_MIRROR}/pub/linux/utils/util-linux/v${PV}/util-linux-ng-${
   PV}${RC}.tar.bz2
   Regards
   Mira Kes



More information about the Openembedded-devel mailing list