1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

popt: Fix DEPENDS on gettext

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-12-01 16:56:57 +00:00
parent a76bdfb87b
commit 68518c4130
+1 -1
View File
@@ -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"