From: Marcin Juszkiewicz Date: Tue, 15 Jun 2004 19:02:51 +0000 (+0000) Subject: fixed compile errors X-Git-Tag: Release-2010-05/1~18689 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18a91696a4da9d9620dc63a3a35c0d976eb2e202;p=openembedded.git fixed compile errors BKrev: 40cf47dbOCLjAyIGs04_o9Vg31T7mw --- diff --git a/util-linux/util-linux-2.12/my_dev_t.h.diff b/util-linux/util-linux-2.12/my_dev_t.h.diff new file mode 100644 index 0000000000..e69de29bb2 diff --git a/util-linux/util-linux_2.12.oe b/util-linux/util-linux_2.12.oe index 0fc2091a3f..21c80a6593 100644 --- a/util-linux/util-linux_2.12.oe +++ b/util-linux/util-linux_2.12.oe @@ -7,7 +7,8 @@ SRC_URI = "http://ftp.cwi.nl/aeb/util-linux/util-linux-${PV}.tar.gz \ file://MCONFIG \ file://make_include \ file://swapargs.h \ - file://defines.h" + file://defines.h \ + file://my_dev_t.h.diff;patch=1" EXTRA_OEMAKE = "" do_compile () { diff --git a/vectoroids/vectoroids_1.1.0.oe b/vectoroids/vectoroids_1.1.0.oe index ce2539785b..840cb45db7 100644 --- a/vectoroids/vectoroids_1.1.0.oe +++ b/vectoroids/vectoroids_1.1.0.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer " LICENSE = "GPL" -DEPENDS = "virtual/libqpe virtual/libsdl" +DEPENDS = "virtual/libqpe virtual/libsdl libsdl-image libsdl-mixer" SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/x/vectoroids/src/vectoroids-${PV}.tar.gz"