diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-21 10:02:06 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-21 10:02:06 +0000 |
commit | dce65a1c29315c28044e7a50a1bd328b32cbcc6d (patch) | |
tree | e4c1d5c483c83d348a240f21e466fd7277f199cb /meta/packages | |
parent | 77416dc8ea693bb02835ba278acbf01a89fa608e (diff) | |
download | poky-dce65a1c29315c28044e7a50a1bd328b32cbcc6d.tar.gz |
maemo xsp/xpext: s/libx11/virtual\/libx11/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@901 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/maemo/xpext_1.0-5.bb | 2 | ||||
-rw-r--r-- | meta/packages/maemo/xsp_1.0.0-8.bb | 2 |
2 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 4130f53006..d56581dcde 100644 --- a/meta/packages/maemo/xpext_1.0-5.bb +++ b/meta/packages/maemo/xpext_1.0-5.bb | |||
@@ -3,7 +3,7 @@ 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 = "libx11 xextproto libxext" | 6 | DEPENDS = "virtual/libx11 xextensions libxext" |
7 | 7 | ||
8 | SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${PN}/${PN}_${PV}.tar.gz \ | 8 | SRC_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" |
diff --git a/meta/packages/maemo/xsp_1.0.0-8.bb b/meta/packages/maemo/xsp_1.0.0-8.bb index 5618292d6e..7c54931b03 100644 --- a/meta/packages/maemo/xsp_1.0.0-8.bb +++ b/meta/packages/maemo/xsp_1.0.0-8.bb | |||
@@ -3,7 +3,7 @@ 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 = "libx11 xextproto libxext xpext" | 6 | DEPENDS = "virtual/libx11 xextensions 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" |