diff options
| author | Khem Raj <raj.khem@gmail.com> | 2014-09-02 13:52:57 -0700 | 
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-09-26 05:41:53 +0200 | 
| commit | 394d1444b3bb0a1dbb682a3ad70db70d9c32f4f0 (patch) | |
| tree | 01ff04393b21cfbf24b64168858d3d285d855eba | |
| parent | 06e7054b9a3383ac28e851e2351b0d8bf56d1300 (diff) | |
| download | meta-openembedded-394d1444b3bb0a1dbb682a3ad70db70d9c32f4f0.tar.gz | |
subsurface: Adjust dependencies to match eglibc -> glibc move
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/subsurface/subsurface_git.bb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/meta-oe/recipes-extended/subsurface/subsurface_git.bb b/meta-oe/recipes-extended/subsurface/subsurface_git.bb index 0632f2120d..fc50eb6806 100644 --- a/meta-oe/recipes-extended/subsurface/subsurface_git.bb +++ b/meta-oe/recipes-extended/subsurface/subsurface_git.bb | |||
| @@ -28,5 +28,5 @@ do_install() { | |||
| 28 | } | 28 | } | 
| 29 | 29 | ||
| 30 | FILES_${PN} += "${datadir}/icons/hicolor/scalable/apps/subsurface.svg" | 30 | FILES_${PN} += "${datadir}/icons/hicolor/scalable/apps/subsurface.svg" | 
| 31 | RRECOMMENDS_${PN}_append_libc-glibc = " eglibc-gconv-iso8859-15" | 31 | RRECOMMENDS_${PN}_append_libc-glibc = " glibc-gconv-iso8859-15" | 
| 32 | 32 | ||
