diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-02-16 12:57:30 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-02-16 13:01:44 +0100 |
commit | 52ff3239ccd7e8ea9153366a1b672ca0e9befd09 (patch) | |
tree | 802e6af65f0057397b207c7900abcf8d48923244 /packages/popt/popt-native_1.14.bb | |
parent | d2212127415e77ac47bc692a2c0b5da402d06c2f (diff) |
popt: clean up 1.7
Diffstat (limited to 'packages/popt/popt-native_1.14.bb')
-rw-r--r-- | packages/popt/popt-native_1.14.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/popt/popt-native_1.14.bb b/packages/popt/popt-native_1.14.bb deleted file mode 100644 index 54712ab812..0000000000 --- a/packages/popt/popt-native_1.14.bb +++ /dev/null @@ -1,16 +0,0 @@ -require popt.inc - -DEPENDS = "gettext-native" - -PR = "r0" - -inherit native autotools - -SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz" - -S = "${WORKDIR}/popt-${PV}" - -do_install() { - oe_libinstall -a -so libpopt ${STAGING_LIBDIR_NATIVE} - install -m 0644 popt.h ${STAGING_INCDIR_NATIVE} -} |