aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/prboom
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-01-08 19:05:05 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-01-08 19:19:21 +0000
commit1f2f03c6c269ab336a6b8c908bcca8bc88194703 (patch)
treed693e2407bebccff64284b3630c84f422a15e920 /recipes-qtopia/prboom
parentdc82bf0e52b07a0767b6bf253852278c473ea248 (diff)
downloadmeta-opie-1f2f03c6c269ab336a6b8c908bcca8bc88194703.tar.gz
classes: add palmtop-defs.bbclass
The Opie-related definitions are about to be removed from bitbake.conf in OE-Core, so create a palmtop-defs.bbclass which can be used to hold these and make every recipe that refers to any of these definitions inherit it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-qtopia/prboom')
-rw-r--r--recipes-qtopia/prboom/prboom-opie_2.2.6.bb2
-rw-r--r--recipes-qtopia/prboom/prboom_2.3.1.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qtopia/prboom/prboom-opie_2.2.6.bb b/recipes-qtopia/prboom/prboom-opie_2.2.6.bb
index 6acd997..bf1fd25 100644
--- a/recipes-qtopia/prboom/prboom-opie_2.2.6.bb
+++ b/recipes-qtopia/prboom/prboom-opie_2.2.6.bb
@@ -8,7 +8,7 @@ SRC_URI_append = " file://prboom.png \
file://prboom.desktop \
file://prboom.sh "
-
+inherit palmtop-defs
do_install_append() {
install -d ${D}${palmtopdir}/apps/Games \
diff --git a/recipes-qtopia/prboom/prboom_2.3.1.bb b/recipes-qtopia/prboom/prboom_2.3.1.bb
index daea8d4..7bf5896 100644
--- a/recipes-qtopia/prboom/prboom_2.3.1.bb
+++ b/recipes-qtopia/prboom/prboom_2.3.1.bb
@@ -12,7 +12,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/prboom/prboom-${PV}.tar.gz \
file://prboom.png \
file://prboom.desktop"
-inherit autotools
+inherit autotools palmtop-defs
EXTRA_OECONF = "--without-x --disable-sdltest"