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
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to