git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
568f1ea
)
uclibc++_0.1.9.bb: Get rid of legacy staging.
author
Khem Raj
<raj.khem@gmail.com>
Sat, 7 Aug 2010 06:53:49 +0000
(23:53 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Sat, 7 Aug 2010 06:53:49 +0000
(23:53 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/uclibc++/uclibc++_0.1.9.bb
patch
|
blob
|
history
diff --git
a/recipes/uclibc++/uclibc++_0.1.9.bb
b/recipes/uclibc++/uclibc++_0.1.9.bb
index
1222a4a
..
be1ac14
100644
(file)
--- 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 = "r
1
"
+PR = "r
2
"
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.*