diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /opensp | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'opensp')
-rw-r--r-- | opensp/opensp-native_1.5.bb | 0 | ||||
-rw-r--r-- | opensp/opensp-native_1.5.oe | 25 | ||||
-rw-r--r-- | opensp/opensp_1.5.bb | 0 | ||||
-rw-r--r-- | opensp/opensp_1.5.oe | 19 |
4 files changed, 0 insertions, 44 deletions
diff --git a/opensp/opensp-native_1.5.bb b/opensp/opensp-native_1.5.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/opensp/opensp-native_1.5.bb diff --git a/opensp/opensp-native_1.5.oe b/opensp/opensp-native_1.5.oe deleted file mode 100644 index 53703f9eee..0000000000 --- a/opensp/opensp-native_1.5.oe +++ /dev/null @@ -1,25 +0,0 @@ -SECTION = "libs" -DEPENDS = "patcher-native" - -SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/OpenSP-${PV}.tar.gz \ - file://m4.patch;patch=1 \ - file://attributevalue.patch;patch=1" -S = "${WORKDIR}/OpenSP-${PV}" - -inherit autotools native - -FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/opensp-${PV}" -PACKAGES = "" - -do_configure () { - gnu-configize - oe_runconf -} - -do_stage () { - oe_libinstall -a -so -C lib libosp ${STAGING_LIBDIR} - install -d ${STAGING_INCDIR}/OpenSP - install -m 0644 ${S}/include/*.h ${STAGING_INCDIR}/OpenSP/ - install -m 0644 ${S}/include/*.cxx ${STAGING_INCDIR}/OpenSP/ - install -m 0644 config.h ${STAGING_INCDIR}/OpenSP/config.h -} diff --git a/opensp/opensp_1.5.bb b/opensp/opensp_1.5.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/opensp/opensp_1.5.bb diff --git a/opensp/opensp_1.5.oe b/opensp/opensp_1.5.oe deleted file mode 100644 index 24b2e84121..0000000000 --- a/opensp/opensp_1.5.oe +++ /dev/null @@ -1,19 +0,0 @@ -SECTION = "libs" -DESCRIPTION = "OpenSP is a library and a set of tools \ -for validating, parsing, and manipulating SGML and \ -XML documents." - -SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/OpenSP-${PV}.tar.gz \ - file://m4.patch;patch=1 \ - file://attributevalue.patch;patch=1" -S = "${WORKDIR}/OpenSP-${PV}" - -inherit autotools - -do_stage () { - oe_libinstall -a -so -C lib libosp ${STAGING_LIBDIR} - install -d ${STAGING_INCDIR}/OpenSP - install -m 0644 ${S}/include/*.h ${STAGING_INCDIR}/OpenSP/ - install -m 0644 ${S}/include/*.cxx ${STAGING_INCDIR}/OpenSP/ - install -m 0644 ${S}/config.h ${STAGING_INCDIR}/OpenSP/config.h -} |