[oe-commits] [openembedded-core] 40/58: pkgconf: don't use alternatives

git at git.openembedded.org git at git.openembedded.org
Wed Jul 25 21:46:10 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 96ba49d025a33c71779bb6f5efee1ba0ac4ceb88
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Jul 23 23:30:04 2018 +0100

    pkgconf: don't use alternatives
---
 meta/recipes-devtools/pkgconf/pkgconf_1.4.2.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/pkgconf/pkgconf_1.4.2.bb b/meta/recipes-devtools/pkgconf/pkgconf_1.4.2.bb
index ea7b666..0fe4d18 100644
--- a/meta/recipes-devtools/pkgconf/pkgconf_1.4.2.bb
+++ b/meta/recipes-devtools/pkgconf/pkgconf_1.4.2.bb
@@ -24,7 +24,7 @@ SRC_URI = "\
 SRC_URI[md5sum] = "678d242b4eef1754bba6a58642af10bb"
 SRC_URI[sha256sum] = "bab39371d4ab972be1d539a8b10b6cc21f8eafc97f617102e667e82bd32eb234"
 
-inherit autotools update-alternatives
+inherit autotools
 
 EXTRA_OECONF += "--with-pkg-config-dir='${libdir}/pkgconfig:${datadir}/pkgconfig'"
 
@@ -46,8 +46,6 @@ do_install_append_class-native () {
     install -m755 ${B}/pkg-config-esdk ${D}${bindir}/pkg-config-esdk
 }
 
-ALTERNATIVE_${PN} = "pkg-config"
-
 # When using the RPM generated automatic package dependencies, some packages
 # will end up requiring 'pkgconfig(pkg-config)'.  Allow this behavior by
 # specifying an appropriate provide.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list