diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-05-03 14:13:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-08 15:40:52 +0100 |
commit | 8e2df16e9ab7433a868da2a3db4a25441b92d0ed (patch) | |
tree | 4183fd2adc31f7cbcd2393b5bba332978d466062 /meta/recipes-sato | |
parent | ce6927b0d662c8929f514c92bb0e96c54bf47446 (diff) | |
download | openembedded-core-contrib-8e2df16e9ab7433a868da2a3db4a25441b92d0ed.tar.gz |
packagegroup-core-x11-sato: Add udev-extraconf to maintain compatibility
Since we have removed udev-extraconf as a RRECOMMENDS in udev
add it back here to maintain compatibility
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index a4413be17dd..a7fee556467 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb @@ -41,6 +41,7 @@ RDEPENDS_${PN}-base = "\ shutdown-desktop \ libsdl \ ${NETWORK_MANAGER} \ + udev-extraconf \ " # pcmanfm doesn't work on mips |