diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-25 13:02:33 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-25 13:02:33 +0000 |
commit | fd9b783a83a0539a41c3347c5d7ed05aeae566c2 (patch) | |
tree | 04dd3b53eed58c74e4c4a754892568ee40fcd0cc | |
parent | aaa8c63c7c8c18865dab6d92a724921b3e90d214 (diff) | |
download | poky-fd9b783a83a0539a41c3347c5d7ed05aeae566c2.tar.gz |
popt: remove whitespace
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2967 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/popt/popt_1.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/popt/popt_1.7.bb b/meta/packages/popt/popt_1.7.bb index 6f4dfd7acf..137b6744dc 100644 --- a/meta/packages/popt/popt_1.7.bb +++ b/meta/packages/popt/popt_1.7.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \ | |||
9 | file://m4.patch;patch=1 \ | 9 | file://m4.patch;patch=1 \ |
10 | file://intl.patch;patch=1" | 10 | file://intl.patch;patch=1" |
11 | 11 | ||
12 | inherit autotools | 12 | inherit autotools |
13 | 13 | ||
14 | do_stage () { | 14 | do_stage () { |
15 | oe_libinstall -a -so libpopt ${STAGING_LIBDIR} | 15 | oe_libinstall -a -so libpopt ${STAGING_LIBDIR} |