diff options
Diffstat (limited to 'meta-extras/packages/maemo/xpext_1.0-5.bb')
-rw-r--r-- | meta-extras/packages/maemo/xpext_1.0-5.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-extras/packages/maemo/xpext_1.0-5.bb b/meta-extras/packages/maemo/xpext_1.0-5.bb deleted file mode 100644 index 5be3d1c041..0000000000 --- a/meta-extras/packages/maemo/xpext_1.0-5.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "X Server Nokia 770 extensions library" -LICENSE= "MIT" -SECTION = "x11/libs" -PRIORITY = "optional" -DEPENDS = "virtual/libx11 libxext" -PR = "r1" - -SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${PN}/${PN}_${PV}.tar.gz \ - file://auxdir.patch;patch=1;pnum=0" -S = "${WORKDIR}/xpext-1.0" - -# ${PN} is empty so we need to tweak -dev and -dbg package dependencies -RDEPENDS_${PN}-dev = "" -RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" - -inherit autotools pkgconfig - -do_configure_prepend () { - cd ${S} - chmod +x ./autogen.sh - ./autogen.sh -} |