[oe-issues] [Bug 2537] New: update "packages/classpath/classpath.inc"
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Tue Jun 19 16:25:47 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2537
Summary: update "packages/classpath/classpath.inc"
Product: Openembedded
Version: Angstrom
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: bugs.openembedded.org at rolf.leggewie.biz
QAContact: tinderbox-oe at gmx.net
CC: andrew.paulsen at gmail.com
Blocks: 2296
+++ This bug was initially created as a clone of Bug #2536 +++
This bug is to break down bug 2296 into smaller, more manageable pieces. This
one deals with ""packages/cacao/cacao-native_svn.bb" from attachment 1472
#
# old_revision [6f6fa051cc160c46ef36e9742660dd9d95077ff7]
#
# add_dir "packages/cacao"
#
# add_dir "packages/cacao/files"
#
# add_file "packages/cacao/cacao-native_svn.bb"
# content [66c1b0608a15c9c25bc3dae12e4f9bba78443745]
#
============================================================
--- packages/cacao/cacao-native_svn.bb
66c1b0608a15c9c25bc3dae12e4f9bba78443745
+++ packages/cacao/cacao-native_svn.bb
66c1b0608a15c9c25bc3dae12e4f9bba78443745
@@ -0,0 +1,22 @@
+inherit native
+require cacao_${PV}.bb
+
+EXTRA_OEMAKE = ""
+
+do_configure_prepend() {
+ :
+}
+
+do_configure_append() {
+ :
+}
+
+do_stage() {
+ install -d ${STAGING_BINDIR}/cacaoh/.libs
+ install -m 0755 src/cacaoh/cacaoh ${STAGING_BINDIR}/cacaoh/
+ install -m 0755 src/cacaoh/.libs/* ${STAGING_BINDIR}/cacaoh/.libs/
+}
+
+do_install() {
+ :
+}
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list