diff options
Diffstat (limited to 'packages/gob2')
-rw-r--r-- | packages/gob2/gob2-native_2.0.14.bb | 5 | ||||
-rw-r--r-- | packages/gob2/gob2_2.0.14.bb | 17 |
2 files changed, 0 insertions, 22 deletions
diff --git a/packages/gob2/gob2-native_2.0.14.bb b/packages/gob2/gob2-native_2.0.14.bb deleted file mode 100644 index e6a26f13d2..0000000000 --- a/packages/gob2/gob2-native_2.0.14.bb +++ /dev/null @@ -1,5 +0,0 @@ -require gob2_${PV}.bb -DEPENDS = "bison-native flex-native" -inherit native - - diff --git a/packages/gob2/gob2_2.0.14.bb b/packages/gob2/gob2_2.0.14.bb deleted file mode 100644 index eca8d13795..0000000000 --- a/packages/gob2/gob2_2.0.14.bb +++ /dev/null @@ -1,17 +0,0 @@ -LICENSE = "LGPL" -DESCRIPTION = "A library to make creating GObjects easier" -HOMEPAGE = "http://www.5z.com/jirka/gob.html" -SECTION = "libs" -DEPENDS = "gtk+ bison flex" -SRC_URI = "http://ftp.5z.com/pub/gob/old/gob2-${PV}.tar.gz" - -inherit autotools pkgconfig - -do_compile_prepend() { - find ${S} -name Makefile | xargs sed -i 's~-I/usr/include~-I${STAGING_INCDIR}~g' - find ${S} -name Makefile | xargs sed -i 's~-I$(includedir)~-I${STAGING_INCDIR}~g' -} - -do_stage_append() { - install -m 0644 ${S}/gob2.m4 ${STAGING_DATADIR}/aclocal -} |