diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-08-06 23:53:49 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-08-06 23:53:49 -0700 |
commit | d326c188d3efaf1c66f7bd7af97d4d3c98addb9f (patch) | |
tree | 216bf8a6ba8700eef7d700d81a99b55d9cfada48 /recipes | |
parent | 568f1ea0fa48f225dc17184baf938a81e0c2d828 (diff) |
uclibc++_0.1.9.bb: Get rid of legacy staging.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/uclibc++/uclibc++_0.1.9.bb | 8 |
1 files changed, 1 insertions, 7 deletions
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.* |