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 /gtk-webcore/osb-nrcore_0.5.0.oe | |
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 'gtk-webcore/osb-nrcore_0.5.0.oe')
-rw-r--r-- | gtk-webcore/osb-nrcore_0.5.0.oe | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/gtk-webcore/osb-nrcore_0.5.0.oe b/gtk-webcore/osb-nrcore_0.5.0.oe deleted file mode 100644 index 01d4bf6249..0000000000 --- a/gtk-webcore/osb-nrcore_0.5.0.oe +++ /dev/null @@ -1,36 +0,0 @@ -LICENSE = GPL -DESCRIPTION = "Gtk+ WebCore - rendering engine" -HOMEPAGE = "http://gtk-webcore.sourceforge.net/" -PRIORITY = "optional" -MAINTAINER = "Rene Wagner <rw@handhelds.org>" -DEPENDS = "glib-2.0 gtk+ pango osb-jscore" -SECTION = "gpe" -PR = "r1" - -SRC_URI = "${SOURCEFORGE_MIRROR}/gtk-webcore/osb-nrcore-${PV}.tar.gz \ - file://KWQDictImpl.patch;patch=1" - -LEAD_SONAME = "libnrcore.so" - -inherit autotools pkgconfig - -do_configure () { - autotools_do_configure - cd ${S} - - # prevent libtool from linking libs against libstdc++, libgcc, ... - cat arm-linux-libtool | sed -e 's/postdeps=".*"/postdeps=""/' > arm-linux-libtool.tmp - mv arm-linux-libtool.tmp arm-linux-libtool -} - -do_stage () { - oe_libinstall -so libnrcore ${STAGING_LIBDIR} - oe_libinstall -so -C kwiq libnrcore_kwiq_gtk ${STAGING_LIBDIR} - - autotools_stage_includes - - install -d ${STAGING_INCDIR}/osb/NRCore - for i in ${S}/kwiq/WebCore*.h ${S}/kwiq/KWIQ*.h; do - install -m 0644 $i ${STAGING_INCDIR}/osb/NRCore - done -} |