diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-06-06 21:50:07 +0000 |
---|---|---|
committer | John Bowler <jbowler@nslu2-linux.org> | 2005-06-06 21:50:07 +0000 |
commit | 3d309b8eeef158166bd203d1d0a27f8c74c1ae06 (patch) | |
tree | fde16a7765d7d15c0cc64223c887167a7ae5ba20 /packages/nonworking/gtkmm/gtkmm_2.2.11.bb | |
parent | 945c4e1b5640f9eb5a2306c8e8158fa354b4ce5b (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into marsco.kalmiopsis:/home/nslu2/openembedded
2005/06/06 23:40:41+02:00 hrw.one.pl!hrw
removed xfce from nonworking - we have working version
2005/06/06 23:38:48+02:00 hrw.one.pl!hrw
removed ppp from nonworking - we have working version
2005/06/06 23:36:13+02:00 hrw.one.pl!hrw
removed kaffe from nonworking - we have working version
2005/06/06 23:35:28+02:00 hrw.one.pl!hrw
removed gtkmm from nonworking - we have working version
2005/06/06 23:34:45+02:00 hrw.one.pl!hrw
removed glib-1.2 from nonworking - we have working version
2005/06/06 23:33:05+02:00 hrw.one.pl!hrw
removed centericq from nonworking - we have working versions
2005/06/06 23:31:28+02:00 hrw.one.pl!hrw
removed bash 2.05b from nonworking - we have bash 3.0
BKrev: 42a4c50fVvrDcrLDZ620DOwpeRS5RQ
Diffstat (limited to 'packages/nonworking/gtkmm/gtkmm_2.2.11.bb')
-rw-r--r-- | packages/nonworking/gtkmm/gtkmm_2.2.11.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/nonworking/gtkmm/gtkmm_2.2.11.bb b/packages/nonworking/gtkmm/gtkmm_2.2.11.bb deleted file mode 100644 index 181da3bcda..0000000000 --- a/packages/nonworking/gtkmm/gtkmm_2.2.11.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "C++ Bindings for Gtk+" -SECTION = "libs" -PRIORITY = "optional" -DEPENDS = "gtk+ libsigc++" - -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.2/gtkmm-2.2.11.tar.bz2" - -inherit autotools - -do_stage() { - oe_soinstall shlib/libhistory.so.${PV} ${STAGING_LIBDIR}/ - oe_soinstall shlib/libreadline.so.${PV} ${STAGING_LIBDIR}/ - - install -d ${STAGING_INCDIR}/readline - for f in readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h \ - rlconf.h rltypedefs.h - do - install -m 0644 $f ${STAGING_INCDIR}/readline/ - done - -} |