mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 19:09:41 +01:00
popt: Fix DEPENDS on gettext
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user