diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-08-23 16:42:16 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-23 16:08:30 +0100 |
commit | 58d05c817cf3be071c66c7e4dbbb9942fd7a0752 (patch) | |
tree | e10327c1415c864948de68c98a06214f3f0c98fb | |
parent | a031523eb072df8f04dbae296a44ad51268acdf4 (diff) | |
download | openembedded-core-58d05c817cf3be071c66c7e4dbbb9942fd7a0752.tar.gz openembedded-core-58d05c817cf3be071c66c7e4dbbb9942fd7a0752.tar.bz2 openembedded-core-58d05c817cf3be071c66c7e4dbbb9942fd7a0752.zip |
xdg-utils: add runtime dependency on xprop
xprop is called by xdg-utils scripts.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb index d5c7aa3c4e..f988b96e07 100644 --- a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb +++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb @@ -23,3 +23,4 @@ SRC_URI[sha256sum] = "7b05558ae4bb8ede356863cae8c42e3e012aa421bf9d45130a570fd209 inherit autotools +RDEPENDS_${PN} += "xprop" |