[oe-commits] Khem Raj : vdr_1.7.16.bb: Specify the libc-uclibc override correctly

git version control git at git.openembedded.org
Sun Jan 23 20:15:27 UTC 2011


Module: openembedded.git
Branch: master
Commit: cb23dffdbe3c3a7432c2e2eb19742c254163c05a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cb23dffdbe3c3a7432c2e2eb19742c254163c05a

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sun Jan 23 12:13:46 2011 -0800

vdr_1.7.16.bb: Specify the libc-uclibc override correctly

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/vdr/vdr_1.7.16.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/vdr/vdr_1.7.16.bb b/recipes/vdr/vdr_1.7.16.bb
index 1861e25..1cc3ae1 100644
--- a/recipes/vdr/vdr_1.7.16.bb
+++ b/recipes/vdr/vdr_1.7.16.bb
@@ -1,11 +1,11 @@
 require vdr.inc
-PR = "r1"
+PR = "r2"
 
 SRC_URI += "file://0001-Makefile-Pass-LDFLAGS.patch \
             file://0002-tools.h-include-stdarg.h.patch \
            "
 
-SRC_URI_append_libc-uclibceabi = " file://0003-uclibc-Add-lintl-to-LIBS.patch "
+SRC_URI_append_libc-uclibc = " file://0003-uclibc-Add-lintl-to-LIBS.patch "
 SRC_URI_append_uclinux-uclibc = " file://0003-uclibc-Add-lintl-to-LIBS.patch "
 
 EXTRA_OEMAKE += "INCLUDES=-I${STAGING_INCDIR}/freetype2"





More information about the Openembedded-commits mailing list