diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-01-07 13:09:48 +0100 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-01-07 13:11:46 +0100 |
commit | 7e891e410a494b4fec7d8835f20a04ef4a307096 (patch) | |
tree | ebe3e05c0347f4dccdbfa5461b7276a2d7e42002 /packages/maemo/xsp_1.0.0-8.bb | |
parent | a8a0ce7efd2c063171bdcbf7a2104a8d4b071b2f (diff) |
xsp: Fix pc file - passes sanity check now.
Diffstat (limited to 'packages/maemo/xsp_1.0.0-8.bb')
-rw-r--r-- | packages/maemo/xsp_1.0.0-8.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/maemo/xsp_1.0.0-8.bb b/packages/maemo/xsp_1.0.0-8.bb index f4f872e57f..50de83c204 100644 --- a/packages/maemo/xsp_1.0.0-8.bb +++ b/packages/maemo/xsp_1.0.0-8.bb @@ -1,11 +1,12 @@ -PR = "r1" +PR = "r2" LICENSE= "MIT" DESCRIPTION = "X Server Nokia 770 extensions library" SECTION = "x11/libs" PRIORITY = "optional" DEPENDS = "virtual/libx11 libxext xpext" -SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${PN}_${PV}.tar.gz" +SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${PN}_${PV}.tar.gz \ + file://xsp-fix-pc.patch;patch=1" S = "${WORKDIR}/Xsp" inherit autotools pkgconfig |