mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
fuse/libmtp/tcsh/enca: Add missing explict gettext-native dependency
This is needed for the AM_ICONV macro and friends. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
9a64d36764
commit
f5580b13df
@@ -19,6 +19,8 @@ SRC_URI[sha256sum] = "0beb83eaf2c5e50730fc553406ef124d77bc02c64854631bdfc86bfd64
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
DEPENDS = "gettext-native"
|
||||
|
||||
EXTRA_OECONF = "--disable-kernel-module"
|
||||
|
||||
PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev libulockmgr-dbg"
|
||||
|
||||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "\
|
||||
file://examples/albums.c;beginline=5;endline=21;md5=84f4e55dfec49e898b7f68a828c15620 \
|
||||
"
|
||||
|
||||
DEPENDS += "libusb1 virtual/libiconv"
|
||||
DEPENDS += "libusb1 gettext-native"
|
||||
|
||||
SCM_URI = "git://git.code.sf.net/p/libmtp/code"
|
||||
SRC_URI = "\
|
||||
|
||||
@@ -7,7 +7,7 @@ HOMEPAGE = "http://www.tcsh.org/"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://Copyright;md5=1cf29be62df2be1a3763118b25b4c780"
|
||||
SECTION = "base"
|
||||
DEPENDS = "ncurses"
|
||||
DEPENDS = "ncurses gettext-native"
|
||||
SRC_URI = " \
|
||||
${DEBIAN_MIRROR}/main/t/tcsh/tcsh_${PV}.orig.tar.gz;name=tarball \
|
||||
${DEBIAN_MIRROR}/main/t/tcsh/tcsh_${PV}-2.diff.gz;name=diffs \
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Enca is an Extremely Naive Charset Analyser"
|
||||
SECTION = "libs"
|
||||
HOMEPAGE = "http://trific.ath.cx/software/enca/"
|
||||
|
||||
DEPENDS += "virtual/libiconv"
|
||||
DEPENDS += "gettext-native"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=24b9569831c46d4818450b55282476b4"
|
||||
|
||||
Reference in New Issue
Block a user