summaryrefslogtreecommitdiffstats
path: root/meta/packages/maemo
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-26 11:35:08 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-26 11:35:08 +0000
commit52dc897f53f0083ff8ffd4b3b283956546c7baa3 (patch)
treeaf7c8ee70ff928409dd7e147350e4cef2811d76a /meta/packages/maemo
parenta137347083a742712aac9dd4cbe26bb8e748f8b0 (diff)
downloadpoky-52dc897f53f0083ff8ffd4b3b283956546c7baa3.tar.gz
xpext: removed not needed xextproto dependency, stripped whitespaces
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2998 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/maemo')
-rw-r--r--meta/packages/maemo/xpext_1.0-5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/maemo/xpext_1.0-5.bb b/meta/packages/maemo/xpext_1.0-5.bb
index 2db00de0f7..cc40205c50 100644
--- a/meta/packages/maemo/xpext_1.0-5.bb
+++ b/meta/packages/maemo/xpext_1.0-5.bb
@@ -3,13 +3,13 @@ LICENSE= "MIT"
3DESCRIPTION = "X Server Nokia 770 extensions library" 3DESCRIPTION = "X Server Nokia 770 extensions library"
4SECTION = "x11/libs" 4SECTION = "x11/libs"
5PRIORITY = "optional" 5PRIORITY = "optional"
6DEPENDS = "virtual/libx11 xextproto libxext" 6DEPENDS = "virtual/libx11 libxext"
7 7
8SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${PN}/${PN}_${PV}.tar.gz \ 8SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${PN}/${PN}_${PV}.tar.gz \
9 file://auxdir.patch;patch=1;pnum=0" 9 file://auxdir.patch;patch=1;pnum=0"
10S = "${WORKDIR}/xpext-1.0" 10S = "${WORKDIR}/xpext-1.0"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig
13 13
14do_configure_prepend () { 14do_configure_prepend () {
15 cd ${S} 15 cd ${S}