diff options
Diffstat (limited to 'recipes/lyx')
-rw-r--r-- | recipes/lyx/lyx_1.6.1.bb | 2 | ||||
-rw-r--r-- | recipes/lyx/lyx_1.6.4.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/lyx/lyx_1.6.1.bb b/recipes/lyx/lyx_1.6.1.bb index 9c4ac08e6d..eb7200ab37 100644 --- a/recipes/lyx/lyx_1.6.1.bb +++ b/recipes/lyx/lyx_1.6.1.bb @@ -4,7 +4,7 @@ LICENSE = "GPL" HOMEPAGE = "http://www.lyx.org" DEPENDS = "qt4-x11-free" RSUGGESTS = "tetex" -RDEPENDS = "python-shell python-textutils" +RDEPENDS_${PN} = "python-shell python-textutils" PR = "r0" SRC_URI = "\ diff --git a/recipes/lyx/lyx_1.6.4.1.bb b/recipes/lyx/lyx_1.6.4.1.bb index 885293fb51..8163c99f3c 100644 --- a/recipes/lyx/lyx_1.6.4.1.bb +++ b/recipes/lyx/lyx_1.6.4.1.bb @@ -4,7 +4,7 @@ LICENSE = "GPL" HOMEPAGE = "http://www.lyx.org" DEPENDS = "qt4-x11-free" RSUGGESTS = "tetex" -RDEPENDS = "python-shell python-textutils" +RDEPENDS_${PN} = "python-shell python-textutils" SRC_URI = "\ ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/lyx-${PV}.tar.bz2 \ |