| Submitter | Apelete Seketeli |
|---|---|
| Date | May 14, 2012, 10:03 p.m. |
| Message ID | <1337032989-28606-2-git-send-email-apelete@seketeli.net> |
| Download | mbox | patch |
| Permalink | /patch/27737/ |
| State | Accepted |
| Headers | show |
Comments
Hello, Le 15-May-12, Apelete Seketeli a écrit: > This updates SRC_URI as the former kernel.org URI was no longer valid. > > Signed-off-by: Apelete Seketeli <apelete@seketeli.net> > --- > recipes/util-linux-ng/util-linux-ng.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc > index 9c2a5da..7d5faf0 100644 > --- a/recipes/util-linux-ng/util-linux-ng.inc > +++ b/recipes/util-linux-ng/util-linux-ng.inc > @@ -11,7 +11,7 @@ INC_PR = "r36" > # allows for a release candidate > RC ?= "" > > -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux-ng/v${PV}/util-linux-ng-${PV}${RC}.tar.bz2;name=archive" > +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux/v${PV}/util-linux-ng-${PV}${RC}.tar.bz2;name=archive" > > SRC_URI_append_chinook-compat = " file://chinook_libtool.patch " > > -- > 1.7.9.5 > I need util-linux-ng to build muffinman-image in oe-classic, can someone please review this patch ? Kristoffer, you can get it from here if needed: http://patchwork.openembedded.org/patch/27737/ Regards.
Apelete Seketeli skrev 2012-05-20 22:10: > Hello, > > Le 15-May-12, Apelete Seketeli a écrit: >> This updates SRC_URI as the former kernel.org URI was no longer valid. >> >> Signed-off-by: Apelete Seketeli<apelete@seketeli.net> >> --- >> recipes/util-linux-ng/util-linux-ng.inc | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc >> index 9c2a5da..7d5faf0 100644 >> --- a/recipes/util-linux-ng/util-linux-ng.inc >> +++ b/recipes/util-linux-ng/util-linux-ng.inc >> @@ -11,7 +11,7 @@ INC_PR = "r36" >> # allows for a release candidate >> RC ?= "" >> >> -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux-ng/v${PV}/util-linux-ng-${PV}${RC}.tar.bz2;name=archive" >> +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux/v${PV}/util-linux-ng-${PV}${RC}.tar.bz2;name=archive" >> >> SRC_URI_append_chinook-compat = " file://chinook_libtool.patch " >> >> -- >> 1.7.9.5 >> > I need util-linux-ng to build muffinman-image in oe-classic, can > someone please review this patch ? > Kristoffer, you can get it from here if needed: > > http://patchwork.openembedded.org/patch/27737/ > > Regards. Applied, Thanks
Patch
diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc index 9c2a5da..7d5faf0 100644 --- a/recipes/util-linux-ng/util-linux-ng.inc +++ b/recipes/util-linux-ng/util-linux-ng.inc @@ -11,7 +11,7 @@ INC_PR = "r36" # allows for a release candidate RC ?= "" -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux-ng/v${PV}/util-linux-ng-${PV}${RC}.tar.bz2;name=archive" +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux/v${PV}/util-linux-ng-${PV}${RC}.tar.bz2;name=archive" SRC_URI_append_chinook-compat = " file://chinook_libtool.patch "
This updates SRC_URI as the former kernel.org URI was no longer valid. Signed-off-by: Apelete Seketeli <apelete@seketeli.net> --- recipes/util-linux-ng/util-linux-ng.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)