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 | |
parent | e2f9e1a4aa15ace73ec174aa24dd0db1a0924148 (diff) | |
download | openembedded-core-fcbc597dbe624ff302beccab04f3923f55101364.tar.gz openembedded-core-fcbc597dbe624ff302beccab04f3923f55101364.tar.bz2 openembedded-core-fcbc597dbe624ff302beccab04f3923f55101364.zip |
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')
-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" DESCRIPTION = "X Server Nokia 770 extensions library" SECTION = "x11/libs" PRIORITY = "optional" -DEPENDS = "virtual/libx11 xextensions libxext" +DEPENDS = "virtual/libx11 xextproto libxext" SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${PN}/${PN}_${PV}.tar.gz \ 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" DESCRIPTION = "X Server Nokia 770 extensions library" SECTION = "x11/libs" PRIORITY = "optional" -DEPENDS = "virtual/libx11 xextensions libxext xpext" +DEPENDS = "virtual/libx11 xextproto libxext xpext" SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${PN}_${PV}.tar.gz" S = "${WORKDIR}/Xsp" |