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:20:14 +0100 |
commit | 445e1e5b740618e5f04c0ef6515ab53f41ac35de (patch) | |
tree | 73551250e2f98d7a512057c5b474a6bdcd71d960 /meta/recipes-extended | |
parent | 988a7bfbddc73bc7c50171354d50760aaba0039b (diff) | |
download | poky-445e1e5b740618e5f04c0ef6515ab53f41ac35de.tar.gz |
xdg-utils: add runtime dependency on xprop
xprop is called by xdg-utils scripts.
(From OE-Core rev: 58d05c817cf3be071c66c7e4dbbb9942fd7a0752)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-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 | |||
23 | 23 | ||
24 | inherit autotools | 24 | inherit autotools |
25 | 25 | ||
26 | RDEPENDS_${PN} += "xprop" | ||