diff options
-rw-r--r-- | ipkg-utils/ipkg-utils_1.6cvs.oe | 2 | ||||
-rw-r--r-- | ipkg/ipkg-native_0.99.116.oe | 0 | ||||
-rw-r--r-- | ipkg/ipkg_0.99.116.oe | 0 | ||||
-rw-r--r-- | libglade/libglade-2.0.1/glade-cruft.patch | 0 | ||||
-rw-r--r-- | libglade/libglade_2.0.1.oe | 7 | ||||
-rw-r--r-- | libgpewidget/libgpewidget_0.78.oe | 9 |
6 files changed, 6 insertions, 12 deletions
diff --git a/ipkg-utils/ipkg-utils_1.6cvs.oe b/ipkg-utils/ipkg-utils_1.6cvs.oe index 8495e9514b..7e6ff31943 100644 --- a/ipkg-utils/ipkg-utils_1.6cvs.oe +++ b/ipkg-utils/ipkg-utils_1.6cvs.oe @@ -9,7 +9,7 @@ LICENSE = "GPL" RDEPENDS = "python" SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=ipkg-utils" -S = "${WORKDIR}/${PN}" +S = "${WORKDIR}/ipkg-utils" inherit distutils diff --git a/ipkg/ipkg-native_0.99.116.oe b/ipkg/ipkg-native_0.99.116.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/ipkg/ipkg-native_0.99.116.oe diff --git a/ipkg/ipkg_0.99.116.oe b/ipkg/ipkg_0.99.116.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/ipkg/ipkg_0.99.116.oe diff --git a/libglade/libglade-2.0.1/glade-cruft.patch b/libglade/libglade-2.0.1/glade-cruft.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libglade/libglade-2.0.1/glade-cruft.patch diff --git a/libglade/libglade_2.0.1.oe b/libglade/libglade_2.0.1.oe index fdc0f8046f..0cec349373 100644 --- a/libglade/libglade_2.0.1.oe +++ b/libglade/libglade_2.0.1.oe @@ -5,7 +5,8 @@ RDEPENDS = "gtk+ libxml2" DEPENDS = "virtual/libc libxml2 gtk+" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -SRC_URI = ftp://ftp.gnome.org/pub/GNOME/sources/${PN}/2.0/${P}.tar.bz2 +SRC_URI = ftp://ftp.gnome.org/pub/GNOME/sources/${PN}/2.0/${P}.tar.bz2 \ + file://${FILESDIR}/glade-cruft.patch;patch=1;pnum=0 inherit autotools pkgconfig libtool @@ -18,9 +19,7 @@ do_configure_prepend() { } do_stage () { - install -m 0755 glade/.libs/${libname} ${STAGING_LIBDIR}/ - ln -sf ${libname} ${STAGING_LIBDIR}/libglade-2.0.so.2 - ln -sf ${libname} ${STAGING_LIBDIR}/libglade-2.0.so + oe_soinstall glade/.libs/${LIBNAME} ${STAGING_LIBDIR}/ install -m 0644 glade/.libs/libglade-2.0.lai ${STAGING_LIBDIR}/libglade-2.0.la mkdir -p ${STAGING_INCDIR}/libglade-2.0/glade diff --git a/libgpewidget/libgpewidget_0.78.oe b/libgpewidget/libgpewidget_0.78.oe index bdca61b064..b4051208ef 100644 --- a/libgpewidget/libgpewidget_0.78.oe +++ b/libgpewidget/libgpewidget_0.78.oe @@ -5,22 +5,17 @@ MAINTAINER = "Philip Blundell <pb@handhelds.org>" RDEPENDS = "gtk" DEPENDS = "gtk+" -inherit pkgconfig +inherit pkgconfig gpe SRC_URI = http://gpe.handhelds.org/pub/projects/gpe/source/libgpewidget-${PV}.tar.gz headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h" do_stage () { - install -m 0755 libgpewidget.so.1 ${STAGING_LIBDIR}/ - ln -s libgpewidget.so.1 ${STAGING_LIBDIR}/libgpewidget.so + oe_soinstall libgpewidget.so.1 ${STAGING_LIBDIR}/ mkdir -p ${STAGING_INCDIR}/gpe for h in ${headers}; do install -m 0644 gpe/$h ${STAGING_INCDIR}/gpe/${h} done } - -do_install() { - oe_runmake 'DESTDIR=${D}' install -} |