diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-17 14:18:49 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-17 14:18:49 +0000 |
commit | b820b8cc46348b5df70443f671623b1fe61038c8 (patch) | |
tree | b749745dfdb0e48104e7badf368f63301fc6a8a0 /packages/libsdl/libsdl-qpe_1.2.9.bb | |
parent | 806a34527e71af78779361b83d24a413efb79fb3 (diff) |
disapproval of revision '073563c6fb1aad528e3d0c4f974eea7a71e1ad87'
Diffstat (limited to 'packages/libsdl/libsdl-qpe_1.2.9.bb')
-rw-r--r-- | packages/libsdl/libsdl-qpe_1.2.9.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/libsdl/libsdl-qpe_1.2.9.bb b/packages/libsdl/libsdl-qpe_1.2.9.bb index 99b94fbe4b..eaca6b88aa 100644 --- a/packages/libsdl/libsdl-qpe_1.2.9.bb +++ b/packages/libsdl/libsdl-qpe_1.2.9.bb @@ -3,10 +3,10 @@ SECTION = "opie/libs" PRIORITY = "optional" DEPENDS = "virtual/libqpe1 libopie2" PROVIDES = "virtual/libsdl" -RPROVIDES = "libsdl-1.2-0" LICENSE = "LGPL" -PR = "r2" +# NOTE: make sure to keep PR in sync with libsdl-x11 +PR = "r0" SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ file://agawa-piro-mickey-1.2.9.patch;patch=1 \ @@ -32,8 +32,6 @@ EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev += "${bindir}/*config" -DEBIAN_NOAUTONAME_${PN} = "1" -DEBIAN_NOAUTONAME_${PN}-dbg = "1" do_compile_prepend() { rm -f ${S}/acinclude.m4 |