diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-22 13:51:30 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-22 13:51:30 +0000 |
commit | fcbc597dbe624ff302beccab04f3923f55101364 (patch) | |
tree | bba9165b23c2d2f3850cd30d91289ca329aa27c9 /meta/packages/maemo | |
parent | e2f9e1a4aa15ace73ec174aa24dd0db1a0924148 (diff) | |
download | poky-fcbc597dbe624ff302beccab04f3923f55101364.tar.gz |
xsp, xpext: Fix broken DEPENDS after merge
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@937 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/maemo')
-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 d56581dcde..2db00de0f7 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 = "virtual/libx11 xextensions libxext" | 6 | DEPENDS = "virtual/libx11 xextproto 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 7c54931b03..fd97494966 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 = "virtual/libx11 xextensions libxext xpext" | 6 | DEPENDS = "virtual/libx11 xextproto 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" |