[oe] [PATCH] inherit lib_package before binconfig

Andreas Oberritter obi at opendreambox.org
Sun Oct 17 12:58:21 UTC 2010


* binconfig modifies FILES_${PN}-dev, but lib_package assigns this
  variable. Therefore, lib_package must be inherited before binconfig.

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
---
 recipes/confuse/confuse_2.7.bb        |    2 +-
 recipes/fltk/fltk_1.1.4.bb            |    2 +-
 recipes/gutenprint/ijs_0.35.bb        |    2 +-
 recipes/libgcrypt/libgcrypt.inc       |    2 +-
 recipes/libusb/libusb-compat_0.1.2.bb |    2 +-
 recipes/libusb/libusb-compat_0.1.3.bb |    2 +-
 recipes/libusb/libusb_0.1.12.bb       |    2 +-
 recipes/neon/neon_0.25.5.bb           |    2 +-
 recipes/neon/neon_0.29.3.bb           |    2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/recipes/confuse/confuse_2.7.bb b/recipes/confuse/confuse_2.7.bb
index 3bb57eb..64f1d43 100644
--- a/recipes/confuse/confuse_2.7.bb
+++ b/recipes/confuse/confuse_2.7.bb
@@ -5,7 +5,7 @@ SECTION = "libs"
 
 SRC_URI = "http://download.savannah.gnu.org/releases/confuse/confuse-${PV}.tar.gz \
 	  "
-inherit autotools binconfig pkgconfig lib_package
+inherit autotools lib_package binconfig pkgconfig
 
 EXTRA_OECONF = "--enable-shared"
 
diff --git a/recipes/fltk/fltk_1.1.4.bb b/recipes/fltk/fltk_1.1.4.bb
index e9927d6..6a7fdf9 100644
--- a/recipes/fltk/fltk_1.1.4.bb
+++ b/recipes/fltk/fltk_1.1.4.bb
@@ -10,7 +10,7 @@ SRC_URI = "ftp://ftp-fourier.ujf-grenoble.fr/xcas/devel/sources/fltk-${PV}-devic
 
 S = "${WORKDIR}/fltk-${PV}-Fl_Device"
 
-inherit autotools binconfig lib_package
+inherit autotools lib_package binconfig
 
 CXXFLAGS = ""
 
diff --git a/recipes/gutenprint/ijs_0.35.bb b/recipes/gutenprint/ijs_0.35.bb
index f6aec3b..5b6ccdd 100644
--- a/recipes/gutenprint/ijs_0.35.bb
+++ b/recipes/gutenprint/ijs_0.35.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.linuxprinting.org/ijs/"
 
 SRC_URI = "http://www.linuxprinting.org/ijs/download/ijs-${PV}.tar.bz2"
 
-inherit autotools pkgconfig binconfig lib_package
+inherit autotools lib_package pkgconfig binconfig
 
 EXTRA_OECONF = " --enable-shared "
 
diff --git a/recipes/libgcrypt/libgcrypt.inc b/recipes/libgcrypt/libgcrypt.inc
index f29dc8d..a3bd5bc 100644
--- a/recipes/libgcrypt/libgcrypt.inc
+++ b/recipes/libgcrypt/libgcrypt.inc
@@ -8,7 +8,7 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \
            file://add-pkgconfig-support.patch \
            file://mips-h-constraint.patch"
 
-inherit autotools binconfig pkgconfig lib_package
+inherit autotools lib_package binconfig pkgconfig
 
 EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities"
 
diff --git a/recipes/libusb/libusb-compat_0.1.2.bb b/recipes/libusb/libusb-compat_0.1.2.bb
index 8283251..68bde9b 100644
--- a/recipes/libusb/libusb-compat_0.1.2.bb
+++ b/recipes/libusb/libusb-compat_0.1.2.bb
@@ -11,7 +11,7 @@ DEPENDS = "libusb1"
 SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/${P}.tar.bz2"
 SRC_URI_append_nylon = " file://gcc-3-compatibility.patch"
 
-inherit autotools binconfig lib_package
+inherit autotools lib_package binconfig
 
 AUTOTOOLS_STAGE_PKGCONFIG = "1"
 EXTRA_OECONF = "--disable-build-docs"
diff --git a/recipes/libusb/libusb-compat_0.1.3.bb b/recipes/libusb/libusb-compat_0.1.3.bb
index 0237ff4..e468a3b 100644
--- a/recipes/libusb/libusb-compat_0.1.3.bb
+++ b/recipes/libusb/libusb-compat_0.1.3.bb
@@ -14,7 +14,7 @@ SRC_URI[libusbcompat013tarbz2.sha256sum] = "a590a03b6188030ee1ca1a0af55685fcde00
 
 SRC_URI_append_nylon = " file://gcc-3-compatibility.patch"
 
-inherit autotools binconfig lib_package
+inherit autotools lib_package binconfig
 
 AUTOTOOLS_STAGE_PKGCONFIG = "1"
 EXTRA_OECONF = "--disable-build-docs"
diff --git a/recipes/libusb/libusb_0.1.12.bb b/recipes/libusb/libusb_0.1.12.bb
index 0f224a6..66bfbeb 100644
--- a/recipes/libusb/libusb_0.1.12.bb
+++ b/recipes/libusb/libusb_0.1.12.bb
@@ -10,7 +10,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \
 
 S = "${WORKDIR}/libusb-${PV}"
 
-inherit autotools pkgconfig binconfig lib_package
+inherit autotools lib_package pkgconfig binconfig
 
 PARALLEL_MAKE = ""
 EXTRA_OECONF = "--disable-build-docs"
diff --git a/recipes/neon/neon_0.25.5.bb b/recipes/neon/neon_0.25.5.bb
index e67132f..8fb68f1 100644
--- a/recipes/neon/neon_0.25.5.bb
+++ b/recipes/neon/neon_0.25.5.bb
@@ -10,7 +10,7 @@ SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \
            file://gnutls-force-and-detect.patch \
            file://gnutls-2.patch"
 
-inherit autotools binconfig lib_package pkgconfig
+inherit autotools lib_package binconfig pkgconfig
 
 EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared --without-gssapi"
 EXTRA_AUTORECONF=" -I ${S}/macros "
diff --git a/recipes/neon/neon_0.29.3.bb b/recipes/neon/neon_0.29.3.bb
index e182d55..acfc6be 100644
--- a/recipes/neon/neon_0.29.3.bb
+++ b/recipes/neon/neon_0.29.3.bb
@@ -8,7 +8,7 @@ DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz"
 
-inherit autotools binconfig lib_package pkgconfig
+inherit autotools lib_package binconfig pkgconfig
 
 EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
 EXTRA_AUTORECONF=" -I ${S}/macros "
-- 
1.7.1





More information about the Openembedded-devel mailing list