Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make prune_suffix prune a suffix #24

Closed
wants to merge 1 commit into from

Conversation

andre-rosa
Copy link
Contributor

... instead of replacing a substring that could happen more than once
and not only when it ends with it.

Signed-off-by: Andre Rosa andre.rosa@lge.com

... instead of replacing a substring that could happen more than once
and not only when it ends with it.

Signed-off-by: Andre Rosa <andre.rosa@lge.com>
andre-rosa added a commit to andre-rosa/openembedded-core that referenced this pull request Apr 5, 2019
... instead of replacing a substring that could happen more than once
and not only when it ends with it. Do the same for the prefix.

See related openembedded/bitbake#24 . There it
stops replacing sufixes once first one is matched but not here.

Signed-off-by: Andre Rosa <andre.rosa@lge.com>
@andre-rosa
Copy link
Contributor Author

Sent patch to mailing list instead as this is a read-only mirror.

@andre-rosa andre-rosa closed this Apr 6, 2019
gbionescu pushed a commit to gbionescu/poky that referenced this pull request Apr 7, 2019
... instead of replacing a substring that could happen more than once and not only when it ends with it. Do the same for the prefix.

See related openembedded/bitbake#24 . There it stops replacing sufixes once first one is matched but not here.

(From OE-Core rev: 6a2eb21725d07f2dcd684a5a1a3adca65db58417)

Signed-off-by: Andre Rosa <andre.rosa@lge.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
gbionescu pushed a commit to gbionescu/poky that referenced this pull request Apr 7, 2019
... instead of replacing a substring that could happen more than once and not only when it ends with it. Do the same for the prefix.

See related openembedded/bitbake#24 . There it stops replacing sufixes once first one is matched but not here.

(From OE-Core rev: 6a2eb21725d07f2dcd684a5a1a3adca65db58417)

Signed-off-by: Andre Rosa <andre.rosa@lge.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
kraj pushed a commit to YoeDistro/openembedded-core that referenced this pull request Apr 7, 2019
... instead of replacing a substring that could happen more than once and not only when it ends with it. Do the same for the prefix.

See related openembedded/bitbake#24 . There it stops replacing sufixes once first one is matched but not here.

Signed-off-by: Andre Rosa <andre.rosa@lge.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
kraj pushed a commit to YoeDistro/poky-old that referenced this pull request Apr 8, 2019
... instead of replacing a substring that could happen more than once and not only when it ends with it. Do the same for the prefix.

See related openembedded/bitbake#24 . There it stops replacing sufixes once first one is matched but not here.

(From OE-Core rev: 3a820c492f674fd464423dbc1ba18e80472e2e4b)

Signed-off-by: Andre Rosa <andre.rosa@lge.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
kraj pushed a commit to YoeDistro/poky-old that referenced this pull request Apr 8, 2019
... instead of replacing a substring that could happen more than once and not only when it ends with it. Do the same for the prefix.

See related openembedded/bitbake#24 . There it stops replacing sufixes once first one is matched but not here.

(From OE-Core rev: 3a820c492f674fd464423dbc1ba18e80472e2e4b)

Signed-off-by: Andre Rosa <andre.rosa@lge.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
kraj pushed a commit to YoeDistro/openembedded-core that referenced this pull request Apr 8, 2019
... instead of replacing a substring that could happen more than once and not only when it ends with it. Do the same for the prefix.

See related openembedded/bitbake#24 . There it stops replacing sufixes once first one is matched but not here.

Signed-off-by: Andre Rosa <andre.rosa@lge.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
gbionescu pushed a commit to gbionescu/poky that referenced this pull request Apr 8, 2019
... instead of replacing a substring that could happen more than once and not only when it ends with it. Do the same for the prefix.

See related openembedded/bitbake#24 . There it stops replacing sufixes once first one is matched but not here.

(From OE-Core rev: 3a820c492f674fd464423dbc1ba18e80472e2e4b)

Signed-off-by: Andre Rosa <andre.rosa@lge.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
gbionescu pushed a commit to gbionescu/poky that referenced this pull request Apr 8, 2019
... instead of replacing a substring that could happen more than once and not only when it ends with it. Do the same for the prefix.

See related openembedded/bitbake#24 . There it stops replacing sufixes once first one is matched but not here.

(From OE-Core rev: 3a820c492f674fd464423dbc1ba18e80472e2e4b)

Signed-off-by: Andre Rosa <andre.rosa@lge.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
halstead pushed a commit to openembedded/openembedded-core that referenced this pull request Apr 9, 2019
... instead of replacing a substring that could happen more than once and not only when it ends with it. Do the same for the prefix.

See related openembedded/bitbake#24 . There it stops replacing sufixes once first one is matched but not here.

Signed-off-by: Andre Rosa <andre.rosa@lge.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
gbionescu pushed a commit to gbionescu/poky that referenced this pull request Apr 9, 2019
... instead of replacing a substring that could happen more than once and not only when it ends with it. Do the same for the prefix.

See related openembedded/bitbake#24 . There it stops replacing sufixes once first one is matched but not here.

(From OE-Core rev: 610ac84170f8a91cc3321edfc336a9e39f24ebe3)

Signed-off-by: Andre Rosa <andre.rosa@lge.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
jpuhlman pushed a commit to MontaVista-OpenSourceTechnology/poky that referenced this pull request Apr 9, 2019
Source: poky
MR: 00000
Type: Integration
Disposition: Merged from poky
ChangeID: 0dd6823
Description:

... instead of replacing a substring that could happen more than once and not only when it ends with it. Do the same for the prefix.

See related openembedded/bitbake#24 . There it stops replacing sufixes once first one is matched but not here.

(From OE-Core rev: 610ac84170f8a91cc3321edfc336a9e39f24ebe3)

Signed-off-by: Andre Rosa <andre.rosa@lge.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant