diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-26 11:34:14 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-26 11:34:14 +0000 |
commit | a137347083a742712aac9dd4cbe26bb8e748f8b0 (patch) | |
tree | 84e4335803113b0847f562847c5da460dce8af99 /meta/packages/maemo | |
parent | 7c37de18419863cece8f6ec330cb1f752a08b3f5 (diff) | |
download | poky-a137347083a742712aac9dd4cbe26bb8e748f8b0.tar.gz |
xsp: removed not needed xextproto dependency, stripped whitespaces
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2997 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/maemo')
-rw-r--r-- | meta/packages/maemo/xsp_1.0.0-8.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/maemo/xsp_1.0.0-8.bb b/meta/packages/maemo/xsp_1.0.0-8.bb index fd97494966..d5f94c64cd 100644 --- a/meta/packages/maemo/xsp_1.0.0-8.bb +++ b/meta/packages/maemo/xsp_1.0.0-8.bb | |||
@@ -3,12 +3,12 @@ LICENSE= "MIT" | |||
3 | DESCRIPTION = "X Server Nokia 770 extensions library" | 3 | DESCRIPTION = "X Server Nokia 770 extensions library" |
4 | SECTION = "x11/libs" | 4 | SECTION = "x11/libs" |
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | DEPENDS = "virtual/libx11 xextproto libxext xpext" | 6 | DEPENDS = "virtual/libx11 libxext xpext" |
7 | 7 | ||
8 | SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${PN}_${PV}.tar.gz" | 8 | SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${PN}_${PV}.tar.gz" |
9 | S = "${WORKDIR}/Xsp" | 9 | S = "${WORKDIR}/Xsp" |
10 | 10 | ||
11 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
12 | 12 | ||
13 | do_stage() { | 13 | do_stage() { |
14 | oe_runmake install prefix=${STAGING_DIR} \ | 14 | oe_runmake install prefix=${STAGING_DIR} \ |