Skip to content

Commit

Permalink
attempt to fix the debian packages
Browse files Browse the repository at this point in the history
For proper string conversion some gconf packages need to be available.
While they are packaged seperatly in OE they don't seem to be in Debian.
So RDEPEND on libc6. Since it is a RDEPEND an not a DEPEND there is no
script figuring out what the exact RDEPEND should be.

#2
  • Loading branch information
Jeroen Hofstee committed Feb 3, 2021
1 parent 70ce6ac commit 7034077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/distro/include/debian-common.inc
Expand Up @@ -33,7 +33,8 @@ DEBIANNAME_python-sqlite3 = "python"
DEBIANNAME_python-subprocess = "python"
DEBIANNAME_python-pygobject = "python-gobject"

DEBIANNAME_glibc-gconv-iso8859-1 = "glibc-deb"
# runtime packages
DEBIANNAME_glibc-gconv-iso8859-1 = "libc6"

DEBIANNAME_glib-2.0 = "glib2.0"
DEBIANNAME_libsoup-2.4 = "libsoup2.4"
Expand Down

0 comments on commit 7034077

Please sign in to comment.