[oe-commits] Bernhard Reutner-Fischer : *: Fix _append_libc-$flavour

git version control git at git.openembedded.org
Thu May 5 17:36:08 UTC 2011


Module: openembedded.git
Branch: aldot/fixes
Commit: 1f751d6188a7b0aaae15681ec7a304984657ea16
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1f751d6188a7b0aaae15681ec7a304984657ea16

Author: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Date:   Thu May  5 19:31:25 2011 +0200

*: Fix _append_libc-$flavour

Some time ago the condition was adjusted to base off _libc-$flavour.
Fix 2 packages accordingly.
untested.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>

---

 recipes/lm_sensors/lmsensors-apps_2.10.8.bb |    2 +-
 recipes/meta/oplinux-packages.bb            |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/lm_sensors/lmsensors-apps_2.10.8.bb b/recipes/lm_sensors/lmsensors-apps_2.10.8.bb
index 266f1b8..e84469b 100644
--- a/recipes/lm_sensors/lmsensors-apps_2.10.8.bb
+++ b/recipes/lm_sensors/lmsensors-apps_2.10.8.bb
@@ -8,7 +8,7 @@ SRC_URI = "http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${PV}.tar.gz
            file://prefix-fix.patch \
            file://add-sysfs-ldflags.patch"
 
-SRC_URI_append_uclibc = "file://iconv.patch"
+SRC_URI_append_libc-uclibc = "file://iconv.patch"
 
 S = "${WORKDIR}/lm_sensors-${PV}"
 
diff --git a/recipes/meta/oplinux-packages.bb b/recipes/meta/oplinux-packages.bb
index ab38c1d..cc5f5cb 100644
--- a/recipes/meta/oplinux-packages.bb
+++ b/recipes/meta/oplinux-packages.bb
@@ -634,7 +634,7 @@ OPLINUX_UCLIBC_BROKEN_PACKAGES_append_dht-walnut = "\
 
 # Packages which build only with glibc (some of these use internal
 # glibc functions and so will probably never run on uclibc).
-OPLINUX_BROKEN_PACKAGES_append_uclibc-linux = "\
+OPLINUX_BROKEN_PACKAGES_append_libc-uclibc = "\
 	${OPLINUX_UCLIBC_UNSUPPORTABLE_PACKAGES} \
 	${OPLINUX_UCLIBC_BROKEN_PACKAGES} \
 





More information about the Openembedded-commits mailing list