diff options
Diffstat (limited to 'recipes/maemo')
-rw-r--r-- | recipes/maemo/osso-application-installer_1.0.03-1.bb | 2 | ||||
-rw-r--r-- | recipes/maemo/osso-core-config_200515.1.bb | 2 | ||||
-rw-r--r-- | recipes/maemo/sdk-default-theme-config_1.0-1.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/maemo/osso-application-installer_1.0.03-1.bb b/recipes/maemo/osso-application-installer_1.0.03-1.bb index 550c8a5228..17cb3a2ac9 100644 --- a/recipes/maemo/osso-application-installer_1.0.03-1.bb +++ b/recipes/maemo/osso-application-installer_1.0.03-1.bb @@ -2,7 +2,7 @@ PR = "r0" LICENSE = "GPL" DEPENDS = "hildon-lgpl hildon-base-lib libosso hildon-libs hildon-control-panel shared-mime-info" -RDEPENDS = "shared-mime-info" +RDEPENDS_${PN} = "shared-mime-info" SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/${PN}/${PN}_${PV}.tar.gz \ file://fix-buildsystem.patch" diff --git a/recipes/maemo/osso-core-config_200515.1.bb b/recipes/maemo/osso-core-config_200515.1.bb index 986959ba8f..9329438c20 100644 --- a/recipes/maemo/osso-core-config_200515.1.bb +++ b/recipes/maemo/osso-core-config_200515.1.bb @@ -2,7 +2,7 @@ LICENSE = "unknown" PR = "r6" DEPENDS = "base-passwd osso-af-startup" -RDEPENDS = "base-passwd osso-af-startup" +RDEPENDS_${PN} = "base-passwd osso-af-startup" SRC_URI = "http://stage.maemo.org:80/pool/maemo/ossw/source/o/${PN}/${PN}_${PV}.tar.gz" diff --git a/recipes/maemo/sdk-default-theme-config_1.0-1.bb b/recipes/maemo/sdk-default-theme-config_1.0-1.bb index 39e88d9ed6..567727da91 100644 --- a/recipes/maemo/sdk-default-theme-config_1.0-1.bb +++ b/recipes/maemo/sdk-default-theme-config_1.0-1.bb @@ -2,7 +2,7 @@ PR = "r0" LICENSE = "GPL" DEPENDS = "sdk-default-theme" -RDEPENDS = "sdk-default-theme" +RDEPENDS_${PN} = "sdk-default-theme" SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/s/${PN}/${PN}_${PV}.tar.gz" |