summaryrefslogtreecommitdiff
path: root/packages/popt/popt_1.14.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-02-16 12:57:30 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-02-16 13:01:44 +0100
commit52ff3239ccd7e8ea9153366a1b672ca0e9befd09 (patch)
tree802e6af65f0057397b207c7900abcf8d48923244 /packages/popt/popt_1.14.bb
parentd2212127415e77ac47bc692a2c0b5da402d06c2f (diff)
popt: clean up 1.7
Diffstat (limited to 'packages/popt/popt_1.14.bb')
-rw-r--r--packages/popt/popt_1.14.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/popt/popt_1.14.bb b/packages/popt/popt_1.14.bb
deleted file mode 100644
index 240ac52275..0000000000
--- a/packages/popt/popt_1.14.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-require popt.inc
-
-DEPENDS = "gettext-native virtual/libintl"
-
-PR = "r1"
-
-inherit autotools
-
-SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz"
-
-
-do_stage() {
- oe_libinstall -a -so libpopt ${STAGING_LIBDIR}
- install -m 0644 popt.h ${STAGING_INCDIR}
-}
-
-