| Submitter | Saul Wold |
|---|---|
| Date | May 18, 2011, 10:26 p.m. |
| Message ID | <a6a19edfc229a9d32cda5200f825b546b2fc64bc.1305756950.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/4425/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc index 673eada..7a07ad5 100644 --- a/meta/recipes-extended/findutils/findutils.inc +++ b/meta/recipes-extended/findutils/findutils.inc @@ -19,4 +19,4 @@ inherit autotools gettext # standard functionality. regex.c actually breaks compilation # because it uses __mempcpy, there are other things (TBD: # see diffutils.mk in buildroot) -EXTRA_OECONF_linux-uclibc = "--without-included-regex" +EXTRA_OECONF_libc-uclibc = "--without-included-regex" diff --git a/meta/recipes-extended/findutils/findutils_4.2.31.bb b/meta/recipes-extended/findutils/findutils_4.2.31.bb index 3e187b5..0889f0f 100644 --- a/meta/recipes-extended/findutils/findutils_4.2.31.bb +++ b/meta/recipes-extended/findutils/findutils_4.2.31.bb @@ -20,7 +20,7 @@ inherit autotools gettext # standard functionality. regex.c actually breaks compilation # because it uses __mempcpy, there are other things (TBD: # see diffutils.mk in buildroot) -EXTRA_OECONF_linux-uclibc = "--without-included-regex" +EXTRA_OECONF_libc-uclibc = "--without-included-regex" do_install_append () { if [ -e ${D}${bindir}/find ]; then