diff options
author | Philip Balister <philip@balister.org> | 2006-10-28 13:48:12 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2006-10-28 13:48:12 +0000 |
commit | a84ca6515375010be1cb18ec82ec48968b89bb84 (patch) | |
tree | 1b430a4a6516a660fb9a4c5c6372fb101acd22bf /packages/popt/popt_1.7.bb | |
parent | 0332c860f096406ed143260218d9938b79173599 (diff) | |
parent | 4c49cec0f00a58693f324b06363744dbcf856329 (diff) |
merge of '9bb5aacf211c840ef28190458936fec0e3163a18'
and 'a89f7dd0fbeeb4f5627838591cb356337a0b5ae2'
Diffstat (limited to 'packages/popt/popt_1.7.bb')
-rw-r--r-- | packages/popt/popt_1.7.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/popt/popt_1.7.bb b/packages/popt/popt_1.7.bb index 6984dbdb13..6f4dfd7acf 100644 --- a/packages/popt/popt_1.7.bb +++ b/packages/popt/popt_1.7.bb @@ -1,8 +1,9 @@ -SECTION = "libs" DESCRIPTION = "The popt library exists essentially \ for parsing command line options." LICENSE = "MIT" -PR = "r3" +SECTION = "libs" +DEPENDS = "gettext-native" +PR = "r4" SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \ file://m4.patch;patch=1 \ |