From d326c188d3efaf1c66f7bd7af97d4d3c98addb9f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 6 Aug 2010 23:53:49 -0700 Subject: uclibc++_0.1.9.bb: Get rid of legacy staging. Signed-off-by: Khem Raj --- recipes/uclibc++/uclibc++_0.1.9.bb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'recipes') diff --git a/recipes/uclibc++/uclibc++_0.1.9.bb b/recipes/uclibc++/uclibc++_0.1.9.bb index 1222a4aadd..be1ac1435c 100644 --- a/recipes/uclibc++/uclibc++_0.1.9.bb +++ b/recipes/uclibc++/uclibc++_0.1.9.bb @@ -5,7 +5,7 @@ LICENSE = "LGPL" PRIORITY = "optional" SECTION = "libs" -PR = "r1" +PR = "r2" SRC_URI = "http://cxx.uclibc.org/src/uClibc++-${PV}.tbz2 \ file://nobash.patch \ @@ -40,12 +40,6 @@ do_configure () { oe_runmake oldconfig } -do_stage () { - oe_runmake 'UCLIBCXX_RUNTIME_PREFIX=${STAGING_LIBDIR}/../' \ - install - chmod +x ${STAGING_LIBDIR}/libuClibc++.so.* -} - do_install () { oe_runmake 'DESTDIR=${D}' install chmod +x ${D}${libdir}/libuClibc++.so.* -- cgit 1.2.3-korg