mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 03:58:53 +00:00
popt: Fix DEPENDS on gettext
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
a76bdfb87b
commit
68518c4130
@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "The popt library for parsing command line options."
|
||||
LICENSE = "MIT"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "gettext-native"
|
||||
DEPENDS = "gettext"
|
||||
|
||||
SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user