]> code.ossystems Code Review - openembedded-core.git/commitdiff
recipes: Add missing pkgconfig class inherits
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Jun 2014 20:04:59 +0000 (21:04 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Jun 2014 15:45:04 +0000 (16:45 +0100)
These recipes all use pkg-config in some way but were missing
dependencies on the tool, this patch adds them.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
37 files changed:
meta/recipes-bsp/gummiboot/gummiboot_git.bb
meta/recipes-bsp/usbutils/usbutils_007.bb
meta/recipes-connectivity/bluez/bluez4.inc
meta/recipes-connectivity/connman/connman-gnome_0.7.bb
meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb
meta/recipes-core/dbus-wait/dbus-wait_git.bb
meta/recipes-core/kbd/kbd_2.0.1.bb
meta/recipes-devtools/guile/guile_2.0.11.bb
meta/recipes-extended/augeas/augeas.inc
meta/recipes-extended/blktool/blktool_4-6.1.bb
meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb
meta/recipes-extended/iptables/iptables_1.4.21.bb
meta/recipes-extended/libarchive/libarchive_3.1.2.bb
meta/recipes-extended/libuser/libuser_0.60.bb
meta/recipes-extended/minicom/minicom_2.7.bb
meta/recipes-extended/msmtp/msmtp_1.4.32.bb
meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb
meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
meta/recipes-gnome/libunique/libunique_1.1.6.bb
meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb
meta/recipes-graphics/fstests/fstests_git.bb
meta/recipes-graphics/glew/glew_1.10.0.bb
meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
meta/recipes-graphics/xrestop/xrestop_0.4.bb
meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
meta/recipes-kernel/lttng/babeltrace_1.2.1.bb
meta/recipes-kernel/oprofile/oprofile.inc
meta/recipes-kernel/powertop/powertop_2.5.bb
meta/recipes-kernel/sysprof/sysprof_git.bb
meta/recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb
meta/recipes-multimedia/lame/lame_3.99.5.bb
meta/recipes-multimedia/sbc/sbc_1.2.bb
meta/recipes-multimedia/tremor/tremor_20120314.bb
meta/recipes-support/atk/at-spi2-atk_2.12.0.bb
meta/recipes-support/atk/at-spi2-core_2.12.0.bb
meta/recipes-support/gnupg/gnupg_2.0.22.bb
meta/recipes-support/gpgme/gpgme_1.4.3.bb

index 80df2b6ae3075acf1a50896aa63911a5d3ec86d2..7fc908e4feeaf72217c8c06f9902053a9de17904 100644 (file)
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
 
 DEPENDS = "gnu-efi util-linux"
 
-inherit autotools
+inherit autotools pkgconfig
 inherit deploy
 
 PV = "43+git${SRCPV}"
index a65672ef401394928fca56c07949009fdd0b26a1..b93b2bd9e5648158e07cf2b843c0943d5181099a 100644 (file)
@@ -17,7 +17,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \
 SRC_URI[md5sum] = "be6c42294be5c940f208190d3479d50c"
 SRC_URI[sha256sum] = "e65c234cadf7c81b6b1567c440e3b9b31b44f51c27df3e45741b88848d8b37d3"
 
-inherit autotools gettext
+inherit autotools gettext pkgconfig
 
 do_install_append() {
        # We only need the compressed copy, remove the uncompressed version
index 321fddbda9c8d7479105d39332e7fe4327fad574..11c961617a53187220879c842ae30ff5482f259a 100644 (file)
@@ -24,7 +24,7 @@ SRC_URI = "\
 "
 S = "${WORKDIR}/bluez-${PV}"
 
-inherit autotools-brokensep
+inherit autotools-brokensep pkgconfig
 
 EXTRA_OECONF = "\
   --disable-gstreamer \
index f121ea395e6ccf58040aa8dd2572caf779e28b9f..6688739766750d5d64361f26dffa95d206d6bd65 100644 (file)
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/connectivity/connman-gnome.git \
 
 S = "${WORKDIR}/git"
 
-inherit autotools-brokensep gtk-icon-cache
+inherit autotools-brokensep gtk-icon-cache pkgconfig
 
 RDEPENDS_${PN} = "connman"
 
index 73cfa6be310e1dcec9e4faa80155137f987b3981..048b0e566d55e0bdad884b844a9be5d29f8b29e1 100644 (file)
@@ -44,7 +44,7 @@ INITSCRIPT_PARAMS = "defaults"
 INITSCRIPT_NAME_${PN}-client = "nfscommon"
 INITSCRIPT_PARAMS_${PN}-client = "defaults 19 21"
 
-inherit autotools-brokensep update-rc.d systemd
+inherit autotools-brokensep update-rc.d systemd pkgconfig
 
 SYSTEMD_SERVICE_${PN} = "nfs-server.service nfs-mountd.service"
 SYSTEMD_SERVICE_${PN}-client = "nfs-statd.service"
index fdb19ba503fdb73985c169cf6cd52b6aa455f33d..691dc86e928f83dcdba3f43a096bd34f53dacc95 100644 (file)
@@ -14,4 +14,4 @@ SRC_URI = "git://git.yoctoproject.org/${BPN}"
 
 S = "${WORKDIR}/git"
 
-inherit autotools
+inherit autotools pkgconfig
index 265b906d247406668bb029262f75f4a0879b6aca..9c6eabbfb6d7a00185cc808910a03fc4c10a08d1 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a5fcc36121d93e1f69d96a313078c8b5"
 DEPENDS = "libcheck"
 
-inherit autotools gettext ptest
+inherit autotools gettext ptest pkgconfig
 
 RREPLACES_${PN} = "console-tools"
 RPROVIDES_${PN} = "console-tools"
index c59711182603466a236e3cf214ead30db6557ff4..d19460a20d28682a241eef40217ee72b558f201d 100644 (file)
@@ -28,7 +28,7 @@ SRC_URI[md5sum] = "03f1bce1a4983076d955003472306a13"
 SRC_URI[sha256sum] = "aed0a4a6db4e310cbdfeb3613fa6f86fddc91ef624c1e3f8937a6304c69103e2"
 
 
-inherit autotools gettext texinfo
+inherit autotools gettext pkgconfig texinfo
 BBCLASSEXTEND = "native"
 
 DEPENDS = "libunistring bdwgc gmp libtool libffi"
index 61f81b084cbc29033acbd45cad02015ac7000178..ac253268132c1c359a08265eb2da4946d8c72f88 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI = "http://download.augeas.net/${BP}.tar.gz \
 
 DEPENDS = "readline libxml2"
 
-inherit autotools
+inherit autotools pkgconfig
 
 PACKAGES =+ "${PN}-lenses lib${BPN} lib${BPN}-dev lib${BPN}-staticdev lib${BPN}-dbg"
 
index 8bd1bae65072fbccb36a0145168c72a0c99b36a0..69f2261b37f0cc400f38e050b2f8870ee57ee7ec 100644 (file)
@@ -21,4 +21,4 @@ SRC_URI[patch.sha256sum] = "d7923527e1a00984620ab307c9047a653d7ae2856cd20a82de8a
 
 S = "${WORKDIR}/${BPN}-4.orig"
 
-inherit autotools
+inherit autotools pkgconfig
index c0290b1918126e2e05d8f4360dc9e774c88373f5..790c98138bd14f56dff80c86fa9bc9fb6014129e 100644 (file)
@@ -20,7 +20,7 @@ SRC_URI = "http://www.openprinting.org/download/foomatic/foomatic-filters-${PV}.
 SRC_URI[md5sum] = "b05f5dcbfe359f198eef3df5b283d896"
 SRC_URI[sha256sum] = "a2e2e53e502571e88eeb9010c45a0d54671f15707ee104f5c9c22b59ea7a33e3"
 
-inherit autotools
+inherit autotools pkgconfig
 
 EXTRA_OECONF += "--disable-file-converter-check --with-file-converter=texttops"
 
index 02bb8435dcdf1c8e4bf89460babb279bab0ebd4b..dc17d575dda37d44fe01b13ca0dae94786d6c567 100644 (file)
@@ -27,7 +27,7 @@ SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \
 SRC_URI[md5sum] = "536d048c8e8eeebcd9757d0863ebb0c0"
 SRC_URI[sha256sum] = "52004c68021da9a599feed27f65defcfb22128f7da2c0531c0f75de0f479d3e0"
 
-inherit autotools
+inherit autotools pkgconfig
 
 EXTRA_OECONF = "--with-kernel=${STAGING_INCDIR} \
                "
index c73ed35f6dcb12b66a9e85acb5ea40e67bb2fc71..3e6cdb4a53e92aa3c65159e83509ce16d05dd5d2 100644 (file)
@@ -34,6 +34,6 @@ SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz \
 SRC_URI[md5sum] = "efad5a503f66329bb9d2f4308b5de98a"
 SRC_URI[sha256sum] = "eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e"
 
-inherit autotools-brokensep lib_package
+inherit autotools-brokensep lib_package pkgconfig
 
 BBCLASSEXTEND = "native nativesdk"
index ca608c7466248a9d846c5bcc14d48cfd95c59759..e6316ef4883d4d9331dbcb9cc8dc618bf6fd335c 100644 (file)
@@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "b1f73408ebfee79eb01a47c5879a2cdef6a00b75ee24870de7df1b816f
 
 DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python"
 
-inherit autotools gettext pythonnative python-dir
+inherit autotools gettext pythonnative python-dir pkgconfig
 
 EXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}"
 
index 8b20ece80afccea8a7b2f1a0eb517ef79d04a170..c002bc82d9361b8b99d576843845375d1d5467ac 100644 (file)
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "9ac3a663b82f4f5df64114b4792b9926b536c85f59de0f2d2b321c7626
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev"
 
-inherit autotools gettext
+inherit autotools gettext pkgconfig
 
 do_install() {
        for d in doc extras man lib src; do make -C $d DESTDIR=${D} install; done
index 1ef85477bd7e3b4b9080bedbacaa695057163b9e..4b7024ba85e9a2ab88694a302662c73bec45a517 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${BPN}-${PV}.
 SRC_URI[md5sum] = "aa60e22211118f222470439cea60f795"
 SRC_URI[sha256sum] = "2bf0c5c7e78f9905f48de235a75111a1a88238793043bbeae00360b22f1a5f88"
 
-inherit gettext autotools update-alternatives
+inherit gettext autotools update-alternatives pkgconfig
 
 EXTRA_OECONF += "--without-gnome-keyring --without-libidn"
 
index 23219e01bd9408821520ea1b9f97efb6d018068f..89e567bfb2aebba954325e0e7afbd9016056ba78 100644 (file)
@@ -26,7 +26,7 @@ UCLIBCPATCHES ?= ""
 SRC_URI[md5sum] = "0a5f9c2142af814c55d957aaab3bcc68"
 SRC_URI[sha256sum] = "da169ff877a5a07581fad50a9a808ac6e96f0c277a3df49a7ef005778428496e"
 
-inherit autotools update-rc.d systemd
+inherit autotools update-rc.d systemd pkgconfig
 
 PACKAGECONFIG ??= "tcp-wrappers"
 PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
index eb652248eccabfd9a7d217875e381a59357cf416..ee018bdc4011b88a1bbc90daa5ad70dde0cdff96 100644 (file)
@@ -10,7 +10,7 @@ PR = "r5"
 
 DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native"
 
-inherit autotools perlnative gtk-icon-cache
+inherit autotools perlnative gtk-icon-cache pkgconfig
 
 SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \
            file://iconpath-option.patch"
index b870b79c6b03529d0916576f3833d1b954198b23..d97d1d65978fb17dd0f99d32fe4ae47fabefe030 100644 (file)
@@ -22,4 +22,4 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 
 
-inherit autotools
+inherit autotools pkgconfig
index 6b4c7562ff55a9db504b321cf22b21adb5852540..6057596071353472dc51ee83971ff7fb3cfb1295 100644 (file)
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ecf6fd2b19915afc4da56043926ca18f"
 
 S = "${WORKDIR}/DirectFB-examples-${PV}"
 
-inherit autotools
+inherit autotools pkgconfig
 
 SRC_URI[md5sum] = "8b60c867af295481c32a8c7fc5802307"
 SRC_URI[sha256sum] = "9a2104cc4da8123c8371813551b66b943198979f745cbebc034bb5e10844122a"
index 2f5a8727afee70297f9a8478cfe543968aa414d3..57ff9f6d54fd9903a631c63f03a7af4aec103f0f 100644 (file)
@@ -13,4 +13,4 @@ LIC_FILES_CHKSUM = "file://test-pango-gdk.c;endline=24;md5=1ee74ec851ecda57eb7ac
 
 S = "${WORKDIR}/git/tests"
 
-inherit autotools
+inherit autotools pkgconfig
index de250696321d8ab27e70459cdf07728aeda912bf..94f1bc1ed6bb01afbc8ea4129faded2b94c8b9f0 100644 (file)
@@ -18,4 +18,4 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/glew/glew/${PV}/glew-${PV}.tgz \
 SRC_URI[md5sum] = "2f09e5e6cb1b9f3611bcac79bc9c2d5d"
 SRC_URI[sha256sum] = "99c41320b63f6860869b5fb9af9a1854b15582796c64ee3dfd7096dc0c89f307"
 
-inherit autotools lib_package
+inherit autotools lib_package pkgconfig
index 95abfce816453cbb2b355ea3239015af4654e4a1..562434f16a6b5987101662205769ca45554dbee5 100644 (file)
@@ -7,7 +7,7 @@ DEPENDS = "virtual/libx11 libxi"
 PV = "0.7.5+git${SRCPV}"
 PR = "r6"
 
-inherit autotools
+inherit autotools pkgconfig
 
 SRCREV = "c01c5af807cb4b0157b882ab07a893df9a810111"
 SRC_URI = "git://github.com/tias/xinput_calibrator.git \
index 9600d0905f65957989a4951d330992d89e8bbd37..20d66be55bb6a38dd954d968f886984b8620cc08 100644 (file)
@@ -19,4 +19,4 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/xrestop/xrestop-${PV}.tar.
 SRC_URI[md5sum] = "d8a54596cbaf037e62b80c4585a3ca9b"
 SRC_URI[sha256sum] = "67c2fc94a7ecedbaae0d1837e82e93d1d98f4a6d759828860e552119af3ce257"
 
-inherit autotools
+inherit autotools pkgconfig
index e6ccd047b14833b6651332aa5903a8076ffd817c..7e01775ce46d73936cd75968634a592a779bfb78 100644 (file)
@@ -23,7 +23,7 @@ SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \
 SRC_URI[md5sum] = "9bcab80b474d5454477d1ca166a68c34"
 SRC_URI[sha256sum] = "27b9dc2203de9b1706ca39fa6ca80ecab8807909ec901c4a345b8e41178800a1"
 
-inherit autotools
+inherit autotools pkgconfig
 
 do_install_append() {
     install -d ${D}${sysconfdir}/X11/Xsession.d/
index 542491b645c7bdaae97df28fba29399d4a0c24e9..a8ea4cb2131008d3d4e71cd480d8cb7438fda38f 100644 (file)
@@ -6,7 +6,7 @@ BUGTRACKER = "https://bugs.lttng.org/projects/babeltrace"
 LICENSE = "MIT & GPLv2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
 
-inherit autotools
+inherit autotools pkgconfig
 
 DEPENDS = "glib-2.0 util-linux popt"
 
index e431071283c25a3bac39a23fe2c6729d417355b4..ccf9f9fa61ccdff25fd21fb6ff57ec54ac46be04 100644 (file)
@@ -22,7 +22,7 @@ SRC_URI = "file://opstart.patch \
            file://oprofile-root.patch \
            file://acinclude.m4"
 
-inherit autotools-brokensep
+inherit autotools-brokensep pkgconfig
 
 EXTRA_OECONF = "--with-kernel=${STAGING_KERNEL_DIR}  --without-x"
 do_configure () {
index f37d7a76e07c0a1ecaa2295f8f66792d59ae4e38..86a7f604de05609486ae691463112b3788b65261 100644 (file)
@@ -11,7 +11,7 @@ SRC_URI = "http://01.org/powertop/sites/default/files/downloads/powertop-${PV}.t
 SRC_URI[md5sum] = "806bbcbd44fcea1f807c9582fc1f7d3e"
 SRC_URI[sha256sum] = "8b2c08a555d79e1c428863470c41cb023971d74ba4801d80a05e35adeec23c0b"
 
-inherit autotools gettext
+inherit autotools gettext pkgconfig
 
 # we need to explicitly link with libintl in uClibc systems
 LDFLAGS += "${EXTRA_LDFLAGS}"
index 73e617f219b7737f26bb1411987db02e3d811f23..ef1e270883ec208e65cb852a8ff5f03dcd41b7d3 100644 (file)
@@ -17,4 +17,4 @@ SRC_URI_append_mips64 = " file://rmb-mips.patch"
 
 S = "${WORKDIR}/git"
 
-inherit autotools
+inherit autotools pkgconfig
index 2edacc1b1b7c393af77c908f870d7eef27eaf35a..123926a0697d06296ef05f899cd2a776e3269257 100644 (file)
@@ -24,7 +24,7 @@ SRC_URI[sha256sum] = "02bfac39092f3b68d743c23ad3d688d6c5aa8df69f2ccd692c5b8282ed
 EXTRA_OECONF = "--disable-xmlto"
 EXTRA_OECONF_append_libc-uclibc = " --disable-nls"
 
-inherit autotools-brokensep gettext
+inherit autotools-brokensep gettext pkgconfig
 
 # This are all packages that we need to make. Also, the now empty alsa-utils
 # ipk depends on them.
index 695b7ca989ce604f41c015770c79d83f2716cdfd..33b343bc2659aae886eaef91db348d2a05157492 100644 (file)
@@ -19,7 +19,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lame/lame-${PV}.tar.gz \
 SRC_URI[md5sum] = "84835b313d4a8b68f5349816d33e07ce"
 SRC_URI[sha256sum] = "24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff"
 
-inherit autotools
+inherit autotools pkgconfig
 
 PACKAGES += "libmp3lame libmp3lame-dev"
 FILES_${PN} = "${bindir}/lame"
index c9811e7c5bf506bd702b43447fe4f62b5d433b89..9cdf01bb74b77962c0713c6fd3c0b963dbe97b45 100644 (file)
@@ -13,4 +13,4 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${BP}.tar.xz"
 SRC_URI[md5sum] = "ec65c444ad4c32aa85702641045b19e9"
 SRC_URI[sha256sum] = "c2f01ea54f7473704825113a9cdd46a23e67c650eff575f0670c3d9d66c4a5dc"
 
-inherit autotools
+inherit autotools pkgconfig
index 145316c53b02f657978f9e415dfcdaa67906062e..afc78ac424006fd6907f8d86619c727bf9b09c63 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18221;protocol=http \
 
 S = "${WORKDIR}/Tremor"
 
-inherit autotools
+inherit autotools pkgconfig
 
 EXTRA_OECONF = "--enable-shared"
 
index dac5ab415b36a7630536b408d7f4976c9d0b0eb2..db6dc9032c4db506c174329cb403b6751d3f9404 100644 (file)
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "3b5467c9f169812bc36a4245355b7deedea0a62eb22153df96ced88dcd
 
 DEPENDS = "dbus glib-2.0 atk at-spi2-core"
 
-inherit autotools
+inherit autotools pkgconfig
 
 PACKAGES =+ "${PN}-gnome ${PN}-gtk2"
 
index bdda15ad8a03118a126f5f211e5f0876b8c058c2..31e133fe43bc536a34cee08ac1de902ea1d871c0 100644 (file)
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "db550edd98e53b4252521459c2dcaf0f3b060a9bad52489b9dbadbaeda
 
 DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native"
 
-inherit autotools gtk-doc
+inherit autotools gtk-doc pkgconfig
 
 EXTRA_OECONF = "--disable-introspection --disable-xevie"
 
index 2746578bb24e358c351a82c4aaae5671d89bd5d2..0b003624c28303509a05807d843a77525bb6d41b 100644 (file)
@@ -8,7 +8,7 @@ DEPENDS = "${PTH} libassuan libksba zlib bzip2 readline libgcrypt"
 PTH = "pth"
 PTH_libc-uclibc = "npth"
 
-inherit autotools gettext texinfo
+inherit autotools gettext texinfo pkgconfig
 
 SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \
            file://pkgconfig.patch"
index 5105430cb1e61710ff1e4a2756bb4c549dedc74e..5a337d8a7ea5f2c2bfcf1ec202588c3de7942349 100644 (file)
@@ -19,7 +19,7 @@ DEPENDS = "libgpg-error libassuan"
 
 EXTRA_OECONF = "--with-gpg=${bindir}/gpg --without-gpgsm"
 
-inherit autotools texinfo binconfig
+inherit autotools texinfo binconfig pkgconfig
 
 PACKAGES =+ "${PN}-pthread"
 FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*"