summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/numlockx
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-graphics/numlockx
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-graphics/numlockx')
-rw-r--r--meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb b/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb
new file mode 100644
index 000000000..47ec50447
--- /dev/null
+++ b/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Enable NumLock in X11 sessions"
2HOMEPAGE = "http://home.kde.org/~seli/numlockx/"
3SECTION = "x11/apps"
4LICENSE = "MIT-X"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=dcb1cc75e21540a4a66b54e38d95b047"
6DEPENDS = "virtual/libx11 libxtst"
7
8SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/numlockx/numlockx-${PV}.tar.gz/be9109370447eae23f6f3f8527bb1a67/numlockx-${PV}.tar.gz"
9
10SRC_URI[md5sum] = "be9109370447eae23f6f3f8527bb1a67"
11SRC_URI[sha256sum] = "e468eb9121c94c9089dc6a287eeb347e900ce04a14be37da29d7696cbce772e4"
12
13inherit autotools
14
15EXTRA_OECONF = "--x-includes=${STAGING_INCDIR} \
16 --x-libraries=${STAGING_LIBDIR}"
17
18do_configure_prepend() {
19 # remove this from acinclude.m4 or build fails
20 sed -i '/_AC_PATH_X_XMKMF/d' ${S}/acinclude.m4
21}